[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cookie support



It appears cookie support is not consistent and leads to some inconsistent behavior in the programs. I created a small test program to go to www.yahoo.com and see what I get.  Some of the cookies on the site are embedded in javascript and so I don't think those are relevant as LIBHTTP does not use a javascript engine, but I had various error messages and came up with a much different list of cookies than when using Firefox.

This is command line of new group job session.

(with existing files from another session)
call mv001                                                         
Application error.  MCH3601 unmonitored by HTTPAPIR4 at statement  
  0000005129, instruction X'0000'.                                 
call mv001                                                         
Application error.  MCH3601 unmonitored by HTTPAPIR4 at statement  
  0000005129, instruction X'0000'.                                 
wrklnk '/tmp/*.*'  (deleted the debug file, the cookie file and the output file)                                                  
call mv001                                                         
call mv001                                                         
call mv001                                                         
recvchunk: saveproc: Not all data was written!
< A bit later playing around with attributes on MV001cookie.txt >
wrklnk '/tmp/*.*'                                        
CHGATR OBJ('/tmp/MV001cookie.txt') ATR(*CCSID) VALUE(819)
Attributes changed for 1 objects.  0 objects not changed.
call mv001                                                

Test program attached. Last debug log attached. Firefox cookies attached. Here are the first 131 bytes of the last cookie file (it was cleared by deleting all data) (having CCSID problems getting it copied to desktop).
************Beginning of data**************                                                                                        
.yahoo.com TRUE / TRUE 2011-10-15-15.41.39.000000 2011-09-15-15.41.40.056000 0 0 CH AgBOcl1AAA1RQAAVzRAAFp9AABbSMAARiUAAJ88gAC2KQAA8
.yahoo.com TRUE / TRUE 2011-10-15-15.16.40.000000 2011-09-15-15.16.40.589000 0 0 CH AgBOcl0QAA1REAAVzRAAFtIQABGJEAAnzxAAPOkQACUGEAAF
 ************End of Data********************                                                                                        

Looking in the debug log, we can see a number of "Set-Cookie:" statements coming to us from the header and after that we can see the cookie_parse routines. We end up with only two entries for CH instead of the 9 distinct ones that firefox found. We reject or don't write all other cookies for some reason. Many are rejected for bad domain, others I assume are not written because they are either expired or "deleted" (is that a special value?). I can match up the CH in the debug file to the first CH in the file above...not sure where the second one is coming from.

Bad domain has something to do with leading "." on some and not on others? This must be some technical thing as I saw on the CH that the domain parses as .yahoo.com while the others parsed as www.yahoo.com. In firefox, I think they are shown with leading "." on both the yahoo.com and www.yahoo.com entries. Does this mean we need to add a "." when parsing?  
 



Attachment: MV0001.rpgle
Description: MV0001.rpgle

Attachment: firefox cookies at yahoo.png
Description: firefox cookies at yahoo.png

HTTPAPI Ver 1.24beta10 released 2010-06-01
OS/400 Ver V5R4M0
2011-09-15-15.41.37.480000

http_url_get(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry  : 2
DNS resolver options: x'00000136'
DNS default domain: MILWAUKEEVALVE.COM
DNS server found: 172.22.1.1
DNS server found: 172.21.1.1
DNS server found: 66.84.180.13
http_persist_get(): entered
http_long_ParseURL(): entered
do_oper(GET): entered at 2011-09-15-15.41.38.852000
cookie=PH not sent (expired)
GET / HTTP/1.1
Host: www.yahoo.com
User-Agent: http-api/1.24
Cookie: $Version=0; CH=AgBOcl0wAA1RMAAVzRAAFp8wABbSIAARiTAAJ88QAC2KMAA86RAAJQYwAAX4MAAQPyAAF2wQACF8EAATqw==; $Path=/; $Domain=.yahoo.com; $Version=0; CH=AgBOcl0QAA1REAAVzRAAFtIQABGJEAAnzxAAPOkQACUGEAAF+BAAED8QABds; $Path=/; $Domain=.yahoo.com;


recvresp(): entered at 2011-09-15-15.41.39.240000
HTTP/1.1 200 OK
Date: Thu, 15 Sep 2011 20:41:39 GMT
P3P: policyref="http://info.yahoo.com/w3c/p3p.xml";, CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV"
Cache-Control: private
Set-Cookie: IU=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=.yahoo.com
Set-Cookie: PH=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=.yahoo.com
Set-Cookie: fpc=d=vqNmmT15TGUu_m5TqEMDBJL49Pepbr7G74M4lsp61.jbossYYpJAkWxCOKq_LofzvEBe2820Ch4rV3vECzM.AWAh.94DuHk9SP1yqnESP8j.zE2zIM9rkdUbQ2SwRdR_RkiaHIBsni3VyillB.L.GJe27p4Qz_FBy0EMCktdpr6mp6ouVe7nIpkN14W_d5aGxHMdQIc-&v=2; expires=Fri, 14-Sep-2012 20:41:39 GMT; path=/; domain=www.yahoo.com
Set-Cookie: fpps=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=www.yahoo.com
Set-Cookie: FPCK3=AgBOcmMQAEIWEAB/OxAAYr0QAGasEABPJhAAT4I=; expires=Sat, 15-Oct-2011 20:41:39 GMT; path=/; domain=www.yahoo.com
Set-Cookie: CH=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=www.yahoo.com
Set-Cookie: CH=AgBOcl1AAA1RQAAVzRAAFp9AABbSMAARiUAAJ88gAC2KQAA86SAAJQZAAAX4QAAQPyAAF2wQACF8EAATqw==; expires=Sat, 15-Oct-2011 20:41:39 GMT; path=/; domain=.yahoo.com
Set-Cookie: fpt=d=2Qc.HOvXetpI7YDF8XRp0f976.nUpCExJ5bCn6mSvkyoTWQG5waEjQn7nqI7WOxpXHR70rq7ny1HSRcxtn4PDO3J8izZfrBLsRnq2kojn5F4Isq.4PeLBlpWtmla399JvTeB85sY6EwUGG0iPoWM1Z_EDNYeOLGpHDEch9H8EkbCDYF0I555Ko8oL8xB_gwWKezaDhIGvkZ7HnPRPKA18GH5dHdmUWAoECZVeP2aWahS3x9AeSKKBrr5pz5dhV2GUWhKwZgP9xIS7IwbG0sMij_v18LcSV4sPTrWspPX4MwypATEjkyIWtGq656PXs2Uf_vrMqA4oz_fxMZwgLPzXyuUitWmhDA8k48Zj5nzJ4dXaBT7_aP8Pd.d7IeDHFmX5TWJkWbRTYSd0wWbkz6GbrQjROdrMOHdx7MHAQ9Nseo0Zj1MzVqFFBU2aDtFfWwfSqY5ph.EEF.iMyaLtAHe.tLG1_cGFajkmJMQS.G8SFsPOVBGAr_eUlnMLrxQrXjb8UTsEXo-&v=1; path=/; domain=www.yahoo.com
Set-Cookie: fpc_s=d=y0dBV_p5TGVnwiT_C0IR9AQeX4hSImGsEmana.3cXJXh4QybCDE4wRVFmW.vhQhiHJsfMLkx_tsrbO84tV5yJnDKBo8TtoGbti8a8rKj1yi6AzO6xuHGy5J6DSYEPWYf_TVsL8qLbI0n4CN4AATZYLSzv0qjWQBTuP9ZlZ00t53jQrBMKrbqfUj_BAX1M.2QAwyRDQ_dNQZbx0AQPfwm0Jm2WdtT0CHxrYnAfElnEfOcLh3e83TqYr9q3FBY3SMM_mLuPL1VpWaQ.MtrTuj2Nlu1av8jGBiunBOgjaJdcT67sOSfqjRmtwLEkVE-&v=2; path=/; domain=www.yahoo.com
Vary: Accept-Encoding
Content-Type: text/html;charset=utf-8
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Server: YTS/1.20.0


SetError() #13: HTTP/1.1 200 OK                                                                  at 2011-09-15-15.41.39.621000
recvresp(): end with 200
recvdoc parms: chunked 0 at 2011-09-15-15.41.39.638000
header_load_cookies() entered
cookie_read() entered.
read cookies in /tmp/mv001cookie.txt
cookie_parse() entered
cookie =  IU=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=.yahoo.com
cookie attr IU=deleted
cookie attr expires=Wed, 15-Sep-2010 20:41:38 GMT
cookie attr path=/
cookie attr domain=.yahoo.com
cookie_parse() entered
cookie =  PH=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=.yahoo.com
cookie attr PH=deleted
cookie attr expires=Wed, 15-Sep-2010 20:41:38 GMT
cookie attr path=/
cookie attr domain=.yahoo.com
cookie_parse() entered
cookie =  fpc=d=vqNmmT15TGUu_m5TqEMDBJL49Pepbr7G74M4lsp61.jbossYYpJAkWxCOKq_LofzvEBe2820Ch4rV3vECzM.AWAh.94DuHk9SP1yqnESP8j.zE2zIM9rkdUbQ2SwRdR_RkiaHIBsni3VyillB.L.GJe27p4Qz_FBy0EMCktdpr6mp6ouVe7nIpkN14W_d5aGxHMdQIc-&v=2; expires=Fri, 14-Sep-2012 20:41:39
cookie attr fpc=d=vqNmmT15TGUu_m5TqEMDBJL49Pepbr7G74M4lsp61.jbossYYpJAkWxCOKq_LofzvEBe2820Ch4rV3vECzM.AWAh.94DuHk9SP1yqnESP8j.zE2zIM9rkdUbQ2SwRdR_RkiaHIBsni3VyillB.L.GJe27p4Qz_FBy0EMCktdpr6mp6ouVe7nIpkN14W_d5aGxHMdQIc-&v=2
cookie attr expires=Fri, 14-Sep-2012 20:41:39 GMT
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_parse() entered
cookie =  fpps=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=www.yahoo.com
cookie attr fpps=deleted
cookie attr expires=Wed, 15-Sep-2010 20:41:38 GMT
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_parse() entered
cookie =  FPCK3=AgBOcmMQAEIWEAB/OxAAYr0QAGasEABPJhAAT4I=; expires=Sat, 15-Oct-2011 20:41:39 GMT; path=/; domain=www.yahoo.com
cookie attr FPCK3=AgBOcmMQAEIWEAB/OxAAYr0QAGasEABPJhAAT4I=
cookie attr expires=Sat, 15-Oct-2011 20:41:39 GMT
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_parse() entered
cookie =  CH=deleted; expires=Wed, 15-Sep-2010 20:41:38 GMT; path=/; domain=www.yahoo.com
cookie attr CH=deleted
cookie attr expires=Wed, 15-Sep-2010 20:41:38 GMT
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_parse() entered
cookie =  CH=AgBOcl1AAA1RQAAVzRAAFp9AABbSMAARiUAAJ88gAC2KQAA86SAAJQZAAAX4QAAQPyAAF2wQACF8EAATqw==; expires=Sat, 15-Oct-2011 20:41:39 GMT; path=/; domain=.yahoo.com
cookie attr CH=AgBOcl1AAA1RQAAVzRAAFp9AABbSMAARiUAAJ88gAC2KQAA86SAAJQZAAAX4QAAQPyAAF2wQACF8EAATqw==
cookie attr expires=Sat, 15-Oct-2011 20:41:39 GMT
cookie attr path=/
cookie attr domain=.yahoo.com
cookie_parse() entered
cookie =  fpt=d=2Qc.HOvXetpI7YDF8XRp0f976.nUpCExJ5bCn6mSvkyoTWQG5waEjQn7nqI7WOxpXHR70rq7ny1HSRcxtn4PDO3J8izZfrBLsRnq2kojn5F4Isq.4PeLBlpWtmla399JvTeB85sY6EwUGG0iPoWM1Z_EDNYeOLGpHDEch9H8EkbCDYF0I555Ko8oL8xB_gwWKezaDhIGvkZ7HnPRPKA18GH5dHdmUWAoECZVeP2aWahS3x9A
cookie attr fpt=d=2Qc.HOvXetpI7YDF8XRp0f976.nUpCExJ5bCn6mSvkyoTWQG5waEjQn7nqI7WOxpXHR70rq7ny1HSRcxtn4PDO3J8izZfrBLsRnq2kojn5F4Isq.4PeLBlpWtmla399JvTeB85sY6EwUGG0iPoWM1Z_EDNYeOLGpHDEch9H8EkbCDYF0I555Ko8oL8xB_gwWKezaDhIGvkZ7HnPRPKA18GH5dHdmUWAoECZVeP2aWahS3x
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_parse() entered
cookie =  fpc_s=d=y0dBV_p5TGVnwiT_C0IR9AQeX4hSImGsEmana.3cXJXh4QybCDE4wRVFmW.vhQhiHJsfMLkx_tsrbO84tV5yJnDKBo8TtoGbti8a8rKj1yi6AzO6xuHGy5J6DSYEPWYf_TVsL8qLbI0n4CN4AATZYLSzv0qjWQBTuP9ZlZ00t53jQrBMKrbqfUj_BAX1M.2QAwyRDQ_dNQZbx0AQPfwm0Jm2WdtT0CHxrYnAfElnEfOcLh
cookie attr fpc_s=d=y0dBV_p5TGVnwiT_C0IR9AQeX4hSImGsEmana.3cXJXh4QybCDE4wRVFmW.vhQhiHJsfMLkx_tsrbO84tV5yJnDKBo8TtoGbti8a8rKj1yi6AzO6xuHGy5J6DSYEPWYf_TVsL8qLbI0n4CN4AATZYLSzv0qjWQBTuP9ZlZ00t53jQrBMKrbqfUj_BAX1M.2QAwyRDQ_dNQZbx0AQPfwm0Jm2WdtT0CHxrYnAfElnEfOc
cookie attr path=/
cookie attr domain=www.yahoo.com
cookie rejected, bad domain
cookie_dump() entered.
cookie file is /tmp/mv001cookie.txt
recvchunk(): entered
get_chunk_size(): entered
124b   

chunk size = 4683
get_chunk_size returned 4683
calling comm_blockread
<!DOCTYPE html>
<html lang="en-US" class="y-fp-bg y-fp-pg-grad  bkt701" style="">
<!-- m2 template  -->
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title>Yahoo!</title>
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <meta name="description" content="Welcome to Yahoo!, the world's most visited home page. Quickly find what you're searching for, get in touch with friends and stay in-the-know with the latest news and information.">
    <meta name="keywords" content="yahoo, yahoo home page, yahoo homepage, yahoo search, yahoo mail, yahoo messenger, yahoo games, news, finance, sport, entertainment">
    
    
    <script type="text/javascript">
        //Roundtrip
        rtTop = Number(new Date());
        
        document.documentElement.className += ' jsenabled';
    </script>
    <script type="text/javascript">
    (function () {
        //refresh check
        var d=document,c=";\ "+d.cookie + ";",msc=c.indexOf("; MSC="),re=false,s,r,l="",m,n='0',b,lck='',fps=c.indexOf("FPS="),fpsVal,sw=screen.availWidth,loc=location,qs=loc.search;              

        //reload for lite page if screen resolution < 1024
        fpsVal = fps === -1 ? 'dl' : d.cookie.substring(fps+2, fps+4);
        if (fpsVal === 'dl' && sw < 1024) {
            fpsVal = 'ds';
            re=true;
        } else if (fpsVal === 'ds' && sw >=1024) {
            fpsVal = 'dl';
            re=true;
        }
        d.cookie = "FPS=" + fpsVal + "; expires=Sun, 01 Jan 2012 00:00:00 GMT; domain=www.yahoo.com";        //check cookie for login info
        if ((b=c.indexOf(' Y=v'))>=0) {
            c=c.substring(b,c.indexOf(';',b))+'&';
            if ((b=c.indexOf('l='))>=0) {
                l=c.substring(b+2,c.indexOf('&',b));
                if((b=c.indexOf('n='))>=0)n=c.substring(b+2,c.indexOf('&',b));
            }
            
            //if login info isn't the same...
            if (lck!=l) {
                re=true;
            }
        }      
        
        //state change
        if (msc > -1){
            re = true;
            d.cookie="MSC=0; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=www.yahoo.com";
        }                
        //should reload?
        if (re){
            s=Math.round(+new Date()/1000);
            m=/r\d+=(\d+)/.exec(qs);

            //not reloaded recently?
            if (!m || s-parseInt(m[1],10) >= 20) {
                r=Math.round(parseInt(n,32)%1021);
                document.write('<meta http-equiv="Expires" content="-1">');
                if (qs.indexOf('r'+r+'=' + s)!=1) {
                    loc.replace('http://'+loc.hostname+(loc.port?":"+loc.port:"")+loc.pathname+(qs.length ? loc.search.replace(/&?r\d+=[^&]+/,'') + '&' : '?') + 'r'+r+'='+s);
                }
            }
        }
    })();
</script>

    <script>
(function(){var k=13,d=4,j=0,a=document.documentElement,b=[a.className],f,c=navigator.plugins,g=k;if(c&&c.length){f=c["Shockwave Flash"];if(f&&f.description){j=parseInt(f.description.match(/\b(\d+)\.\d+\b/)[1],10)||0}}else{while(g--){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+g);j=g;break}catch(h){}}}b.push("flash-"+j);while(j-->d){b.push("flash-gt"+j)}a.className=b.join(" ")})();
</script>
    <script>
(function(){var j=this,n=/^(on)?load/,b=/^on/,i="addEventListener",f="attachEvent",e="_oc",h="detachEvent",g="removeEventListener",l=j[i],m=j[g],p=j[f],a=j[h],k={},d=0;function c(r,s,q){if(!r||!s){return;}if(n.test(r)){if(!s[e]){var t=++d;s[e]=t;k[t]=s;}}else{if(p&&b.test(r)){p(r,s);}else{if(l){l(r,s,q);}}}}function o(r,s,q){if(!r||!s){return;}if(n.test(r)){var t=s[e];if(t){delete k[t];}}else{if(a&&b.test(r)){a(r,s);}else{if(m){m(r,s,q);}}}}j.OnloadCache={enable:function(){if(l){j[i]=c;j[g]=o;}if(p){j[f]=c;j[h]=o;}},disable:function(){if(l){j[i]=l;j[g]=m;}if(p){j[f]=p;j[h]=a;}},dispatch:function(){var r={type:"load"},q;for(q in k){if(k.hasOwnProperty(q)){k[q](r);}}},reset:function(){k={};}};})();
OnloadCache.enable();
</script>

    <!-- MapleTop -->
	
<link rel="stylesheet" type="text/css" href="http://l.yimg.com/a/combo?metro/g/core_yui_3.3.0.css&metro/g/core_srvc_1.0.5.css&metro/g/core_mod_1.0.78.css&metro/g/fp/fp_0.1.120.css&metro/g/masthead/masthead_0.2.129.css&metro/g/navbar/navbar_0.1.134.css&metro/g/navbar/navbar_pageoptions_0.0.48.css&metro2/g/announcebar/announcebar_1.0.18.css&metro/g/footer/footer_0.1.78.css&metro/g/footer/subfooter_0.0.14.css&metro/g/news/offlead_0.1.10.css&metro/g/news/news_0.1.151.css&metro/g/fptoday/fptoday_0.1.174.css&metro/g/contentcarousel/contentcarousel_news_0.0.9.css&metro/g/pa/pa_0.1.202.css&metro/g/pa/pa_detached_0.1.90.css&metro/g/pa/pa_add_0.1.67.css"; />
comm_blockread returned 4683


get_chunk_size(): entered
28475

chunk size = 164981
get_chunk_size returned 164981
calling comm_blockread

    <style type="text/css">
    
.x-small { font-size: 77%; } 
.small { font-size: 85%; } 
.med-small { font-size: 93%; } 
.medium { font-size: 100%; }
.med-large { font-size: 108%; } 
.large { font-size: 116%; } 
.x-large { font-size: 123.1%; } 
.x2-large { font-size: 131%; } 
.x3-large { font-size: 138.5%; } 
.x5-large { font-size: 153.9%; }
.x7-large { font-size: 167%; }
.x9-large { font-size: 182%; }
.strong { font-weight:bold; }

.hide-offscreen {
    position: absolute;
    top: -999em;
}

.hide-textindent {
    text-indent: -999em; 
    display: block; 
    overflow: hidden; 
    text-decoration: none;
}

.y-glbl-mod-grad, .mod-bg-elements-img { background: url(http://l1.yimg.com/a/i/ww/met/th/default/gsprite_mod_default_103008.gif) repeat-x; } 
.y-glbl-universal-grad, .framework-img { background: url(http://l1.yimg.com/a/i/ww/met/gsprite_20100302.png) repeat-x; } 
.y-glbl-mod-controls, .elements-img { background: url(http://l1.yimg.com/a/i/ww/met/th/default/sprite_default_20100720_ltr.png) no-repeat; } 
.y-glbl-ltdrk, .mod-action-icons { background: url(http://l1.yimg.com/a/i/ww/met/sprite_ltdrk_20091211_ltr.png) no-repeat; } 
.y-glbl-universal, .util-img { background: url(http://l1.yimg.com/a/i/ww/met/sprite_pg_20100719_ltr.png) no-repeat; } 
.y-glbl-properties { background: url(http://l1.yimg.com/a/i/ww/met/sprite_trough_01222009b_ltr.gif) no-repeat; } 

.mod .mod-bdr { border:1px solid #93B9D9; }
.mod .mod-alt-bdr { border:1px solid #E6EFF7; }
.mod .mod-bgcolor { background:#ffffff; }
.mod .link-color { color:#16387c; }
.mod .sub-hd {background:#B1CCE3 url(http://l1.yimg.com/a/i/ww/met/th/default/gsprite_mod_default_103008.gif) 0px 0px repeat-x;color:#333;}
.mod .sub-hd a:link,
    .mod .sub-hd a:visited,
    .mod .sub-hd a {color:#333;}
.mod .alt-bg-color{background:#E6EFF7;}
.mod a.alt-text-color,
    .mod .alt-text-color{color:#999999;}
.mod .reverse-bg-color{background:#16387c;}
.mod a.text-color,
    .mod .text-color { color: #333; }
.mod a.reverse-text-color,
    .mod .reverse-text-color {color:#ffffff;}
.mod .divider   {border:1px solid #93B9D9;}
.mod .divider-l {border-left:1px solid #93B9D9;}
.mod .divider-r {border-right:1px solid #93B9D9;}
.mod .divider-t {border-top:1px solid #93B9D9;}
.mod .divider-b {border-bottom:1px solid #93B9D9;}
.mod .line-h    {border:1px solid #ADC9E8;}
.mod .line-h-t  {border-top:1px solid #ADC9E8;}
.mod .line-h-r  {border-right:1px solid #ADC9E8;}
.mod .line-h-b  {border-bottom:1px solid #ADC9E8;}
.mod .line-h-l  {border-left:1px solid #ADC9E8;}
.mod .line-l    {border:1px solid #93B9D9;}
.mod .line-l-t  {border-top:1px solid #93B9D9;}
.mod .line-l-r  {border-right:1px solid #93B9D9;}
.mod .line-l-b  {border-bottom:1px solid #93B9D9;}
.mod .line-l-l  {border-left:1px solid #93B9D9;}

.y-bg-1 { background-color: #fff; }
.y-bg-2 { background-color: #f9fafa; }
.y-bg-3 { background-color: #eff3f5; }
.y-bg-4 { background-color: #dbe1e6; }
.y-bg-5 { background-color: #a1adb9; }
.y-bg-6 { background-color: #c5ced7; }
.y-bg-7 { background-color: #e9eef1; }
.y-bg-8 { background-color: #31485c; }
.y-bg-9 { background-color: #eef2f4; }
.y-bg-hilite { background-color: #56758e; }

.y-ln-1 { border-color: #dbe1e6; }
.y-ln-2 { border-color: #c5ced7; }
.y-ln-3 { border-color: #a1adb9; }
.y-ln-4 { border-color: #2d4458; }
.y-ln-5 { border-color: #eff3f5; }
.y-ln-6 { border-color: #fff; }
.y-ln-accent { border-color: #731a8b; }

.y-txt-1 { color: #333; }
.y-txt-2 { color: #6C717A; }
.y-txt-3 { color: #a1adb9; }
.y-txt-4 { color: #000; }
.y-txt-5 { color: #fff; }
.y-txt-modhdr { color: #333; }
.y-txt-accent { color: #7d3883; }
.y-txt-input { color: #999; }

.y-link-1 { color: #16387c; }
.y-link-2 { color: #16387c; }
.y-link-1-visited { color: #5b73a3; }
.y-link-2-visited { color: #5b73a3; }

a { color: #16387c; }
a:visited { color: #5b73a3; }
a:visited.y-link-2 { color: #5b73a3; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.ua-ie .clearfix {
    zoom: 1;
}

.loading-spinner { background: url(http://l1.yimg.com/a/i/ww/met/anim_loading_sm_082208.gif) left 0 no-repeat; }
.rtl .loading-spinner { background-position: right 0; }
.ltr .loading-spinner { background-position: left 0; }

a:hover.goto-link {
    text-decoration: none;
}

a:hover.goto-link span.goto {
    text-decoration: underline;
}

.goto-link span.property {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

.goto-link a.property {
    cursor: pointer;
}

.ua-ie7 .goto-link span.property {
    position: relative;
}

.goto-link span.property img {
    vertical-align: middle;
}
.y-txt-modhdr {
    background-color: #fff;
}

.y-fp-pg-grad {
    background-image: url(http://l1.yimg.com/a/i/ww/met/th/slate/gsprite_pg_slate_20100521.png);
    background-repeat: repeat-x;
}
.y-pg-grad {
    background: url(http://l1.yimg.com/a/i/ww/met/th/slate/gsprite_pg_slate_20100521.png) left -2335px repeat-x; /*unsupported fallback*/
    background: -moz-linear-gradient(top, #fdfdfd, #e8edf0 1000px); /*Firefox*/
    background: linear-gradient(top, #fdfdfd, #e8edf0 1000px); /*Standard*/
    background-color: #e8edf0;
    background-attachment: scroll;
}
.y-grad1 {
background-image: -moz-linear-gradient(top,#fdfdfd,#e8edf0); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#fdfdfd),to(#e8edf0)); 
background-image: -webkit-linear-gradient(top,#fdfdfd,#e8edf0); 
background-image: -o-linear-gradient(top,#fdfdfd,#e8edf0); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fdfdfd,EndColorStr=#e8edf0)"; 
background-image: linear-gradient(top,#fdfdfd,#e8edf0); 
}
.y-grad2 {
background-image: -moz-linear-gradient(top,#fff,#eff3f5); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#eff3f5)); 
background-image: -webkit-linear-gradient(top,#fff,#eff3f5); 
background-image: -o-linear-gradient(top,#fff,#eff3f5); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#eff3f5)"; 
background-image: linear-gradient(top,#fff,#eff3f5); 
}
.y-grad3 {
background-image: -moz-linear-gradient(top,#fbfcfd,#eef2f4); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#fbfcfd),to(#eef2f4)); 
background-image: -webkit-linear-gradient(top,#fbfcfd,#eef2f4); 
background-image: -o-linear-gradient(top,#fbfcfd,#eef2f4); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fbfcfd,EndColorStr=#eef2f4)"; 
background-image: linear-gradient(top,#fbfcfd,#eef2f4); 
}

.y-fp-pg-vgrad {
    background-image: none;
    background-repeat: repeat-y;
}
.y-fp-pg-controls {
    background-image: url(http://l1.yimg.com/a/i/ww/met/th/slate/sprite_pg_slate_20110620_ltr.png);
    background-repeat: no-repeat;
}
.y-fp-pg-controls-nt {
    background-image: url(http://l1.yimg.com/a/i/ww/met/sprite_pg_nontheme_20101216_ltr.png);
    background-repeat: no-repeat;
}

.cta-btn,
.cta-btn:visited {
    background: #0868a7 url(http://l1.yimg.com/a/i/ww/met/gsprite_20100302.png) repeat-x 0 -1204px !important;
    color: #FFF !important;
    font-weight: bold;
    padding:0.2em 1em;
    border: solid 1px #336699 !important;
    text-align: center;
}

.cta-btn-disabled {
    border:1px Solid #bbbbbb !important;
    background:#ccc none !important;
    color:#666 !important;
    font-weight: bold;
    padding: 0 .3em;
    text-align: center;
}

.cta-btn-ext,
.cta-btn-ext:visited {
    background: #fba707 url(http://l1.yimg.com/a/i/ww/met/gsprite_20100302.png) repeat-x scroll 0 0;
    border: 1px solid #dd9714;
    color: #000;
    font-weight: bold;
    padding: 0.08em 0.3em;
    text-decoration: none;
    text-align: center;
}

.cancel-btn {
    color: #346697 !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    font-weight: none !important;
}

.y-btn-grad1 {
background-image: -moz-linear-gradient(top,#ffffff,#e9eef1); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#ffffff),to(#e9eef1)); 
background-image: -webkit-linear-gradient(top,#ffffff,#e9
comm_blockread returned 8192
calling comm_blockread
eef1); 
background-image: -o-linear-gradient(top,#ffffff,#e9eef1); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e9eef1)"; 
background-image: linear-gradient(top,#ffffff,#e9eef1); 
}
.y-btn-grad3 {
background-image: -moz-linear-gradient(top,#5b748d,#31485c); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#5b748d),to(#31485c)); 
background-image: -webkit-linear-gradient(top,#5b748d,#31485c); 
background-image: -o-linear-gradient(top,#5b748d,#31485c); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#5b748d,EndColorStr=#31485c)"; 
background-image: linear-gradient(top,#5b748d,#31485c); 
}
.y-btn-grad2 {
    background: url(http://l1.yimg.com/a/i/ww/met/th/slate/gsprite_pg_slate_20100521.png) left -1672px repeat-x;
    background: -moz-linear-gradient(top, #fff6a5, #fee474 50%, #fdd350 50%, #fcc42e); /*Firefox*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#fff6a5),color-stop(0.5,#fee474),color-stop(0.5,#fdd350),color-stop(1,#fcc42e)); /*Safari/Chrome*/
    background: linear-gradient(top, #fff6a5, #fee474 50%, #fdd350 50%, #fcc42e); /*Standard*/
    background-color: #fcc42e;
}

.ua-ie6 .cta-btn,
.ua-ie7 .cta-btn,
.ua-ie6 .cta-btn-disabled,
.ua-ie7 .cta-btn-disabled,
.ua-ie6 .cta-btn-ext,
.ua-ie7 .cta-btn-ext,
.ua-ie6 .cancel-btn,
.ua-ie7 .cancel-btn {
    overflow: visible;
    zoom:1;
}

.y-hdr-ln { border-color: #dbe1e6; }
.y-hdr-txt { color: #6c717a; }
.y-hdr-link { color: #16387c; }

.y-ftr-bg { background-color: #ffffff; }
.y-ftr-ln { border-color: #dbe1e6; }
.y-ftr-txt { color: #333; }
.y-ftr-link { color: #16387c; }

.y-ftr-txt-hdr { color: #333; }
.y-ftr-link-hdr { color: #16387c; }

.y-subftr-txt { color: #6c717a; }
.y-subftr-link { color: #16387c; }

.y-mast-txt { color: #3e4454; }
.y-mast-link { color: #8496b9; }
.y-mast-ln-lt { border-color: #fff; }
.y-mast-ln-dk { border-color: #c1cad2; }
.y-mast-bg { border-bottom:2px solid #e8edf0; border-left:1px solid #fff; }
.y-mast-sprite { background: url(http://l1.yimg.com/a/i/ww/met/th/slate/spr_masthd_slate_20100628_ltr.png) no-repeat; }
.y-mast-grad1 {
background-image: -moz-linear-gradient(top,#343e50,#1d2532); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#343e50),to(#1d2532)); 
background-image: -webkit-linear-gradient(top,#343e50,#1d2532); 
background-image: -o-linear-gradient(top,#343e50,#1d2532); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#343e50,EndColorStr=#1d2532)"; 
background-image: linear-gradient(top,#343e50,#1d2532); 
}

.y-today-grad1 {
background-image: -moz-linear-gradient(top,#e8edf0,#fcfcfd); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#e8edf0),to(#fcfcfd)); 
background-image: -webkit-linear-gradient(top,#e8edf0,#fcfcfd); 
background-image: -o-linear-gradient(top,#e8edf0,#fcfcfd); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e8edf0,EndColorStr=#fcfcfd)"; 
background-image: linear-gradient(top,#e8edf0,#fcfcfd); 
background-color:#fcfcfd;}
.y-today-grad2 {
background-image: -moz-linear-gradient(top,#59728b,#2d4458); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#59728b),to(#2d4458)); 
background-image: -webkit-linear-gradient(top,#59728b,#2d4458); 
background-image: -o-linear-gradient(top,#59728b,#2d4458); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#59728b,EndColorStr=#2d4458)"; 
background-image: linear-gradient(top,#59728b,#2d4458); 
background-color:#59728b;}
.y-today-grad3 {
background-image: -moz-linear-gradient(top,#346694,#063160); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#346694),to(#063160)); 
background-image: -webkit-linear-gradient(top,#346694,#063160); 
background-image: -o-linear-gradient(top,#346694,#063160); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#346694,EndColorStr=#063160)"; 
background-image: linear-gradient(top,#346694,#063160); 
background-color:#063160;}
.y-today-side-grad {
background-image: -moz-linear-gradient(left,#dbe1e6,#f4f6f7); 
background-image: -webkit-gradient(linear,center left,center right,from(#dbe1e6),to(#f4f6f7)); 
background-image: -webkit-linear-gradient(left,#dbe1e6,#f4f6f7); 
background-image: -o-linear-gradient(left,#dbe1e6,#f4f6f7); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#dbe1e6,EndColorStr=#f4f6f7)"; 
background-image: linear-gradient(left,#dbe1e6,#f4f6f7); 
background-color:#dbe1e6;}
.y-news-grad {
background-image: -moz-linear-gradient(top,#f4f6f7,#ffffff); 
background-image: -webkit-gradient(linear,center top,center bottom,from(#f4f6f7),to(#ffffff)); 
background-image: -webkit-linear-gradient(top,#f4f6f7,#ffffff); 
background-image: -o-linear-gradient(top,#f4f6f7,#ffffff); 
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#f4f6f7,EndColorStr=#ffffff)"; 
background-image: linear-gradient(top,#f4f6f7,#ffffff); 
background-color:#ffffff;}

.y-today-ln-1 { border-color: #a8b4bf; }

.ua-ie8 .y-pa-open .y-today-grad1 {
    filter:none;
    background: #fcfcfd;
}
.ua-ie8 .y-pa-open .y-today-grad2 {
    filter:none;
    background: #59728b;
}
.ua-ie8 .y-pa-open .y-today-grad3 {
    filter:none;
    background: #063160;
}

.y-opennews-sprite { background-image: none; }

.y-fp-ln-pg { border-color: #dbe1e6; }

.y-fp-bg { 
    background-color: #e8edf0;
    background-position: 0 -2335px;
    background-repeat: repeat-x;
    background-attachment: scroll;
}
.type_pa .sb .btn-hover a {
    background-color:#eff3f5;
    border-color: #dbe1e6;
}

.type_pa .sb .btn .do-edit:hover .lbl {
    color: #16387c;
}

.type_pa .sb .edit {
    background-color: #a1adb9;
    border-color: #2d4458;
}

.type_pa .sb .edit .hd {
    border-color: #2d4458;
}

.type_pa .sb .edit .btn {
    border-color: #a1adb9;
}

.type_pa .sb .edit .btn a {
    background-color: #eff3f5;
}

.type_pa .sb .edit .y-sortable a:hover {
    background-color: #fff;
}

.type_pa .sb .edit .y-sortable-false a,
.type_pa .sb .edit .ft,
.type_pa .sb .edit .ft a {
    background-color: #a1adb9;
}

.type_pa .sb .edit .y-sortable-false span.lbl {
    color: #333;
}

    </style>
    <style id="tmp-css"></style>
    
</head><body class="yui3-skin-sam  bkt701" dir="ltr" style="">


    
	<div id="y-shade">
	<div id="default-p_30345150" class="mod view_default">  <div id="default-p_30345150-bd" class="bd type_windowshadecontainer type_windowshadecontainer_default">    </div>
        <div id="default-p_30345150-ft" class="ft"></div>
</div>
        </div>		
            <div id="y-masthead">
    <div id="default-p_13838465" class="mod view_default">  <div id="default-p_13838465-bd" class="bd type_masthead type_masthead_default"><div class="mh-wrap us clearfix y-fp-pg-grad   lightbg ">
<div class="logo-container " style="height: 50px; width: 202px; "><div id="default-u_14119506" class="mod view_default">  <div id="default-u_14119506-bd" class="bd type_ads type_ads_default"><div class="hdrm hdrm-reserve"><h1 style="position:relative;">
    <div style="_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/ww/met/yahoo_logo_us_061509.png');height:100%;">
        <span class="logo" style="background:url(http://l.yimg.com/a/i/ww/met/yahoo_logo_us_061509.png) no-repeat 0 0 transparent;_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);">Yahoo!</span>
    </div>
    <div style="position:absolute;top:0px;left:0px;">
        <img src="http://l.yimg.com/a/i/mntl/ww/events/p.gif"; height="50" width="202" border="0" alt="Yahoo!" id="l_logo" />
    </div>
    <div id="l_yodel"data-b="http://www.yahoo.com";></div>
</h1>
<map name="yodelmap">
    <area shape="poly" alt="YahooOOOooo!" coords="187,5,197,5,191,28,187,29" href="http://www.yahoo.com"; onclick="callYodel();return false;">
    <area shape="rect" alt="YahooOOOooo!" coords="186,33,191,38" href="http://www.yahoo.com"; onclick="callYodel();return false;">
</map> 
<script>
var yodel = {
cap:
comm_blockread returned 8192
calling comm_blockread
0,ncap:0,nfv:6,
swf:'http://l.yimg.com/a/i/mntl/ww/10q3/yodel.swf',
swf_w:1,swf_h:1,
redir:'www.yahoo.com'
}
</script><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_14119506-ft" class="ft"></div>
</div></div>

    <form role="search" name="sf1" method="get" id="p_13838465-searchform" class="search-form" action="http://search.yahoo.com/search";>
        <fieldset>
             <legend id="aria-legend" class="hide-offscreen">Yahoo! Search</legend>
            
            <ul class="stabs large " id="p_13838465-masthead-stabs" aria-labelledby="aria-legend"><li class="small  tab first selected y-mast-sprite"><a class="y-mast-sprite y-mast-txt  web"  data-tab="web" href="http://search.yahoo.com/";  data-b="http://www.yahoo.com";><span class="tab-cover y-mast-bg" style="padding-left:0em;padding-right:0em;">Web</span></a></li>
<li class="small  tab "><a class="y-mast-link  images"  data-tab="images" href="http://images.search.yahoo.com/images";  data-b="http://www.yahoo.com";><span class="tab-cover y-mast-bg-hide" style="padding-left:0em;padding-right:0em;">Images</span></a></li>
<li class="small  tab "><a class="y-mast-link  video"  data-tab="video" href="http://video.search.yahoo.com/video";  data-b="http://www.yahoo.com";><span class="tab-cover y-mast-bg-hide" style="padding-left:0em;padding-right:0em;">Video</span></a></li>
<li class="small  tab "><a class="y-mast-link  local"  data-tab="local" href="http://local.search.yahoo.com/search";  data-b="http://www.yahoo.com";><span class="tab-cover y-mast-bg-hide" style="padding-left:0em;padding-right:0em;">Local</span></a></li>
<li class="small  tab "><a class="y-mast-link  apps"  data-tab="apps" href="http://apps.search.yahoo.com/";  data-b="http://www.yahoo.com";><span class="tab-cover y-mast-bg-hide" style="padding-left:0em;padding-right:0em;">Apps</span></a></li>
<li class="small lasttab more-tab "><a class="y-mast-link  more"  data-tab="more" href="http://tools.search.yahoo.com/about/forsearchers.html"; ><span class="tab-cover y-mast-bg-hide">More</span><span class="y-fp-pg-controls arrow"></span></a></li>
</ul><label for="p_13838465-p" class="search-label hide-offscreen"><span id="p_13838465-aria-label"></span>Search:</label>
<div class="searchwrapper tabpanel selected" id="p_13838465-searchwrapper">
<div class="searchwrapper-border y-mast-ln-dk ">
<div class="searchwrapper-inner y-mast-ln-lt clearfix y-mast-sprite"><input style="" id="p_13838465-p" class="input-query input-long med-large  " name="p" type="text" title="Web Search" value='' autocomplete="off"><span class="button-wrapper"><button style="" class="searchsubmit med-large y-fp-pg-grad" value="Web Search" type="submit" id="search-submit">Web Search</button>
</span><input type="hidden" value="1"  name="toggle"><input type="hidden" value="mss"  name="cop"><input type="hidden" value="UTF-8"  name="ei"><input type="hidden" value="yfp-t-701" id="p_13838465-frcode" name="fr"><span class="rc-tl y-mast-sprite"></span><span class="rc-tr y-mast-sprite"></span>
<span class="rc-bl y-mast-sprite"></span>
<span class="rc-br y-mast-sprite"></span>
 </div>  <!-- end searchwrapper-inner -->

</div>  <!-- end searchwrapper-border -->
<span class="ds-r y-mast-sprite"></span><div id="p_13838465-hood" class="hood ds-b">
    <div id="p_13838465-sa-window" class="sa-window y-mast-ln-dk" style="max-height: 18em"></div>
    <div class="sa-drawer-container y-mast-sprite y-mast-ln-dk">
    <div class="drawer-innerborder y-mast-ln-lt"></div>
        <a id="p_13838465-sa-drawer" class="hide-textindent sa-drawer y-mast-sprite " href="#suggestions">Open Search Assist</a>
        <span class="rc-bl y-mast-sprite y-mast-ln-dk"></span><span class="rc-br y-mast-sprite y-mast-ln-dk"></span>
     </div>
</div>            
        </div>  <!--  end searchwrapper  -->
    </fieldset>
</form> <!-- end masthead form --></div> <!-- end mh-wrap  -->            <div class="aria-announce hide-offscreen" role="status" aria-live="polite"></div>    </div>
        <div id="default-p_13838465-ft" class="ft"></div>
</div>
            </div>
				
            <div id="y-header" class="clearfix">
    <div id="default-p_13838466" class="mod view_default">  <div id="default-p_13838466-bd" class="bd type_navbar type_navbar_default"><div class="navbar-wrapper y-fp-ln-pg clearfix">
<div class="promotions">
<ul><li class="y-hdr-ln my first"><a class="y-hdr-link small" href="http://my.yahoo.com";>My Yahoo!</a></li><li id="p_13838466-promotion" class="y-hdr-ln homepage promotion hp-hidden "><a class="y-hdr-link icon link hp small" id="p_13838466-homepage" href="http://us.lrd.yahoo.com/_ylc=X3oDMTFnMHRsdWNmBHRtX2RtZWNoA1RleHQgTGluawR0bV9sbmsDVTExNzE2ODIEdG1fbmV0A1lhaG9vIQ--/SIG=1113i7cuo/**http%3A//www.yahoo.com/bin/set"; data-b="http://www.yahoo.com";>Make Y! your homepage</a></li><li id="30344736-rsch1" class="y-hdr-ln rsch1-ad small "></li></ul>
</div>
<div class="help">
<ul><li class="y-hdr-ln tuc first"><div id="default-p_29445946" class="mod view_default">  <div id="default-p_29445946-bd" class="bd type_tuc type_tuc_default"><ul>        <li class="y-hdr-ln account-sign-in strong first ">
            <a class="y-hdr-link  small" href="https://login.yahoo.com/config/login?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F";>Sign In</a>
        </li>        <li class="y-hdr-ln account-sign-up strong ">
            <span class="y-hdr-txt  small">New here?</span> <a class="y-hdr-link  small " href="https://edit.yahoo.com/registration?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F";>
                Sign Up
            </a>
        </li></ul>    </div>
        <div id="default-p_29445946-ft" class="ft"></div>
</div></li><li class="y-hdr-ln pageoptions " data-h="http://www.yahoo.com"; id="p_13838466-pageoptions">
<a href="#" id="p_13838466-pageoptions-link" class="y-ln-3 y-hdr-link pageoptions-link small">Page Options<span class="y-fp-pg-controls arrow" id="p_13838466-pageoptions-arrow" style="background-position: left -995px;"></span></a>
</li></ul>
</div>
</div>    </div>
        <div id="default-p_13838466-ft" class="ft"></div>
</div>
            </div>
		
            <div id="y-content" class="clearfix y-ln-accent ">
            <div id="y-announce-full-bar" class="clearfix y-fp-ln-pg">
    <div id="default-p_30345532" class="mod view_default">  <div id="default-p_30345532-bd" class="bd type_announcebar type_announcebar_default">    </div>
        <div id="default-p_30345532-ft" class="ft"></div>
</div>
            </div>                <div id="y-cols" class="clearfix y-fp-ln-pg">
                    <div id="y-pa">
<div class="fp-fx"><div id="default-u_30345699" class="mod view_default">  <div id="default-u_30345699-bd" class="bd type_specialevents type_specialevents_default">    </div>
        <div id="default-u_30345699-ft" class="ft"></div>
</div></div><div id="default-u_2588582" class="mod view_default">  <div id="default-u_2588582-bd" class="bd type_pa type_pa_default">        <div id="u_2588582-ctr" class="ctr ">
            <div id="u_2588582-sb" class="sb">
                
                            <div id="u_2588582-y" class="y y-ln-1">
                <div class="hd y-ln-1 y-fp-pg-grad clearfix">
                    <h2 class="med-small y-txt-1 title">Yahoo! Sites</h2>
                    <h2 class="med-small y-txt-5 alt-title">Reorder or Remove</h2>
                    <button class="do-edit small y-link-1 y-fp-pg-controls" data-b="http://www.yahoo.com";>Edit<span class="hide-offscreen"> Yahoo! Sites</span></button>
                    <button class="do-close hide-offscreen">I'm Done</button>
                </div>
                <div class="bd"><ol><li id="pa-u_14782488-bd" modid="u_14782488" class="btn btn-app y-fp-pg-controls y-sortable-false btn-first" data-b-paq="http://www.yahoo.com"; data-b-pad="http://www.yahoo.com";    ><a href="http://mail.yahoo.com?.intl=us";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0px 0px;"></span><span class="lbl med-small y-txt-1">Mail</span> <span class="vital small" aria-labelledby="pa-u_14782488-lbl"></span></a><button class="do-rm y-sortable-fa
comm_blockread returned 8192
calling comm_blockread
lse y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Mail</button> <button class="do-open y-fp-pg-controls hide-textindent" http://www.yahoo.com>Preview Mail</button></li><li id="pa-u_25021272-bd" modid="u_25021272" class="btn btn-link y-fp-pg-controls"      ><a href="http://autos.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -68px;"></span><span class="lbl med-small y-txt-1">Autos</span> <span class="vital small" aria-labelledby="pa-u_25021272-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Autos</button></li><li id="pa-u_25021296-bd" modid="u_25021296" class="btn btn-link y-fp-pg-controls"      ><a href="http://yahoo.match.com?trackingid=526100&bannerid=673168";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -612px;"></span><span class="lbl med-small y-txt-1">Dating</span> <span class="vital small" aria-labelledby="pa-u_25021296-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Dating</button></li><li id="pa-u_93109-bd" modid="u_93109" class="btn btn-link y-fp-pg-controls"      ><a href="http://finance.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -136px;"></span><span class="lbl med-small y-txt-1">Finance</span> <span class="vital small" aria-labelledby="pa-u_93109-lbl">(Dow Jones<span class="y-fp-pg-controls-nt" style="background-position: 0 -1077px;padding-left:9px;margin-left:2px;zoom:1;height:14px;vertical-align:middle"><span class="hide-offscreen">Up </span></span>)</span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Finance</button></li><li id="pa-u_14682031-bd" modid="u_14682031" class="btn btn-link y-fp-pg-controls"      ><a href="http://www.flickr.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/flickr_20100602.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">Flickr</span> <span class="vital small" aria-labelledby="pa-u_14682031-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Flickr</button></li><li id="pa-u_25021266-bd" modid="u_25021266" class="btn btn-link y-fp-pg-controls"      ><a href="http://games.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -204px;"></span><span class="lbl med-small y-txt-1">Games</span> <span class="vital small" aria-labelledby="pa-u_25021266-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Games</button></li><li id="pa-u_25021282-bd" modid="u_25021282" class="btn btn-link y-fp-pg-controls"      ><a href="http://health.yahoo.net";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/health_20100602.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">Health</span> <span class="vital small" aria-labelledby="pa-u_25021282-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Health</button></li><li id="pa-u_63802-bd" modid="u_63802" class="btn btn-link y-fp-pg-controls"      ><a href="http://shine.yahoo.com/astrology/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -272px;"></span><span class="lbl med-small y-txt-1">Horoscopes</span> <span class="vital small" aria-labelledby="pa-u_63802-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Horoscopes</button></li><li id="pa-u_25021313-bd" modid="u_25021313" class="btn btn-link y-fp-pg-controls"      ><a href="http://jobsearch.monster.com/jobs/?cy=us&WT.mc_n=yta_trough_jsrtest";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/monster_20110207.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">Jobs</span> <span class="vital small" aria-labelledby="pa-u_25021313-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Jobs</button></li><li id="pa-u_8298348-bd" modid="u_8298348" class="btn btn-link y-fp-pg-controls"      ><a href="http://messenger.yahoo.com";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -408px;"></span><span class="lbl med-small y-txt-1">Messenger</span> <span class="vital small" aria-labelledby="pa-u_8298348-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Messenger</button></li><li id="pa-u_63826-bd" modid="u_63826" class="btn btn-link y-fp-pg-controls"      ><a href="http://movies.yahoo.com";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -476px;"></span><span class="lbl med-small y-txt-1">Movies</span> <span class="vital small" aria-labelledby="pa-u_63826-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Movies</button></li><li id="pa-u_25021262-bd" modid="u_25021262" class="btn btn-link y-fp-pg-controls"      ><a href="http://news.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/news_20100602.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">News</span> <span class="vital small" aria-labelledby="pa-u_25021262-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove News</button></li><li id="pa-u_25021343-bd" modid="u_25021343" class="btn btn-link y-fp-pg-controls"      ><a href="http://omg.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -544px;"></span><span class="lbl med-small y-txt-1">omg!</span> <span class="vital small" aria-labelledby="pa-u_25021343-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove omg!</button></li><li id="pa-u_25021278-bd" modid="u_25021278" class="btn btn-link y-fp-pg-controls"      ><a href="http://realestate.yahoo.com/";><span class="icn" style="background: url(http://l.yimg.com/nn/v3/favicon/yap/t9Afut8021kOo400vtaRDeCEM44-.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">Real Estate</span> <span class="vital small" aria-labelledby="pa-u_25021278-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Real Estate</button></li><li id="pa-u_25021346-bd" modid="u_25021346" class="btn btn-link y-fp-pg-controls"      ><a href="http://shine.yahoo.com";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/shine_20100602.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">Shine</span> <span class="vital small" aria-labelledby="pa-u_25021346-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Shine</button></li><li id="pa-u_25021279-bd" modid="u_25021279" class="btn btn-link y-fp-pg-controls"      ><a href="http://shopping.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -680px;"></span><span class="lbl med-small y-txt-1">Shopping</span> <span class="vital small" aria-labelledby="pa-u_25021279-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Shopping</button></li><li id="pa-u_17986569-bd" modid="u_17986569" class="btn btn-link y-fp-pg-controls"      ><a hr
comm_blockread returned 8192
calling comm_blockread
ef="http://sports.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -748px;"></span><span class="lbl med-small y-txt-1">Sports</span> <span class="vital small" aria-labelledby="pa-u_17986569-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Sports</button></li><li id="pa-u_25021267-bd" modid="u_25021267" class="btn btn-link y-fp-pg-controls"      ><a href="http://travel.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -816px;"></span><span class="lbl med-small y-txt-1">Travel</span> <span class="vital small" aria-labelledby="pa-u_25021267-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Travel</button></li><li id="pa-u_25021273-bd" modid="u_25021273" class="btn btn-link y-fp-pg-controls"      ><a href="http://tv.yahoo.com/";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/tv_20100602.gif) no-repeat 0 0;"></span><span class="lbl med-small y-txt-1">TV</span> <span class="vital small" aria-labelledby="pa-u_25021273-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove TV</button></li><li id="pa-u_63794-bd" modid="u_63794" class="btn btn-link y-fp-pg-controls"      ><a href="http://weather.yahoo.com/redirwoei/2443945";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -952px;"></span><span class="lbl med-small y-txt-1">Weather</span> <span class="vital small" aria-labelledby="pa-u_63794-lbl">(57&deg;F)</span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Weather</button></li></ol><button class="do-close hide-offscreen">I'm Done</button></div>
                <div class="ft y-fp-pg-controls clearfix"><a href="http://everything.yahoo.com/"; class="small y-link">More Yahoo! Sites</a></div>
            </div>
                            <div id="u_2588582-u" class="u y-ln-1 ">
                <div class="hd y-ln-1 y-fp-pg-grad clearfix">
                    <h2 class="med-small y-txt-1 title">MY FAVORITES</h2>
                    <h2 class="med-small y-txt-5 alt-title">Reorder or Remove</h2>
                    <button class="do-edit small y-link-1 y-fp-pg-controls" data-b="http://www.yahoo.com";>Edit<span class="hide-offscreen"> MY FAVORITES</span></button>
                    <button class="do-close hide-offscreen">I'm Done</button>
                </div>
                <div class="bd"><ol><li id="pa-u_22927225-bd" modid="u_22927225" class="btn btn-link y-fp-pg-controls btn-first"      ><a href="http://www.facebook.com";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -1020px;"></span><span class="lbl med-small y-txt-1">Facebook</span> <span class="vital small" aria-labelledby="pa-u_22927225-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Facebook</button></li><li id="pa-u_26391803-bd" modid="u_26391803" class="btn btn-link y-fp-pg-controls"      ><a href="http://www.twitter.com";><span class="icn" style="background: url(http://l1.yimg.com/a/i/ww/met/pa_icons_18/20101213/spr_apps_us.png) no-repeat 0 -1088px;"></span><span class="lbl med-small y-txt-1">Twitter</span> <span class="vital small" aria-labelledby="pa-u_26391803-lbl"></span></a><button class="do-rm y-sortable-false y-fp-pg-controls hide-textindent" data-b="http://www.yahoo.com";>Remove Twitter</button></li><li class="y-sortable-false y-fp-pg-controls btn"><a href="javascript:void(0);" class="do-edit" data-b="http://www.yahoo.com";><span class="icn y-fp-pg-controls"></span><span class="lbl med-small y-txt-3">Add Favorite</span></a></li></ol><button class="do-close hide-offscreen">I'm Done</button></div>
            </div>
                
            </div>
                    <div class="pa-accessibility hide-offscreen">
            <div id="u_2588582-accessibility-status" class="pa-accessibility-status" role="status" aria-live="assertive"></div>
        </div>
                    <div id="u_2588582-error-popup" class="hide">
            <div id="u_2588582-mod-ovrly" class="pa-mod-ovrly"></div>
            <div id="u_2588582-mod-err-ctr" class="y-glbl-universal-grad pa-mod-err-ctr" role="alertdialog"></div>
        </div>
            <div class="pa-app" id="u_2588582-app">
    <div class="pa-app-migrate y-ln-3"></div>
    <div class="pa-app-hd y-ln-3 y-bg-3 y-fp-pg-grad">
        <button class="do-app-close y-fp-pg-controls-nt hide-textindent" data-b="http://www.yahoo.com";>Close</button>
    </div>
    <div class="pa-app-bd y-bg-3 y-ln-3">
        <div id="u_2588582-mod" class="pa-app-mod"></div>
        <div id="u_2588582-module-loading-msg" class="y-ln-2 pa-module-loading-msg"></div>
    </div>    
    <button class="do-app-close hide-offscreen" data-b="http://www.yahoo.com";>Close</button>
    <div class="pa-app-cort"></div>
    <div class="pa-app-corb"></div>
</div>
        </div>    </div>
        <div id="default-u_2588582-ft" class="ft"></div>
</div>
                    </div>

                    <div id="y-col1" class="fp-fx" role="main">
<div id="default-p_26391799" class="mod view_default">  <div id="default-p_26391799-bd" class="bd type_breakingnews type_breakingnews_default"><div class="remove-margin"></div><!-- End of breaking news Markup --><!-- End of breaking news Markup -->    </div>
        <div id="default-p_26391799-ft" class="ft"></div>
</div><div id="default-p_13872472" class="mod view_default">  <div id="default-p_13872472-bd" class="bd type_fptoday type_fptoday_default"><script>document.cookie="FPCK2=AgBOcmMQAEUQEABQIRAAGlQQAEwd;domain=www.yahoo.com;expires=Sat, 15 Oct 2011 08:41:39 GMT";</script>                <div class="fptoday-container y-ln-1   ">
                    <div id="p_13872472-main_story" class="main-story has-date">                                <h2 class="title-date "><span class="title y-txt-modhdr medium" style="font-family: inherit;">TODAY</span><span class="date y-txt-2 medium" style="font-family: inherit;"> - September 15, 2011</span></h2><div class="main-story-content y-bg-1">                            <h2 class="package-header  "  >
                    <a class="pack-title" href="http://news.yahoo.com/obama-awards-medal-honor-young-us-marine-193935264.html"; ><img id="p_13872472-header-image" class="" src="http://l1.yimg.com/a/i/ww/news/2011/09/15/honor.jpg"; alt="President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo/Charles Dharapak)" title="President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo/Charles Dharapak)"></a>
</h2>
<div class="package-body">
    <h3 class="">
                        <a class="x3-large" href="http://news.yahoo.com/obama-awards-medal-honor-young-us-marine-193935264.html";  style="font-family: inherit;">Obama gives rare Medal of Honor to Marine</a>
    </h3>
    <div class="left-body ">
        <p class="y-txt-1 y-ln-1">
            <span class="medium" style="line-height:1.231">Sgt. Dakota Meyer saved 36 lives during an ambush in Afghanistan, despite being wounded himself.</span>
                            <a  href="http://news.yahoo.com/obama-awards-medal-honor-young-us-marine-193935264.html"; class="small y-fp-pg-controls right-angle-quote" style="font-family: inherit; line-height:1.448" >
                Historic event
            </a>
            
        </p>
    </div>
    <h4 class="hide-offscreen">Related links</h4>
    <ul class="related-links  ">
                                <li class="related-story y-fp-pg-controls bullet">
                                        <a class="small" href="http://news.yahoo.com/blogs/envoy/med
comm_blockread returned 8192
calling comm_blockread
al-honor-recipient-highlights-marine-valor-well-risks-220928608.html" >Medal highlights conflict</a></li>                        <li class="related-story y-fp-pg-controls bullet">
                                        <a class="small" href="http://news.yahoo.com/medal-beer-obama-marine-234219315.html"; >A beer for Obama, Marine</a></li>                        <li class="related-story y-fp-pg-controls bullet">
                                        <a class="small" href="http://news.yahoo.com/memorials-set-marine-gets-medal-honor-100756635.html"; >Hometown memorials set</a></li>
    </ul>
</div>
</div>                    </div>
                    <div class="footer-section">
    <div class="footer-overlay hide"></div>
    <div class="loading-overlay loading-spinner hide"></div>
    <h3 class="hide-offscreen">More stories</h3>
    <div id=p_13872472_carousel_container class="carousel-container small">
        <div class="y-carousel">
            <ol class="y-carousel-list y-today-ln-1">
                            <li id="p_13872472-panel0" class="y-today-grad1 y-panel clearfix ">                        <a y-pkgId="id-517453" data-b-tdh="http://www.yahoo.com";  class=" y-today-grad2 y-ln-4 item selected" href="http://news.yahoo.com/obama-awards-medal-honor-young-us-marine-193935264.html"; >
                            <span class="y-fp-pg-controls indicator"></span>
                            <img class=" image y-ln-4 y-bg-1" src="http://l1.yimg.com/a/i/ww/news/2011/09/15/honor-sm.jpg"; alt="President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo/Charles Dharapak)"  title="President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo/Charles Dharapak)">
                            
                            <span class="medium item-label" style="font-family: inherit;line-height:inherit;">Highest honor for Marine</span>
                        </a>                        <a y-pkgId="id-515803" data-b-tdh="http://www.yahoo.com";  class=" y-today-grad1 y-today-ln-1 trans-border item" href="http://omg.yahoo.com/blogs/goddess/brad-pitt-i-m-so-happy-to-have-angie/721"; >
                            <span class="y-fp-pg-controls indicator"></span>
                            <img class=" image y-ln-2 y-bg-1" src="http://l1.yimg.com/a/i/ww/news/2011/09/15/pitt2-sm.jpg"; alt="Brad Pitt and Jennifer Aniston, 2004 (Photo by Jeff Kravitz/FilmMagic)"  title="Brad Pitt and Jennifer Aniston, 2004 (Photo by Jeff Kravitz/FilmMagic)">
                            
                            <span class="medium item-label" style="font-family: inherit;line-height:inherit;">Pitt&#39;s regrets about Aniston</span>
                        </a>                        <a y-pkgId="id-517819" data-b-tdh="http://www.yahoo.com";  class=" y-today-grad1 y-today-ln-1 trans-border item" href="http://finance.yahoo.com/news/Price-Hike-Sends-Netflixs-nytimes-985924951.html?x=0&.v=1"; >
                            <span class="y-fp-pg-controls indicator"></span>
                            <img class=" image y-ln-2 y-bg-1" src="http://l1.yimg.com/a/i/ww/news/2011/09/15/netflix-sm.jpg"; alt="A Netflix customer holds her movies she rented, at her home in Palo Alto, Calif.  (AP)"  title="A Netflix customer holds her movies she rented, at her home in Palo Alto, Calif.  (AP)">
                            
                            <span class="medium item-label" style="font-family: inherit;line-height:inherit;">Customers fleeing Netflix</span>
                        </a>                        <a y-pkgId="id-517448" data-b-tdh="http://www.yahoo.com";  class=" y-today-grad1 y-today-ln-1 trans-border item" href="http://sports.yahoo.com/nfl/blog/shutdown_corner/post/Qualcomm-Stadium-server-trips-loses-1-000-82?urn=nfl-wp7156"; >
                            <span class="y-fp-pg-controls indicator"></span>
                            <img class=" image y-ln-2 y-bg-1" src="http://l1.yimg.com/a/i/ww/news/2011/08/12/fans-pdsm.jpg"; alt="Fans show patriotism on the anniversary of 9/11 prior to the start of the game between the Minnesota Vikings and the San Diego Chargers at Qualcomm Stadium on September 11, 2011 in San Diego, California. The Chargers defeated the Vikings 24-17. (Photo by Jeff Gross/Getty Images)"  title="Fans show patriotism on the anniversary of 9/11 prior to the start of the game between the Minnesota Vikings and the San Diego Chargers at Qualcomm Stadium on September 11, 2011 in San Diego, California. The Chargers defeated the Vikings 24-17. (Photo by Jeff Gross/Getty Images)">
                            
                            <span class="medium item-label" style="font-family: inherit;line-height:inherit;">Money rains on NFL fans</span>
                        </a>            </li>            <li id="p_13872472-panel1" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel2" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel3" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel4" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel5" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel6" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel7" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel8" class="y-today-grad1 
comm_blockread returned 8192
calling comm_blockread
y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel9" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel10" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel11" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel12" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>            <li id="p_13872472-panel13" class="y-today-grad1 y-panel clearfix empty hide ">                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>                <span class="y-today-grad1 y-today-ln-1 empty trans-border item"></span>            </li>
            </ol>
        </div>
    </div>
    <div class="navigation no-visibility">
                <div class="y-nav y-bg-2 y-ln-1 clearfix">            <div class="y-nav-count y-txt-2 small">1 of 56</div>            <div class="y-nav-buttons">
                <a class="prev" href="#" role="button"data-b="http://www.yahoo.com";>
                    <span class="y-fp-pg-grad y-ln-1 btn">
                        <span class="y-fp-pg-controls hide-textindent">Previous set of stories</span>
                    </span>
                </a>                <a class="next" href="#" role="button"data-b="http://www.yahoo.com";>
                    <span class="y-fp-pg-grad y-ln-1 btn">
                        <span class="y-fp-pg-controls hide-textindent">Next set of stories</span>
                    </span>
                </a>
            </div>        </div>
    </div>
</div>
             
            </div>    </div>
        <div id="default-p_13872472-ft" class="ft"></div>
</div><div id="ad-west"></div><div id="default-p_30285465" class="mod view_default">  <div id="default-p_30285465-bd" class="bd type_ads type_ads_default"><div class="cmntl cmntl-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><div></div>
<!-- --><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-p_30285465-ft" class="ft"></div>
</div><div id="default-p_13923988" class="mod view_default">  <div id="default-p_13923988-bd" class="bd type_news type_news_default"> <h2 class="hide-offscreen">News</h2>
 <div class="tabwrapper y-ln-1" style="min-height:21.2em;">
    <div class="y-bg-2 y-ln-1 tab-container ">
  
   <div class="tab-holder">
    <ul id="p_13923988-tablist-id" class="y-tablist y-tl-news small clearfix intl-us">
       <li  class="selected"><a data-b="http://www.yahoo.com"; href="http://news.yahoo.com/"; class=" y-ln-1 y-bg-2  first">NEWS</a></li>  <li  class=""><a data-b="http://www.yahoo.com"; href="http://news.yahoo.com/world/"; class=" y-ln-1 y-bg-2 ">WORLD</a></li>  <li  class=""><a data-b="http://www.yahoo.com"; href="http://news.yahoo.com/local/"; class=" y-ln-1 y-bg-2 ">LOCAL</a></li>  <li  class=""><a data-b="http://www.yahoo.com"; href="http://finance.yahoo.com/"; class=" y-ln-1 y-bg-2 ">FINANCE</a></li>
    </ul>
   </div>
   <div class="y-fp-pg-grad y-ln-1 move-icon-container"><a target="_top" href="http://www.yahoo.com/newsswap?_crumb=&pos=1&_done=http://www.yahoo.com/";  title="Move News on Top"><span class="y-fp-pg-controls hide-textindent move-icon icon-up">Move News on Top</span></a></div>
  </div>
  <div class="y-tabpanels">
   <div class="tabpanel clearfix selected"><ul class="stories medium clearfix"><li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/social-security-not-obama-deficits-plan-white-house-135310933.html"; >Obama to exclude Social Security from deficits plan</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/blogs/ticket/professors-offer-more-10-000-proof-bachmann-story-132647843.html"; >$10,000 reward for proof of Bachmannâ??s vaccine story</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/casey-anthony-dad-says-caylee-died-drug-overdose-001212041.html"; >Casey Anthony dad says Caylee died of drug overdose</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/nicolas-cage-awoken-naked-man-fudgesicle-222238383.html"; >Nicolas Cage awoken by naked man with Fudgesicle</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/pat-robertson-says-alzheimers-makes-divorce-ok-000952197.html"; >Pat Robertson: Divorcing spouse with Alzheimer&#39;s is justified</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://news.yahoo.com/mrs-obama-applauds-olive-garden-announcement-161936772.html"; >First lady applauds as two chain restaurants vow to change</a></li>
<li><a class="y-fp-pg-controls bullet y-link-1" href="http://us.rd.yahoo.com/dailynews/local/Madison/Wisconsin_State_Journal/fp/SIG=13eeec27c/**http%3A%2F%2Fhost.madison.com%2Fnews%2Flocal%2Fcrime_and_courts%2Fec2de0b2-dfd1-11e0-afc5-001cc4c03286.html";  >Justices decide against openingâ?¦</a><cite class="citation small y-txt-3" >- Wisconsin Stâ?¦</cite></li><li><a class="y-fp-pg-controls bullet y-link-1" href="http://us.rd.yahoo.com/dailynews/local/Madison/WISC-TV_Madison/fp/SIG=123mihq8c/**http%3A%2F%2Fwww.channel3000.com%2Fnews%2F29191268%2Fdetail.html";  >State Gets $1.5M To Upgrade Itsâ?¦</a><cite class="citation small y-txt-3" >- WISC-TV</cite></li><li><a class="y-fp-pg-controls bullet y-link-1" href="http://us.rd.yahoo.com/dailynews/local/Madison/The_Capital_Times/fp/SIG=13f99fenb/**http%3A%2F%2Fhost.madison.com%2Fct%2Fbusiness%2Fbiz_beat%2Farticle_67c3060a-dfd0-11e0-82e9-001cc4c002e0.html";  >Biz Beat: State jobless rate ticks higherâ?¦</a><cite class="citation small y-txt-3" >- Capital Times</cite></li><li class="one-link">|<a class=" y-link-1 " href="http://sports.yahoo.com/mlb";>MLB</a></li><li class="one-link">|<a class=" y-link-1 " href="http://sports.yahoo.com/nfl";>NFL</a></li><li class="one-link">|<a class=" y-link-1 " href="http://rivals.yahoo.com/ncaa/football";>NCAAF</a></li><li class="one-link">|<a class=" y-link-1 " href="http://sports.yahoo.com/box";>Boxing</a></li><li class="one-link">|<a class=" y-link-1 " href="http://sports.yahoo.com/sow";>Soccer</a></li><li class="one-link">|<a class=" y-link-1 " href="http://sports.yahoo.com/nascar";>NASCAR</a><
comm_blockread returned 8192
calling comm_blockread
/li></ul>  <div class="more-link small">
   <h3 class="y-txt-2">More<span class="hide-offscreen"> News</span>:</h3>
   <ul class="more itn">
          <li><a  href="http://news.yahoo.com/";>News</a></li>  <li><a class="bdr-l y-ln-1" href="http://news.yahoo.com/most-popular/";>Popular</a></li>  <li><a class="bdr-l y-ln-1" href="http://news.yahoo.com/photos/";>Photos</a></li>                   </ul>
                  </div><p class="small y-txt-3 time-stamp">updated 03:41 pm</p></div><div class="tabpanel clearfix"></div><div class="tabpanel clearfix"></div><div class="tabpanel clearfix"></div>
  </div>
 </div>    </div>
        <div id="default-p_13923988-ft" class="ft"></div>
</div><div id="default-p_21445691" class="mod view_default">  <div id="default-p_21445691-bd" class="bd type_marketindices type_marketindices_default"><div class="">
    <form action="http://finance.yahoo.com/q"; method="get" accept-charset="utf-8" class="quotes-form y-bg-2 y-ln-1  clearfix">
    <dl class="markets clearfix strong small">
        <dt class="title">
    <a href="http://finance.yahoo.com/";>Markets:</a>
</dt>
        <dt>
    <a class="" href="http://finance.yahoo.com/q?s=^DJI";><span>Dow: </span>
    <span class="normal-quote y-txt-2">11,433.17 </span>    <em class="positive">1.65%</em>    </a>
</dt><dt>
    <a class="" href="http://finance.yahoo.com/q?s=^IXIC";><span>Nasdaq: </span>
    <span class="normal-quote y-txt-2">2,607.07 </span>    <em class="positive">1.34%</em>    </a>
</dt>
    </dl>
    <div class="get-quote clearfix">
        <div class="quote-input-border y-ln-3">
            <label for="id-21445691-quote" class="hide-offscreen">Enter stock symbol</label>
            <input id="id-21445691-quote" type="text" value="Enter stock symbol" class="y-bg-1 y-txt-input small quotes-input y-ln-1"   name="s">
        </div>
        
        <input type="submit" class="quotes-btn small y-ln-4 y-txt-5 y-fp-pg-grad y-bg-hilite" value="Get Quotes">
    </div>
</form><div id="default-u_24813756" class="mod view_default">  <div id="default-u_24813756-bd" class="bd type_ads type_ads_default"><div class="stck stck-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><!-- --><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_24813756-ft" class="ft"></div>
</div></div>    </div>
        <div id="default-p_21445691-ft" class="ft"></div>
</div><div id="default-p_24457750" class="mod view_default">  <div id="default-p_24457750-bd" class="bd type_miniad type_miniad_default"><div class="ctr y-ln-1 clearfix ad-holder"><div id="default-u_30345543" class="mod view_default">  <div id="default-u_30345543-bd" class="bd type_ads type_ads_default"><div class="mkptitle mkptitle-reserve"><h2 class="y-txt-modhdr hdr strong">MARKETPLACE</h2></div>    </div>
        <div id="default-u_30345543-ft" class="ft"></div>
</div><div id="default-u_26391790" class="mod view_default">  <div id="default-u_26391790-bd" class="bd type_ads type_ads_default"><div class="promo promo-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><style>
.hdlnm a .hdlnm-img {float:left;margin-right:.5em;}
.hdlnm .hdlnm-txt {float:left;line-height:1.36em;}
</style>
<div class="hdlnm small clearfix">
<a href="http://shopping.yahoo.com/b:Shoes:92253310;_ylc=X3oDMTE3MmpzcjhoBF9TAzI3MTYxNDkEc2VjA2ZwLW1hcmtldHBsYWNlBHNsawNzaG9lcw---";><img src="http://l.yimg.com/a/a/1-/flash/promotions/yahoo/081120/70x50iltlb_2.jpg"; width="70" height="50" border="0" class="hdlnm-img" alt="Yahoo! Shopping"></a>
<p class="hdlnm-txt">
<a href="http://shopping.yahoo.com/b:Shoes:92253310;_ylc=X3oDMTE3MmpzcjhoBF9TAzI3MTYxNDkEc2VjA2ZwLW1hcmtldHBsYWNlBHNsawNzaG9lcw--";>Shoes for Women, Men and Kids</a>
<br/>Pumps, boots, sneakers, wedges, and more.
<br/>All the trendiest shoes are on <a href="http://shopping.yahoo.com/b:Shoes:92253310;_ylc=X3oDMTE3MmpzcjhoBF9TAzI3MTYxNDkEc2VjA2ZwLW1hcmtldHBsYWNlBHNsawNzaG9lcw--";>Yahoo! Shopping</a>.
</p>
</div><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_26391790-ft" class="ft"></div>
</div><div id="default-u_30344913" class="mod view_default">  <div id="default-u_30344913-bd" class="bd type_ads type_ads_default"><div class="tl1 tl1-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><!-- TL1 --><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_30344913-ft" class="ft"></div>
</div><div id="default-u_30345383" class="mod view_default">  <div id="default-u_30345383-bd" class="bd type_ads type_ads_default"><div class="tl2 tl2-reserve"><!-- metro normal ad --><!-- metro fallback ad static --><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_30345383-ft" class="ft"></div>
</div><div id="default-u_30345628" class="mod view_default">  <div id="default-u_30345628-bd" class="bd type_ads type_ads_default"><div class="tl3 tl3-reserve"><!-- metro normal ad --><!-- metro fallback ad static --><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_30345628-ft" class="ft"></div>
</div></div>    </div>
        <div id="default-p_24457750-ft" class="ft"></div>
</div>
                    </div>

                    <div id="y-col2" class="fp-fx">
<div id="default-p_30345151" class="mod view_default">  <div id="default-p_30345151-bd" class="bd type_tts type_tts_default"><div class="y-ln-1 clearfix typetopten">
    <div>
    <h2 class="y-txt-modhdr bdr-b y-ln-1">TRENDING NOW</h2>
                <div class="tnmod-container small">
            <div id="default-p_30345661_a24" class="mod view_default">  <div id="default-p_30345661_a24-bd" class="bd type_ads type_ads_default"><div class="tnmod tnmod-reserve"><a href="http://news.yahoo.com/blogs/trending-now/"; style="background-position: left -1328px; padding-left: 20px; background-repeat: no-repeat;background-image: url(http://l1.yimg.com/a/i/ww/met/sprite_pg_nontheme_20101216_ltr.png);">Watch the show >></a></div>    </div>
        <div id="default-p_30345661_a24-ft" class="ft"></div>
</div>
            </div>
    </div>
    <div id="p_30345151-data">
        <ol class="firstcol">
    <li class="y-txt-accent first"><a href="http://search.yahoo.com/search?cs=bz&p=Elisabeth+Hasselbeck&fr=fp-tts-701&fr2=ps"; title="Elisabeth Hasselbeck">Elisabeth Hasselâ?¦</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Pia+Toscano&fr=fp-tts-701&fr2=ps"; title="Pia Toscano">Pia Toscano</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Chad+Ochocinco&fr=fp-tts-701&fr2=ps"; title="Chad Ochocinco">Chad Ochocinco</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Scarlett+Johansson&fr=fp-tts-701&fr2=ps"; title="Scarlett Johansson">Scarlett Johanssâ?¦</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Brown+dwarf&fr=fp-tts-701&fr2=ps"; title="Brown dwarf">Brown dwarf</a></li>
</ol>
        <ol start="6" class="">
    <li class="y-txt-accent first"><a href="http://search.yahoo.com/search?cs=bz&p=Casey+Anthony&fr=fp-tts-701&fr2=ps"; title="Casey Anthony">Casey Anthony</a></li><li class="y-txt-accent"><a href="http://news.search.yahoo.com/search?cs=bz&p=Conjoined+twins+separated&fr=fp-tts-701&fr2=ps"; title="Conjoined twins separated">Conjoined twins â?¦</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Alzheimer%27s&fr=fp-tts-qt-701&fr2=ps"; title="Alzheimer&#39;s">Alzheimer&#39;s</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Netflix+stock&fr=fp-tts-qt-701&fr2=ps"; title="Netflix stock">Netflix stock</a></li><li class="y-txt-accent"><a href="http://search.yahoo.com/search?cs=bz&p=Energy+stocks&fr=fp-tts-qt-701&fr2=ps"; title="Energy stocks">Energy stocks</a></li>
</ol>
    </div>
</div>    </div>
        <div id="default-p_30345151-ft" class="ft"></div>
</div><div id="default-p_13923486" class="mod view_default">  <div id="default-p_13923486-bd" class="bd type_ads type_ads_default"><div class="fpad fpad-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><a href="http://toolbar.yahoo.com";><img src="http://l.yimg.com/a/i/us/fpad/too/10q3/tb_300x250.jpg"; border="0" height="250" width="300" alt="Y
comm_blockread returned 8192
calling comm_blockread
ahoo! Toolbar"></a><img style="position: absolute; left: -999em;" src="/jserror?ad=1&target=cms&data=FPAD"><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-p_13923486-ft" class="ft"></div>
</div><div id="default-p_30344911" class="mod view_default">  <div id="default-p_30344911-bd" class="bd type_contentcarousel type_contentcarousel_default"><div class="carousel-pos6 carousel-pos y-ln-1">
<div id="p_30344911-carousel" class="y-carousel-wrapper">
<div class="y-carousel no-fallback">
<ul class="y-carousel-list clearfix">
    <li class="y-panel sel-pane"><div id="default-p_30345381_db4" class="mod view_default">  <div id="default-p_30345381_db4-bd" class="bd type_multimedia type_multimedia_default"><div class="videos wrapper y-ln-1 clearfix carousel"><h2 class="y-txt-modhdr med-small modhdr">
VIDEO PICKS
</h2><ul class="y-bg-3 clearfix"><li class="primary y-ln-1 y-bg-1 embedded">
    <a class="embedded size793x666 "
href="http://news.yahoo.com/video/us-15749625/free-store-uses-exchange-instead-of-cash-26609924.html";>
       <img src="http://l.yimg.com/a/i/vm/2011sept/freestore.jpg"; width="300" height="150" alt="All items in California store are free (AP)">
       <span class="title hide-title">California store offers all items for free</span><div class="video-overlay new-overlay">
    <div class="video-overlay-back"></div>
    <div class="cta med-small strong video-sprite" href="http://news.yahoo.com/video/us-15749625/free-store-uses-exchange-instead-of-cash-26609924.html";>Go to Video</div>
    
</div>
   </a>
   <a class="embedded text size793x666 "
href="http://news.yahoo.com/video/us-15749625/free-store-uses-exchange-instead-of-cash-26609924.html";>
       <span class="desc"><span class="title med-small">California store offers all items for free</span></span>
   </a>
</li><li class="secondary clearfix new-sec embedded">
    <a class="embedded size793x666 "
href="http://sports.yahoo.com/sportsminute";>
       <img src="http://l.yimg.com/a/i/vm/2011sept/fan74.jpg"; width="74" height="42" alt="Baseball fan tops own home-run feat(Y! Sports)">
       <span class="title hide-title">Baseball fan tops own home-run feat</span><span class="small-overlay video-sprite hide-textindent">Go to Video</span>

   </a>
   <a class="embedded text size793x666 "
href="http://sports.yahoo.com/sportsminute";>
       <span class="desc"><span class="title small">Baseball fan tops own home-run feat</span></span>
   </a>
</li><li class="secondary clearfix new-sec embedded">
    <a class="embedded size793x666 "
href="http://news.yahoo.com/video/us-15749625/the-dutchess-shows-off-record-breaking-nails-26614650.html";>
       <img src="http://l.yimg.com/a/i/vm/2011sept/fingerails74.jpg"; width="74" height="42" alt="Woman&#39;s fingernails set world record (AP)">
       <span class="title hide-title">Woman&#39;s fingernails set world record</span><span class="small-overlay video-sprite hide-textindent">Go to Video</span>

   </a>
   <a class="embedded text size793x666 "
href="http://news.yahoo.com/video/us-15749625/the-dutchess-shows-off-record-breaking-nails-26614650.html";>
       <span class="desc"><span class="title small">Woman&#39;s fingernails set world record</span></span>
   </a>
</li></ul>
</div>    </div>
        <div id="default-p_30345381_db4-ft" class="ft"></div>
</div>    </li>
</ul>
</div>

</div>
</div>    </div>
        <div id="default-p_30344911-ft" class="ft"></div>
</div><div id="default-p_17335519" class="mod view_default">  <div id="default-p_17335519-bd" class="bd type_contentcarousel type_contentcarousel_default"><div class="carousel-pos4 carousel-pos y-ln-1">
<div id="p_17335519-carousel" class="y-carousel-wrapper">
<div class="y-carousel no-fallback">
<ul class="y-carousel-list clearfix">
    <li class="y-panel sel-pane"><div id="default-p_17556534_e30" class="mod view_default">  <div id="default-p_17556534_e30-bd" class="bd type_contentcarouseladserved type_contentcarouseladserved_default"><div id="default-p_21295328_f86" class="mod view_default">  <div id="default-p_21295328_f86-bd" class="bd type_ads type_ads_default"><div class="crsl2 crsl2-reserve"><!-- metro normal ad --><!-- metro fallback ad cms --><div class="type_contentcarouselpulse_default">
 
 
                        <div class="title-clip">
                            <div class="title-wrapper">
                                <h2 class="y-txt-modhdr">
                                    Connect with all your friends
                                </h2>
                            </div>
                        </div>
                        <div class="pulse-wrapper clearfix">
 
<a href="http://messenger.yahoo.com/";><img width="75" height="75" src="http://l.yimg.com/a/i/us/crsl/messenger/09q2/emoticon_smiley.jpg"; alt="Yahoo! Messenger" class="pulse-img"></a>
<ul class="pulse-list">
    <li><a class="y-link-2 y-fp-pg-controls" href="http://messenger.yahoo.com/download/";>Get the latest version of Messenger</a></li>
    <li><a class="y-link-2 y-fp-pg-controls" href="http://messenger.yahoo.com/invite/";>Add friends to your contact list</a></li>
    <li><a class="y-link-2 y-fp-pg-controls" href="http://messenger.yahoo.com/features/emoticons/";>Express yourself with emoticons</a></li>
    <li><a class="y-link-2 y-fp-pg-controls" href="http://messenger.yahoo.com/features/voice";>Make free PC-to-PC calls</a></li>
</ul>
                            </div>
                            <p class="more small strong"><a href="http://messenger.yahoo.com/"; class="y-link-1 y-fp-pg-controls">Yahoo! Messenger</a></p>
</div><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-p_21295328_f86-ft" class="ft"></div>
</div>    </div>
        <div id="default-p_17556534_e30-ft" class="ft"></div>
</div>    </li>
</ul>
</div>

</div>
</div>    </div>
        <div id="default-p_17335519-ft" class="ft"></div>
</div>
                    </div>

                </div>

                <span class="y-chrome-bottom y-fp-ln-pg"><span class="left y-fp-pg-controls"></span><span class="right y-fp-pg-controls"></span></span>

            </div>
		
            <div id="y-footer">
<div id="default-p_13848969" class="mod view_default">  <div id="default-p_13848969-bd" class="bd type_footer type_footer_default"><div class="ad small y-ftr-link"><div id="default-u_15014391" class="mod view_default">  <div id="default-u_15014391-bd" class="bd type_ads type_ads_default"><div class="hdln2 hdln2-reserve"><!-- metro normal ad --><!-- metro fallback ad static --><!--HDLN2-->
<!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_15014391-ft" class="ft"></div>
</div></div><div class="ysites  sections clearfix  y-ftr-bg y-grad3 rnd-corners y-ftr-ln cols2 double-align "><div class="ysites-col"><h2 class="y-ftr-txt-hdr  "">MORE YAHOO! SITES</h2><div class="col first"><ul class="clearfix y-ftr-ln small"><li><a class="y-fp-pg-controls y-ftr-link " href="http://answers.yahoo.com";>Answers</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://www.associatedcontent.com";>Associated Content</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://autos.yahoo.com";>Autos</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://finance.yahoo.com";>Finance</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://games.yahoo.com";>Games</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://groups.yahoo.com";>Groups</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://health.yahoo.com";>Health</a></li></ul></div><div class="col"><ul class="clearfix y-ftr-ln small"><li><a class="y-fp-pg-controls y-ftr-link " href="http://world.yahoo.com/";>International</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://local.yahoo.com";>Local</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://maps.yahoo.com";>Maps</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://movies.yahoo.com";>Movies</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://music.yahoo.com";>Music</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://news.yahoo.com";>News</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://omg.yahoo
comm_blockread returned 8192
calling comm_blockread
.com">omg!</a></li></ul></div><div class="col"><ul class="clearfix y-ftr-ln small"><li><a class="y-fp-pg-controls y-ftr-link " href="http://realestate.yahoo.com";>Real Estate</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://shine.yahoo.com";>Shine</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://shopping.yahoo.com";>Shopping</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://sports.yahoo.com";>Sports</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://travel.yahoo.com";>Travel</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://tv.yahoo.com";>TV</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://espanol.yahoo.com/";>Yahoo! en Español</a></li></ul></div><div class="col"><ul class="clearfix y-ftr-ln small"><li><a class="y-fp-pg-controls y-ftr-link " href="http://shine.yahoo.com/event/poweryourfuture";>Discover Inspiring Stories</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://downloads.yahoo.com";>Downloads</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://toolbar.yahoo.com/?.cpdl=swat02";>Get the Yahoo! Toolbar</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://mobile.yahoo.com";>Get Yahoo! on Your Phone</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://www.yahoo.com/tablet_redirect/?tr=1";>Get Yahoo! on Your Tablet</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://awards.tv.yahoo.com/";>The Emmy Awards</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://everything.yahoo.com";>More Services</a></li></ul></div></div>
<div class="stacked-col oneline">
<div class="col follow-links"><h2 class="y-ftr-txt-hdr ">Follow YAHOO!</h2>
    <ul class="clearfix y-ftr-ln small">
        <li><span class="y-fp-pg-controls y-ftr-txt lbl ">Follow Us:</span></li>
        <li><a href="http://www.facebook.com/yahoo"; class="y-ftr-link icon y-fp-pg-controls-nt facebook hide-textindent">Facebook</a></li><li><a href="http://twitter.com/yahoo"; class="y-ftr-link icon y-fp-pg-controls-nt twitter hide-textindent">Twitter</a></li>        
    </ul>
</div>
<div class="col first"><h2 class="y-ftr-txt-hdr  "">YAHOO! FOR YOUR BUSINESS</h2><ul class="clearfix y-ftr-ln small"><li class="double primary y-ftr-ln"><a class="y-fp-pg-controls y-ftr-link " href="http://smallbusiness.yahoo.com/?s_fptrough=ysb_acq_fp";>Small Business Solutions</a></li><li class="double secondary"><a class="y-fp-pg-controls y-ftr-link " href="http://advertising.yahoo.com/";>Advertise with Us</a></li></ul></div><div class="col"><h2 class="y-ftr-txt-hdr  "">ABOUT YAHOO!</h2><ul class="clearfix y-ftr-ln small"><li class="double primary y-ftr-ln"><a class="y-fp-pg-controls y-ftr-link " href="http://info.yahoo.com/";>Company Info</a></li><li class="double secondary"><a class="y-fp-pg-controls y-ftr-link " href="http://careers.yahoo.com/";>Careers</a></li><li class="double primary y-ftr-ln"><a class="y-fp-pg-controls y-ftr-link " href="http://developer.yahoo.com/";>Developer Network</a></li><li class="double secondary"><a class="y-fp-pg-controls y-ftr-link " href="http://ycorpblog.com/";>Yahoo! Blog - Yodel</a></li><li><a class="y-fp-pg-controls y-ftr-link " href="http://help.yahoo.com/l/us/yahoo/homepage/homepage/";>Help/Contact Us</a></li></ul></div>
</div></div><!-- End of Maple Footer Module -->    </div>
        <div id="default-p_13848969-ft" class="ft"></div>
</div><div id="default-p_30345316" class="mod view_default">  <div id="default-p_30345316-bd" class="bd type_batchload type_batchload_default">    </div>
        <div id="default-p_30345316-ft" class="ft"></div>
</div>
            </div>
			
			
            <div id="y-subfooter" role="contentinfo">
<div id="default-p_24803755" class="mod view_default">  <div id="default-p_24803755-bd" class="bd type_subfooter type_subfooter_default">    	<div class="info small "><p class="y-subftr-txt copyright ">Copyright © 2011 Yahoo! Inc. All rights reserved.</p><ul><li class="first"><a class="y-fp-pg-controls y-subftr-link " href="http://info.yahoo.com/privacy/us/yahoo/details.html";>Privacy Policy</a></li><li><a class="y-fp-pg-controls y-subftr-link " href="http://info.yahoo.com/relevantads/";>About Our Ads</a></li><li><a class="y-fp-pg-controls y-subftr-link " href="http://safely.yahoo.com/";>Safety</a></li><li><a class="y-fp-pg-controls y-subftr-link " href="http://info.yahoo.com/legal/us/yahoo/utos/utos-173.html";>Terms of Service</a></li><li><a class="y-fp-pg-controls y-subftr-link " href="http://info.yahoo.com/copyright/us/details.html";>Copyright/IP Policy</a></li></ul></div><!-- End of Maple SubFooter Module --><div id="default-u_26391831" class="mod view_default">  <div id="default-u_26391831-bd" class="bd type_ads type_ads_default"><div class="adbcn adbcn-reserve"><!-- metro normal ad --><!-- metro fallback ad static --><!--ADBCN-->
<!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_26391831-ft" class="ft"></div>
</div><script>OnloadCache.disable();</script><div id="default-u_15191401" class="mod view_default">  <div id="default-u_15191401-bd" class="bd type_ads type_ads_default"><div class="foot9 foot9-reserve"><!-- metro normal ad --><!-- metro fallback ad static --><!--FOOT9--><!-- SpaceID=0 robot -->
</div>    </div>
        <div id="default-u_15191401-ft" class="ft"></div>
</div>    </div>
        <div id="default-p_24803755-ft" class="ft"></div>
</div>            </div>	
			<div id="y-width"></div>
<div id="y-min-width"></div>        <div id="y-persistentmasthead-con" class="hide y-fp-pg-grad">
        <div id="y-persistentmasthead" class="us"><div id="default-p_30345635" class="mod view_default">  <div id="default-p_30345635-bd" class="bd type_persistentmasthead type_persistentmasthead_default">                <div class="logo-wrapper">
                    <img src="http://l.yimg.com/a/images/ww/met/slimheader/yahoo-logo-sm-png8.png"; alt="Yahoo!">
                </div><div class="tuc-wrapper"><div id="default-p_29445946_a57" class="mod view_default">  <div id="default-p_29445946_a57-bd" class="bd type_tuc type_tuc_default"><ul>        <li class="y-hdr-ln account-sign-in strong first ">
            <a class="y-hdr-link  small" href="https://login.yahoo.com/config/login?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F";>Sign In</a>
        </li>        <li class="y-hdr-ln account-sign-up strong ">
            <span class="y-hdr-txt  small">New here?</span> <a class="y-hdr-link  small " href="https://edit.yahoo.com/registration?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F";>
                Sign Up
            </a>
        </li></ul>    </div>
        <div id="default-p_29445946_a57-ft" class="ft"></div>
</div></div>                <div class="search-wrapper">
                <form name="pmh-sf" action="http://search.yahoo.com/search"; role="search" method="get">
                    <label for="p_30345635-p" class="hide-offscreen">Search</label>
                    <input id="p_30345635-p" name="p" type="text" title="Search" value="Search" autocomplete="off" class="input-query y-ln-3 y-txt-input">
                    <input type="hidden" name="fr" value=yfp-pmh-701>
                    <span class="button-wrapper small">
                        <button class="searchsubmit y-fp-pg-grad med-large" value="Web Search" type="submit" id="p_30345635-search-submit">Web Search</button>
                    </span>
                </form>
                </div>    </div>
        <div id="default-p_30345635-ft" class="ft"></div>
</div>        </div>
        </div>       <div id="y-lightbox">
       <div id="default-p_30345698" class="mod view_default">  <div id="default-p_30345698-bd" class="bd type_lightbox type_lightbox_default">    </div>
        <div id="default-p_30345698-ft" class="ft"></div>
</div>
       </div>
    <script>
    if ('undefined' != typeof(rt_LogTime)) { rt_LogTime('t_rtpage', rtTop); }
    rtJSStart = Number(new Date());
</script>
<!-- bottom -->

<script type="text/javascript" src="http://l.yimg.com/a/combo?metro/g/uicontrib/yui/yui_3.3.0.js";></script>
<script type="text/javascript">
YUI.namespace("presentation");
YUI.presentation.lazyScriptList = ["
comm_blockread returned 8192
calling comm_blockread
http://l.yimg.com/a/combo?metro/g/core_yui_3.3.0.js&metro/g/core_pf_1.0.4.js&metro/g/core_srvc_1.0.12.js&metro/g/core_mod_1.0.98.js&metro/g/uicontrib/ywa_1.0.0.js&metro/g/pa/pa_0.1.225.js";];
</script>


<script type="text/javascript">

rtJSLoad=Number(new Date());
</script>
<script type="text/javascript">
(function()
{
    YUI.add('dali_config', function(Y)
    {        
        Y.namespace('dali.config');
        Y.dali.config = {"props":{"dali":{"crumb":"invalid","mLogin":0},"proxyUrl":"\/js"},"data":null,"mods":[{"data":{"maple":{"platform":{},"module":"p_30345150","instance":"p_30345150","signature":"xbYp4bN.Ui8_mxd5qmYgjg--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345150","ns":"type_windowshadecontainer","type":"windowshadecontainer","contentId":"30345150","tags":[],"title":null,"icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_30345158","instance":"__mmh_0","ba":{"_action":"show","chrome":true,"_container":true,"_id":"u_30345158"},"signature":"Juby2_LUmTB79I8TfrTujA--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345158","ns":"type_sethomepagewindowshade","type":"sethomepagewindowshade","contentId":"30345158","tags":[],"title":null,"icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_30345330","instance":"__mmh_0","ba":{"_action":"show","chrome":true,"_container":true,"_id":"u_30345330"},"signature":"M7XzKwobE7n9EHZquiVQOQ--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345330","ns":"type_genericwindowshade","type":"genericwindowshade","contentId":"30345330","tags":[],"title":null,"icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_13838465","instance":"p_13838465","signature":"_Rbozikhk8NgqGMDmKHw6w--"},"useIntlSwitch":false,"useIntlSearchToggle":false,"showNewPointer":"0","ywaTrackingEnabled":"0","ywaProjectId":"1000232572356","shoppingPartner":0,"isIntlSearchEnabled":false,"searchIntl":"us","visibleItems":"10","preloadSRP":false,"srpAssetURL":"http:\/\/search.yahoo.com\/resources?js=1","horizontalPadding":"0em","reverseHighlight":"1","disableUraBeacons":false,"allow.redirected.ult.links":false,"formData":{"web":{"button":"Web Search","action":"http:\/\/search.yahoo.com\/search","bcnDrawerOpen":"http:\/\/www.yahoo.com","bcnDrawerClose":"http:\/\/www.yahoo.com","bcnAutoOpen":"http:\/\/www.yahoo.com","bcnScroll":"http:\/\/www.yahoo.com","bcnOnOff":"http:\/\/www.yahoo.com","yltClickSuggestion":"http:\/\/search.yahoo.com\/search","yltInfoPage":"http:\/\/tools.search.yahoo.com\/newsearch\/searchassist.html","settingsUrl":"http:\/\/search.yahoo.com\/preferences\/preferences?page=search_assist","noQueryURL":null,"emptyNavURL":null},"images":{"button":"Image Search","action":"http:\/\/images.search.yahoo.com\/search\/images","bcnDrawerOpen":"http:\/\/www.yahoo.com","bcnDrawerClose":"http:\/\/www.yahoo.com","bcnAutoOpen":"http:\/\/www.yahoo.com","bcnScroll":"http:\/\/www.yahoo.com","bcnOnOff":"http:\/\/www.yahoo.com","yltClickSuggestion":"http:\/\/images.search.yahoo.com\/search\/images","yltInfoPage":"http:\/\/tools.search.yahoo.com\/newsearch\/searchassist.html","settingsUrl":"http:\/\/search.yahoo.com\/preferences\/preferences?page=search_assist","noQueryURL":null,"emptyNavURL":null},"video":{"button":"Video Search","action":"http:\/\/video.search.yahoo.com\/search\/video","noQueryURL":"http:\/\/video.search.yahoo.com\/video","emptyNavURL":null},"local":{"button":"Local Search","action":"http:\/\/local.search.yahoo.com\/search","paramQuery":"p","noQueryURL":"http:\/\/local.yahoo.com\/","paramLocation":"csz","locationGhostText":"Address, City, State or ZIP"},"apps":{"button":"Apps Search","action":"http:\/\/apps.search.yahoo.com\/search\/","noQueryURL":"http:\/\/apps.search.yahoo.com\/","emptyNavURL":null},"more":{"href":"http:\/\/tools.search.yahoo.com\/about\/forsearchers.html"},"answers":{"button":"Answers Search","action":"http:\/\/answers.yahoo.com\/search\/search_result","noQueryURL":"http:\/\/answers.yahoo.com\/","emptyNavURL":null},"autos":{"button":"Autos Search","action":"http:\/\/autos.yahoo.com\/search\/","noQueryURL":null,"emptyNavURL":null},"omg":{"button":"Celebrity Search","action":"http:\/\/omg.yahoo.com\/search","noQueryURL":"http:\/\/omg.yahoo.com\/","emptyNavURL":null},"directory":{"button":"Directory Search","action":"http:\/\/search.yahoo.com\/search\/dir","noQueryURL":"http:\/\/search.yahoo.com\/dir","emptyNavURL":null},"finance":{"button":"Finance Search","action":"http:\/\/finance.search.yahoo.com\/search","noQueryURL":"http:\/\/finance.search.yahoo.com\/search","emptyNavURL":null},"games":{"button":"Games Search","action":"http:\/\/search.yahoo.com\/search","vsValue":"games.yahoo.com,videogames.yahoo.com","noQueryURL":"http:\/\/search.yahoo.com\/search"},"jobs":{"button":"Jobs Search","action":"http:\/\/hotjobs.yahoo.com\/jobseeker\/jobsearch\/search_results.html","paramQuery":"keywords_all","paramLocation":"l","locationGhostText":"Locations","noQueryURL":"http:\/\/hotjobs.yahoo.com\/"},"mail":{"button":"Mail Search","action":"http:\/\/mrd.mail.yahoo.com\/search","noQueryURL":"http:\/\/mail.yahoo.com\/","emptyNavURL":null},"movies":{"button":"Movies Search","action":"http:\/\/movies.yahoo.com\/mv\/search","noQueryURL":"http:\/\/movies.yahoo.com\/","emptyNavURL":null},"music":{"button":"Music Search","action":"http:\/\/search.music.yahoo.com\/search\/","param1Name":"m","param1Value":"all","noQueryURL":"http:\/\/music.yahoo.com\/"},"news":{"button":"News Search","action":"http:\/\/news.search.yahoo.com\/search\/news","noQueryURL":"http:\/\/news.search.yahoo.com\/","emptyNavURL":null},"shopping":{"button":"Shopping Search","action":"http:\/\/shopping.yahoo.com\/search","noQueryURL":"http:\/\/shopping.yahoo.com\/","emptyNavURL":null},"sports":{"button":"Sports Search","action":"http:\/\/sports.search.yahoo.com\/search","noQueryURL":"http:\/\/sports.search.yahoo.com\/","emptyNavURL":null},"travel":{"button":"Travel Search","action":"http:\/\/travel.yahoo.com\/bin\/search\/travel","noQueryURL":"http:\/\/travel.yahoo.com\/","emptyNavURL":null},"tv":{"button":"TV Search","action":"http:\/\/tv.yahoo.com\/search","noQueryURL":"http:\/\/tv.yahoo.com\/","emptyNavURL":null},"all":{"href":"http:\/\/tools.search.yahoo.com\/about\/forsearchers.html"},"advanced":{"href":"http:\/\/search.yahoo.com\/web\/advanced"},"pref":{"href":"http:\/\/search.yahoo.com\/preferences\/preferences"}},"saData":{"normalizationRules":[["A","A|\u00c0|\u00c1|\u00c2|\u00c3"],["AE","AE|\u00c6|\u00c4"],["C","C|\u00c7"],["E","E|\u00c8|\u00c9|\u00ca|\u00cb"],["I","I|\u00cc|\u00cd|\u00ce|\u00cf"],["D","D|\u00d0"],["N","N|\u00d1"],["O","O|\u00d2|\u00d3|\u00d4|\u00d5"],["OE","OE|\u00d6|\u00d8"],["U","U|\u00d9|\u00da|\u00db"],["UE","UE|\u00dc"],["Y","Y|\u00dd"],["TH","TH|\u00de"],["SS","SS|\u00df"],[" "," |'|\\-"]],"minQueryLength":2,"queryDelay":200,"webGossipUrl":"http:\/\/sugg.search.yahoo.com\/gossip-us-fp\/?nresults=10&queryfirst=2&output=yjsonp&version=&command=","imgGossipUrl":"http:\/\/sugg.search.yahoo.com\/gossip-us-fp\/?output=yjsonp&command=","webRichPanelUrl":"http:\/\/ura.us.search.yahoo.com\/sd?o=jsonp-ursa&p=#{q}","rev":null,"openAnimDuration":"0.2","origin":null,"vtestid":null,"closeAnimDuration":"0.15","cssFontSizeSAYT":"","cssSAWindowMaxHeightIE6":"14.6em","cssSAWindowSuggestionHeightIE6":"1.52"},"HTML_SECONDINPUT":"<input id=\"p_13838465-location\" class=\"input-query input-x-short med-large\" type=\"text\">","HTML_SECONDLABEL":"<label for=\"p_13838465-in\" class=\"in-searchlabel y-mast-txt medium\">in<\/label>","HTML_HOODCONTENT_ENABLED":"<h3 class=\"hide-offscreen\">Search Suggestions<\/h3>\n    <div class=\"sa-options small\">\n        <a id=\"p_13838465-sa-info\" class=\"sa-info\" href=\"http:\/\/tools.search.yahoo.com\/newsearch\/searchassist.html\">Search Assist:<\/a>\n        <span class=\"on\">\n            On\n        <\/span>\n        <a id=\"p_13838465-offswitch\" class=\"of
comm_blockread returned 8192
calling comm_blockread
f active\" href=\"#turnoff\">\n            Off\n        <\/a>\n    <\/div><div id=\"p_13838465-sayt\" class=\"sa-holder \">\n    <ul class=\"hints\">\n        <li>No suggestions.<\/li>\n        <li>Please begin typing your search query.<\/li>\n    <\/ul>\n<\/div>","HTML_HOODCONTENT_DISABLED":"<h3 class=\"hide-offscreen\">Search Suggestions<\/h3>\n    <div class=\"sa-options small\">\n        <a id=\"p_13838465-sa-info\" class=\"sa-info\" href=\"http:\/\/tools.search.yahoo.com\/newsearch\/searchassist.html\">Search Assist:<\/a>\n        <a id=\"p_13838465-onswitch\" class=\"on active\" href=\"#turnon\">\n            On\n        <\/a>\n        <span class=\"off inactive\">\n            Off\n        <\/span>\n    <\/div><div id=\"p_13838465-sayt\" class=\"sa-holder\">\n    <ul class=\"hints\">\n        <li>Suggestions are turned off.<\/li>\n        <li>\n            <a href=\"#turnon\" id=\"p_13838465-sa-hintswitch\" class=\"hswitch\">\n                Click here to activate.\n            <\/a>\n        <\/li>\n    <\/ul>\n<\/div>","HTML_RESULTSLIST":"<ul id=\"p_13838465-results\" class=\"sa-results\"><\/ul>","HTML_RESULTSITEM":"<li><a href=\"\" tabindex=\"-1\"><\/a><\/li>","HTML_RESULTS_SCROLLARROWS":"","HTML_ERROR_STRUCTURE":"<div id=\"p_13838465-err-msg\" class=\"error-ctr\"><span class=\"error-icon y-glbl-universal\"><\/span><div class=\"error-msg\">{_error_msg_}<\/div>\n<a id=\"p_13838465-close-btn\" class=\"hide-textindent y-glbl-universal close-btn\" href=\"javascript:void(0);\">Close<\/a><\/div>","search.more.firstitem":null,"defLoc":"Madison, Wisconsin","dummyYLT":"","YAHOO_CSC_PVID":"smdStEPDoEk81aJ363e9JgIdYVjwnk5yYwMABEV6","FIRST_TAB_FOR_SEARCH":"web","search.tab.web.showdrawerhandle":true,"search.tab.images.showdrawerhandle":true,"search.tab.web.showdrawer":true,"search.tab.images.showdrawer":true,"use.fxjsonp":false,"spaceid":"2023538075","scrollsize":"10","moremenu":"<ul class=\"y-menu more-search y-bg-3 y-ln-2 \"><li><a data-tab=\"answers\" href=\"http:\/\/answers.yahoo.com\/\" class=\"answers \" ><span class=\"tab-cover y-mast-bg-hide\">Answers<\/span><\/a><\/li><li><a data-tab=\"apps\" href=\"http:\/\/apps.search.yahoo.com\/\" class=\"apps \"  data-b=\"http:\/\/www.yahoo.com\"><span class=\"tab-cover y-mast-bg-hide\">Apps<\/span><\/a><\/li><li><a data-tab=\"autos\" href=\"http:\/\/autos.yahoo.com\/\" class=\"autos \" ><span class=\"tab-cover y-mast-bg-hide\">Autos<\/span><\/a><\/li><li><a data-tab=\"omg\" href=\"http:\/\/omg.yahoo.com\/search\" class=\"omg \" ><span class=\"tab-cover y-mast-bg-hide\">Celebrities<\/span><\/a><\/li><li><a data-tab=\"directory\" href=\"http:\/\/search.yahoo.com\/dir\" class=\"directory \" ><span class=\"tab-cover y-mast-bg-hide\">Directory<\/span><\/a><\/li><li><a data-tab=\"finance\" href=\"http:\/\/finance.search.yahoo.com\/search\" class=\"finance \" ><span class=\"tab-cover y-mast-bg-hide\">Finance<\/span><\/a><\/li><li><a data-tab=\"games\" href=\"http:\/\/search.yahoo.com\/search\" class=\"games \" ><span class=\"tab-cover y-mast-bg-hide\">Games<\/span><\/a><\/li><li><a data-tab=\"jobs\" href=\"http:\/\/hotjobs.yahoo.com\" class=\"jobs \" ><span class=\"tab-cover y-mast-bg-hide\">Jobs<\/span><\/a><\/li><li><a data-tab=\"local\" href=\"http:\/\/local.search.yahoo.com\/search\" class=\"local \"  data-b=\"http:\/\/www.yahoo.com\"><span class=\"tab-cover y-mast-bg-hide\">Local<\/span><\/a><\/li><li><a data-tab=\"mail\" href=\"http:\/\/mrd.mail.yahoo.com\/search\" class=\"mail \" ><span class=\"tab-cover y-mast-bg-hide\">Mail<\/span><\/a><\/li><li><a data-tab=\"movies\" href=\"http:\/\/movies.yahoo.com\/\" class=\"movies \" ><span class=\"tab-cover y-mast-bg-hide\">Movies<\/span><\/a><\/li><li><a data-tab=\"music\" href=\"http:\/\/music.yahoo.com\/\" class=\"music \" ><span class=\"tab-cover y-mast-bg-hide\">Music<\/span><\/a><\/li><li><a data-tab=\"news\" href=\"http:\/\/news.search.yahoo.com\/\" class=\"news \" ><span class=\"tab-cover y-mast-bg-hide\">News<\/span><\/a><\/li><li><a data-tab=\"shopping\" href=\"http:\/\/shopping.yahoo.com\/search\" class=\"shopping \" ><span class=\"tab-cover y-mast-bg-hide\">Shopping<\/span><\/a><\/li><li><a data-tab=\"sports\" href=\"http:\/\/sports.search.yahoo.com\/search\" class=\"sports \" ><span class=\"tab-cover y-mast-bg-hide\">Sports<\/span><\/a><\/li><li><a data-tab=\"travel\" href=\"http:\/\/travel.yahoo.com\/\" class=\"travel \" ><span class=\"tab-cover y-mast-bg-hide\">Travel<\/span><\/a><\/li><li><a data-tab=\"tv\" href=\"http:\/\/tv.yahoo.com\/search\" class=\"tv \" ><span class=\"tab-cover y-mast-bg-hide\">TV<\/span><\/a><\/li><li class=\"y-mast-link y-ln-3 brd-bot\"><a data-tab=\"video\" href=\"http:\/\/video.search.yahoo.com\/video\" class=\"video \"  data-b=\"http:\/\/www.yahoo.com\"><span class=\"tab-cover y-mast-bg-hide\">Video<\/span><\/a><\/li><li class=\"y-mast-link link y-ln-6 brd-top\"><a data-tab=\"all\" href=\"http:\/\/tools.search.yahoo.com\/about\/forsearchers.html\" class=\"all \" ><span class=\"tab-cover y-mast-bg-hide\">All Search Services<\/span><\/a><\/li><li class=\"y-mast-link link\"><a data-tab=\"advanced\" href=\"http:\/\/search.yahoo.com\/web\/advanced\" class=\"advanced \" ><span class=\"tab-cover y-mast-bg-hide\">Advanced Search<\/span><\/a><\/li><li class=\"y-mast-link link\"><a data-tab=\"pref\" href=\"http:\/\/search.yahoo.com\/preferences\/preferences\" class=\"pref \" ><span class=\"tab-cover y-mast-bg-hide\">Preferences<\/span><\/a><\/li><\/ul>","frCode":"yfp-t-701"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13838465","ns":"type_masthead","type":"masthead","trusted":true,"contentId":"13838465","tags":[],"title":"Masthead","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{"STR.MASTHEAD.LABEL.SEARCHTERMS":"Searchterm(s)","STR.MASTHEAD.HAS_SUGGESTION":"One or more search suggestions are available. Use up or down arrow keys to navigate between them.","STR.MASTHEAD.NO_SUGGESTION":"No search suggestions are available.","STR.SA.DROPDOWN.DESCRIPTION":"Use up and down arrow","STR.SA.TOGGLE.ON":"Open Search Assist","STR.SA.TOGGLE.OFF":"Close Search Assist","STR.SA.SETTINGS":"Settings"},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_14119506","instance":null,"signature":"zjIawTbVhFNwkjsG02RmoA--"},"adlocs":"hdrm"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_14119506","ns":"type_ads","trusted":true,"type":"ads","contentId":"14119506","tags":[],"title":"FP ADs","icon":"","shortTitle":"FP ADs","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_13838466","instance":"p_13838466","signature":"wzcwhiT.8k6vWv8ewaGm9A--"},"ilc":"1","browser":"unknown","randomPromo":1,"forceSethp":0,"dayParting":null,"dayForce":"","sethpPromoShare":0.3,"hpOverlay":"","hpCode":"<a class=\"y-hdr-link icon link hp small\" id=\"p_13838466-homepage\" href=\"http:\/\/us.lrd.yahoo.com\/_ylc=X3oDMTFnMHRsdWNmBHRtX2RtZWNoA1RleHQgTGluawR0bV9sbmsDVTExNzE2ODIEdG1fbmV0A1lhaG9vIQ--\/SIG=1113i7cuo\/**http%3A\/\/www.yahoo.com\/bin\/set\" data-b=\"http:\/\/www.yahoo.com\">Make Y! your homepage<\/a>","promoCode":"<div class=\"promotion\"><a class=\"small y-hdr-link link\" href=\"http:\/\/mobile.yahoo.com\/\">Mobile<\/a><\/div>","rsch1Successful":false,"rsch1Suid":"30344736"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13838466","ns":"type_navbar","trusted":true,"type":"navbar","contentId":"13838466","tags":[],"title":"Navigation bar","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{"PAGEOPTIONS.HTML":"<div id=\"p_13838466-pageoptions-dropdown\" class=\"y-bg-3 y-ln-3 hide-offscreen hidden med-small\">\n<ul class=\"clearfix \">\n<li class=\"border-b y-ln-3\"><h3 class=\"y-txt-2\">Select Color<\/h3>\n<ul id=\"p_13838466-color\" class=\"colors clearfix\">\n<li class=\"selected\"><a id=\"th-10000\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat 0px -15px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Slate\" >S
comm_blockread returned 8192
calling comm_blockread
late<\/a><\/li><li class=\"\"><a id=\"th-10001\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat -57px 0px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Grass\" >Grass<\/a><\/li><li class=\"\"><a id=\"th-10002\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat -76px 0px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Bubblegum\" >Bubblegum<\/a><\/li><li class=\"\"><a id=\"th-10003\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat -19px 0px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Violet\" >Violet<\/a><\/li><li class=\"\"><a id=\"th-10004\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat -38px 0px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Tangerine\" >Tangerine<\/a><\/li><li class=\"\"><a id=\"th-10005\" class=\"theme hide-textindent\" style=\"background:transparent url(http:\/\/l1.yimg.com\/a\/i\/ww\/met\/sprite_themeicns_070809.gif) no-repeat -95px 0px;\" href= \"#\" data-b=\"http:\/\/www.yahoo.com\" title=\"Ocean\" >Ocean<\/a><\/li>\n<\/ul>\n<\/li>\n<li class=\"border-t y-ln-3\"><a href=\"http:\/\/www.yahoo.com\/switchlayout?_crumb=\">Switch to compact view<\/a><\/li>\n<li><a href=\"http:\/\/www.yahoo.com\/newsswap?_crumb=&pos=1&_done=http:\/\/www.yahoo.com\" class=\"last\">Move News on Top<\/a><\/li>\n<\/ul>\n<\/div>"},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"p_30344736","instance":null,"signature":"DwGeEYYb9pHBjIyIr2tNeA--"},"adlocs":"rsch1"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30344736","ns":"type_ads","trusted":true,"type":"ads","contentId":"30344736","tags":[],"title":"Research Survey","icon":"","shortTitle":"Research Survey","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"p_29445946","instance":"__mmh_0","ba":{"_action":"show","chrome":true,"_container":true,"_id":"p_29445946"},"signature":"3MiuOJktScSCgOaj1rzynw--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_29445946","ns":"type_tuc","type":"tuc","contentId":"29445946","tags":[],"title":"Tiny User Card","icon":"","shortTitle":"Tiny User Card","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_30345532","instance":"p_30345532","ba":{"_id":"p_30345532","chrome":"1"},"signature":"ammjxQqjfXuNt5N4zdH4dA--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345532","ns":"type_announcebar","type":"announcebar","contentId":"30345532","tags":[],"title":"AnnouncementBar","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_30345699","instance":"u_30345699","ba":{"_id":"u_30345699","chrome":"1"},"signature":"sU7OaCMdEP7tb0.4JjgJTA--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345699","ns":"type_specialevents","trusted":true,"type":"specialevents","contentId":"30345699","tags":[],"title":"Special event for column 1","icon":"","shortTitle":"Special event for column 1","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_2588582","instance":"u_2588582","ba":{"_id":"u_2588582","chrome":"1"},"signature":"wDI2WAWAUKCgRu1hH7c33w--"},"add.enabled":1,"edit.enabled":1,"isLitePage":false,"delay_mouseover":"400","delay_mouseout":"600","delay_added_fade":"1150","duration_added_fade":"500","yservices":[{"props":{"trusted":true,"cpos":1,"id":"p_24793754_ea6","type":"yservices","ns":"type_yservices","contentId":"24793754","tags":[],"title":"View Yahoo! Sites","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/yahooservices_20100602.gif","shortTitle":"View Yahoo! Sites","detailUrl":"http:\/\/everything.yahoo.com\/","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"24793754"}],"pacontainer":{"props":{"trusted":true,"id":"p_26583360","type":"pacontainer","ns":"type_pacontainer","contentId":"26583360","tags":[],"title":"PA Container","icon":"","shortTitle":"PA Container","detailUrl":"","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"26583360"},"userlist":[{"props":{"cpos":1,"id":"u_14782488","type":"ymail","ns":"type_mail","contentId":"14782488","tags":[],"title":"Mail","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/mail_20100602.gif","shortTitle":"Mail","detailUrl":"http:\/\/mail.yahoo.com?.intl=us","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"14782488"},{"props":{"cpos":2,"id":"u_25021272","type":"feed","ns":"type_feed","contentId":"25021272","tags":[],"title":"Autos","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/autos_20100602.gif","shortTitle":"Autos","detailUrl":"http:\/\/autos.yahoo.com\/","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021272"},{"props":{"cpos":3,"id":"u_25021296","type":"autoapp","ns":"type_autoapp","contentId":"25021296","tags":[],"title":"Dating","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/personals_20100602.gif","shortTitle":"Dating","detailUrl":"http:\/\/yahoo.match.com?trackingid=526100&bannerid=673168","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021296"},{"props":{"cpos":4,"id":"u_93109","type":"finance","ns":"type_finance","contentId":"93109","tags":[],"title":"Finance","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/fin_20100602.gif","shortTitle":"Finance","detailUrl":"http:\/\/finance.yahoo.com\/","chromecolor":"violet","refHandler":"cfg.maple_dali.handler.refresh"},"state":{"defer":false,"collapsed":0,"view":"paVitals"},"prefs":{"isc":0,"_mc":0},"suid":"93109","res":[]},{"props":{"cpos":5,"id":"u_14682031","type":"fpflickr","ns":"type_fpflickr","contentId":"14682031","tags":[],"title":"Flickr","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/flickr_20100602.gif","shortTitle":"Flickr","detailUrl":"http:\/\/www.flickr.com\/","chromecolor":"gray"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"14682031"},{"props":{"cpos":6,"id":"u_25021266","type":"games","ns":"type_games","contentId":"25021266","tags":[],"title":"Games","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/games_20100602.gif","shortTitle":"Games","detailUrl":"http:\/\/games.yahoo.com\/","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021266"},{"props":{"cpos":7,"id":"u_25021282","type":"feed","ns":"type_feed","contentId":"25021282","tags":[],"title":"Health","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/health_20100602.gif","shortTitle":"Health","detailUrl":"http:\/\/health.yahoo.net","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021282"},{"props":{"cpos":8,"id":"u_63802","type":"link","ns":"type_link","contentId":"63802","tags":[],"title":"Horoscopes","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/horo_20100602.gif","shortTitle":"Horoscopes","detailUrl":"http:\/\/shine.yahoo.com\/astrology\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"63802"},{"props":{"cpos":9,"id":"u_25021313","type":"feed","ns":"type_feed","contentId":"25021313","tags":[],"title":"Jobs","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/monster_20110207.gif","shortTitle":"Jobs","detailUrl":"http:\/\/jobsearch.monster.com\/jobs\/?cy=us&WT.mc_n=yta_trough_jsrtest","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021313"},{"props":{"cpos":10,"id":"u_8298348
comm_blockread returned 8192
calling comm_blockread
","type":"link","ns":"type_link","contentId":"8298348","tags":[],"title":"Messenger","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/mess_20100602.gif","shortTitle":"Messenger","detailUrl":"http:\/\/messenger.yahoo.com","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"8298348"},{"props":{"cpos":11,"id":"u_63826","type":"link","ns":"type_link","contentId":"63826","tags":[],"title":"Movies","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/movies_20100602.gif","shortTitle":"Movies","detailUrl":"http:\/\/movies.yahoo.com","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"63826"},{"props":{"cpos":12,"id":"u_25021262","type":"autoapp","ns":"type_autoapp","contentId":"25021262","tags":[],"title":"News","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/news_20100602.gif","shortTitle":"News","detailUrl":"http:\/\/news.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021262"},{"props":{"cpos":13,"id":"u_25021343","type":"feed","ns":"type_feed","contentId":"25021343","tags":[],"title":"omg!","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/omg_20100602.gif","shortTitle":"omg!","detailUrl":"http:\/\/omg.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021343"},{"props":{"trusted":true,"cpos":14,"id":"u_25021278","type":"yap","ns":"type_yap","contentId":"25021278","tags":[],"title":"Real Estate","icon":"http:\/\/l1.yimg.com\/at9Afut8021kOo400vtaRDeCEM44-.gif","yapid":"9FixxC4a","shortTitle":"Real Estate","detailUrl":"http:\/\/realestate.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021278"},{"props":{"cpos":15,"id":"u_25021346","type":"feed","ns":"type_feed","contentId":"25021346","tags":[],"title":"Shine","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/shine_20100602.gif","shortTitle":"Shine","detailUrl":"http:\/\/shine.yahoo.com","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021346"},{"props":{"cpos":16,"id":"u_25021279","type":"feed","ns":"type_feed","contentId":"25021279","tags":[],"title":"Shopping","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/shop_20100602.gif","shortTitle":"Shopping","detailUrl":"http:\/\/shopping.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021279"},{"props":{"cpos":17,"id":"u_17986569","type":"link","ns":"type_link","contentId":"17986569","tags":[],"title":"Sports","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/sports_20100602.gif","shortTitle":"Sports","detailUrl":"http:\/\/sports.yahoo.com\/","chromecolor":"violet"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"17986569"},{"props":{"cpos":18,"id":"u_25021267","type":"feed","ns":"type_feed","contentId":"25021267","tags":[],"title":"Travel","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/travel_20100602.gif","shortTitle":"Travel","detailUrl":"http:\/\/travel.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021267"},{"props":{"cpos":19,"id":"u_25021273","type":"feed","ns":"type_feed","contentId":"25021273","tags":[],"title":"TV","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/tv_20100602.gif","shortTitle":"TV","detailUrl":"http:\/\/tv.yahoo.com\/","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"25021273"},{"props":{"cpos":20,"id":"u_63794","type":"weather","ns":"type_weather","contentId":"63794","tags":[],"title":"Weather","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/weather_20100602.gif","shortTitle":"Weather","detailUrl":"http:\/\/weather.yahoo.com","chromecolor":"violet","refHandler":"cfg.maple_dali.handler.refresh","locationBased":true},"state":{"defer":false,"collapsed":0,"view":"paVitals"},"prefs":{"isc":0,"_mc":0},"suid":"63794","res":[]},{"props":{"cpos":21,"id":"u_22927225","type":"link","ns":"type_link","contentId":"22927225","tags":[],"title":"Facebook","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/face_20100602.gif","shortTitle":"Facebook","detailUrl":"http:\/\/www.facebook.com","chromecolor":"royalblue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"22927225"},{"props":{"cpos":22,"id":"u_26391803","type":"link","ns":"type_link","contentId":"26391803","tags":[],"title":"Twitter","icon":"http:\/\/l1.yimg.com\/a\/i\/ww\/met\/pa_icons_18\/twitter_new_20101222.gif","shortTitle":"Twitter","detailUrl":"http:\/\/www.twitter.com","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"26391803"}],"editSignInUrl":"https:\/\/login.yahoo.com\/config\/login?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F","favEditSignInUrl":"https:\/\/login.yahoo.com\/config\/login?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F","oopsBtnDefault":"<p class=\"oops\"><button class=\"cta-btn pa-mod-err-ok\">OK<\/button><\/p>","loadingMsgDefault":"<span class=\"pa-loading loading-spinner\">Loading...<\/span>","loadingSpinner":"<span class=\"loading-spinner\"><\/span>","errorMsgDefault":"        <a href=\"#\" id=\"u_2588582-mod-err-close\" class=\"y-glbl-universal hide-textindent pa-mod-err-close\">Close<\/a>\n        <div id=\"u_2588582-mod-err-msg\" class=\"pa-mod-err-msg \">\n                        <div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error iconpos y-glbl-universal\"><\/span>\n                <h3 class=\"oops\">The app settings are currently unavailable.<\/h3>\n                <p class=\"oops\">Please try again later.<\/p>\n            <\/div>\n            <p class=\"oops\"><button id=\"u_2588582-mod-err-ok\" class=\"cta-btn pa-mod-err-ok\">OK<\/button><\/p>\n        <\/div>","detachedPointerHtml":"<div id=\"u_2588582-ptr\" class=\"y-ln-3 y-bg-3 ptr ptr-ltr\"><button class=\"do-open-mod\"><span class=\"y-fp-pg-controls\"><\/span><\/button><span class=\"ptr-cort y-fp-pg-controls\"><\/span><span class=\"ptr-corb y-fp-pg-controls\"><\/span><\/div>","quickViewHtml":"        <div id=\"u_2588582-qv\" class=\"qv y-ln-2\">\n            <span class=\"inner y-fp-pg-grad\">\n                <span class=\"cort y-fp-pg-controls\"><\/span>\n                <span class=\"corb y-fp-pg-controls\"><\/span>\n                <button class=\"do-qv btna small\"><span class=\"y-fp-pg-controls\"><\/span><\/button><button class=\"do-qv btnb small y-fp-pg-grad y-txt-5\">Open QuickView<\/button>\n            <\/span>\n        <\/div>","userlist_max":39,"f-generic-msg":"Unable to add favorites now - please try later.","flashErrHtml":"            <span class=\"bg y-fp-pg-grad\"><\/span>\n            <div class=\"hd clearfix\">\n                <button class=\"do-flash-close y-ln-2\"><span class=\"y-fp-pg-controls hide-textindent\">Close<\/span><\/button>\n            <\/div>\n            <div class=\"bd clearfix\">\n                <span class=\"icon y-glbl-universal\"><\/span>\n                <div class=\"msg med-small y-txt-1\">{html}<\/div>\n            <\/div>\n            <div class=\"ft\">\n                <button class=\"do-flash-close cta-btn med-small\">OK<\/button>\n            <\/div>","fillerBtns":1,"dragdropBeacon":"http:\/\/www.yahoo.com","yfillerBtns":0,"promolist":[{"data":{"adlocs":"ql2"},"props":{"cpos":1,"id":"u_17822542","type":"adspabutton","ns":"type_adspabutton","contentId":"17822542","tags":[],"title":"Adserved Quicklinks - QL2","icon":"","shortTitle":"Adserved Quicklinks - QL2","detailUrl":"","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"17822542"},{"data":{"adlocs":"ql3"},"props":{"cpos":2,"id":"u_17823043","type":"adspabutton","ns":"type_adspabutton","contentId":"17823043","tags":[],"title":"Adserved Quicklinks - QL3","icon":"","shortTitle":"Adserved Quicklinks - QL3","detailUrl":"","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"17823043"},{"data":
comm_blockread returned 8192
calling comm_blockread
{"adlocs":"ql1"},"props":{"cpos":3,"id":"u_16726958","type":"adspabutton","ns":"type_adspabutton","contentId":"16726958","tags":[],"title":"Adserved Quicklinks - QL1","icon":"","shortTitle":"Adserved Quicklinks - QL1","detailUrl":"","chromecolor":"blue"},"state":{"defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0},"suid":"16726958"}]},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_2588582","ns":"type_pa","trusted":true,"type":"pa","contentId":"2588582","tags":[],"title":"","icon":"","shortTitle":"","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{"pacontainerHtml":"<div class=\"pa-app-col1 y-pa-ln-open-dk \"><div class=\"hd\"><h2 class=\"med-small\">{title}<\/h2><\/div>{html}<\/div>","pacloseHtml":"Close {title}","STR.PA.DISCLAIMER":"<div class=\"pa-mod-disc small\"><h6><a role=\"button\" href=\"#disclaimer\" oncontextmenu=\"return false\" class=\"pa-mod-show-disc\">Disclaimer<\/a><\/h6><p tabindex=\"0\">This content may come from external websites and may not conform to your laws. You are fully responsible for your access to and use of this application and content.<\/p><\/div>","STR.OK":"OK","STR.PA.ACCESSIBILITY.LOADING":"{title} is loading","STR.PA.ACCESSIBILITY.LOADED":"{title} is loaded","STR.PA.TIMEOUT":"            <div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error iconpos y-glbl-universal\"><\/span>\n                <h3 class=\"oops\"><span class=\"y-txt-1 med-small\">Unable to connect to the Yahoo! Homepage. Please try again.<\/span><\/h3>\n                \n            <\/div>\n            <p class=\"oops\"><\/p>","STR.TRY_AGAIN":"Try Again","STR.PA.TIMEOUT.POPUP":"            <div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error iconpos y-glbl-universal\"><\/span>\n                <h3 class=\"oops\">Sorry, we were unable to save your changes<\/h3>\n                <p class=\"oops\">Please try again later.<\/p>\n            <\/div>\n            <p class=\"oops\"><button data-b=\"http:\/\/www.yahoo.com\"class=\"cta-btn pa-mod-err-ok\">OK<\/button><\/p>","EDIT.SIGNIN":"                <div class=\"edit-err-signin\">\n                                <div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error iconpos y-glbl-universal\"><\/span>\n                <h3 class=\"oops\"><span class=\"med-small y-txt-1\">Please sign in to reorder or remove Yahoo! Sites<\/span><\/h3>\n                \n            <\/div>\n            <p class=\"oops\"><a href=\"{signInUrl}\" class=\"cta-btn medium\">Sign In<\/a><button class=\"cancel-btn med-small pa-mod-err-cancel\" data-b=\"http:\/\/www.yahoo.com\">Cancel<\/button><\/p>\n                    <p class=\"edit-err-signin-ft small y-txt-1 y-ln-2\"><span class=\"strong\">Don't have a Yahoo! ID?<\/span> Signing up is easy. <a href=\"https:\/\/edit.yahoo.com\/registration?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F\">Sign Up<\/a>.<\/p>\n                <\/div>","EDIT.SIGNIN.FAV":"                <div class=\"edit-err-signin\">\n                                <div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error iconpos y-glbl-universal\"><\/span>\n                <h3 class=\"oops\"><span class=\"med-small y-txt-1\">Please sign in to reorder or remove favorites<\/span><\/h3>\n                \n            <\/div>\n            <p class=\"oops\"><a href=\"{signInUrl}\" class=\"cta-btn medium\">Sign In<\/a><button class=\"cancel-btn med-small pa-mod-err-cancel\" data-b=\"http:\/\/www.yahoo.com\">Cancel<\/button><\/p>\n                    <p class=\"edit-err-signin-ft small y-txt-1 y-ln-2\"><span class=\"strong\">Don't have a Yahoo! ID?<\/span> Signing up is easy. <a href=\"https:\/\/edit.yahoo.com\/registration?.src=fpctx&.intl=us&.done=http%3A%2F%2Fwww.yahoo.com%2F\">Sign Up<\/a>.<\/p>\n                <\/div>","editInstr":"Click and drag a button to move it into a new position\nAlternatively, reorder buttons using your keyboard:\nPress the TAB key to highlight a button\nPress the SPACE key to select the link\nMove the link up or down using the arrow keys\nPress the SPACE key again to complete the move","ariaMoving":"Moving %s","ariaMoveComplete":"Move complete","ariaMoveAfter":"Move after %s","ariaAtStart":"Reached start of list","ariaAtEnd":"Reached end of list","DIALOG":"        <div class=\"pa-add-y pa-add y-bg-3 y-ln-4 clearfix\">\n            <div class=\"pa-add-hd y-fp-pg-grad\">\n                <h2 class=\"med-small y-txt-5\">Add Yahoo! Sites<\/h2>\n                <p class=\"small y-txt-5\">Click below to add more of your favorite Yahoo! sites<\/p>\n                <button class=\"do-close y-ln-4\" data-b=\"http:\/\/www.yahoo.com\"><span class=\"y-fp-pg-controls hide-textindent\">Close<\/span><\/button>\n            <\/div>\n            <div class=\"pa-add-bd\">{body}<\/div>\n            <div class=\"pa-add-ft y-ln-2\">\n                <p class=\"small y-txt-2\">Open spaces remaining: <span id=\"u_2588582-slots-left\">0<\/span><\/p>\n                <button class=\"do-done cta-btn-ext\" data-b=\"http:\/\/www.yahoo.com\">I'm Done<\/button>\n            <\/div>\n        <\/div>","DIALOG.FAV":"        <div class=\"pa-add-u pa-add y-bg-3 y-ln-4 clearfix\">\n            <div class=\"pa-add-hd y-fp-pg-grad\">\n                <h2 class=\"med-small y-txt-5\">Add your favorite sites<\/h2>\n                <button class=\"do-close y-ln-4\" data-b=\"http:\/\/www.yahoo.com\"><span class=\"y-fp-pg-controls hide-textindent\">Close<\/span><\/button>\n            <\/div>\n            <div class=\"pa-add-bd\">{body}<\/div>\n            <div class=\"pa-add-ft y-ln-2\">\n                <p class=\"small y-txt-2\">Open spaces remaining: <span id=\"u_2588582-slots-left\">0<\/span><\/p>\n                <button class=\"do-done cta-btn-ext\" data-b=\"http:\/\/www.yahoo.com\">I'm Done<\/button>\n            <\/div>\n        <\/div>","EDIT.ERR":"            <div class=\"edit-err y-bg-3 y-ln-3\">\n                <div class=\"edit-err-hd clearfix\">\n                    <button data-b=\"http:\/\/www.yahoo.com\" class=\"do-err-close y-ln-2\"><span class=\"y-fp-pg-controls hide-textindent\">Close<\/span><\/button>\n                <\/div>\n                <div class=\"edit-err-bd\"><\/div>\n            <\/div>","EDIT.ERR.FAV":"            <div class=\"edit-err y-bg-3 y-ln-3\">\n                <div class=\"edit-err-hd clearfix\">\n                    <button data-b=\"http:\/\/www.yahoo.com\" class=\"do-err-close y-ln-2\"><span class=\"y-fp-pg-controls hide-textindent\">Close<\/span><\/button>\n                <\/div>\n                <div class=\"edit-err-bd\"><\/div>\n            <\/div>","STR.PA.VITALS":"            <span class=\"vital small\" aria-labelledby=\"pa-u_2588582-lbl\">({data})<\/span>\t "},"res":{}},{"data":{"maple":{"platform":{},"module":"p_26391799","instance":"p_26391799","ba":{"_id":"p_26391799","chrome":"1"},"signature":"bmPE5Mw__TTnlsPp5reaLw--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_26391799","ns":"type_breakingnews","type":"breakingnews","contentId":"26391799","tags":[],"title":"Breaking News","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"p_13872472","instance":"p_13872472","ba":{"_id":"p_13872472","chrome":"1"},"signature":"Ka2Mo7Vca0WlAWnAOVmr0A--"},"today_delay_mouseover":"100","footer.anim.mode":"all_panes","footer.anim.interval.initial":"10","footer.anim.interval.subsequent":"10","footer.anim.fade.duration":"0.4","footer.anim.preload.pane_count":6,"footer.anim.timeout.pane_count":1,"broadcast.interactive_event":false,"woeId":"2443945","showdate":true,"cokeTestId":"","dummyYLT":"","textCount":"{0} of {1}","todaytop":"1","stories":{"id-517453":{"html":"                            <h2 class=\"package-header  \"  >\n                    <a class=\"pack-title\" href=\"http:\/\/news.yahoo.com\/obama-awards-medal-honor-young-us-marine-193935264.html\" ><img id=\"p_13872472-header-image\" class=\"\" src=\"http:\/\/l1.yimg.com\/a\/i\/ww\/news\
comm_blockread returned 8192
calling comm_blockread
/2011\/09\/15\/honor.jpg\" alt=\"President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo\/Charles Dharapak)\" title=\"President Barack Obama awards the Medal of Honor to former Marine Cpl. Dakota Meyers, 23, from Greensburg, Ky, Thursday, Sept. 15, 2011.. (AP Photo\/Charles Dharapak)\"><\/a>\n<\/h2>\n<div class=\"package-body\">\n    <h3 class=\"\">\n                        <a class=\"x3-large\" href=\"http:\/\/news.yahoo.com\/obama-awards-medal-honor-young-us-marine-193935264.html\"  style=\"font-family: inherit;\">Obama gives rare Medal of Honor to Marine<\/a>\n    <\/h3>\n    <div class=\"left-body \">\n        <p class=\"y-txt-1 y-ln-1\">\n            <span class=\"medium\" style=\"line-height:1.231\">Sgt. Dakota Meyer saved 36 lives during an ambush in Afghanistan, despite being wounded himself.<\/span>\n                            <a  href=\"http:\/\/news.yahoo.com\/obama-awards-medal-honor-young-us-marine-193935264.html\" class=\"small y-fp-pg-controls right-angle-quote\" style=\"font-family: inherit; line-height:1.448\" >\n                Historic event\n            <\/a>\n            \n        <\/p>\n    <\/div>\n    <h4 class=\"hide-offscreen\">Related links<\/h4>\n    <ul class=\"related-links  \">\n                                <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/news.yahoo.com\/blogs\/envoy\/medal-honor-recipient-highlights-marine-valor-well-risks-220928608.html\" >Medal highlights conflict<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/news.yahoo.com\/medal-beer-obama-marine-234219315.html\" >A beer for Obama, Marine<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/news.yahoo.com\/memorials-set-marine-gets-medal-honor-100756635.html\" >Hometown memorials set<\/a><\/li>\n    <\/ul>\n<\/div>\n","date":"                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>","clipId":"","channelNodeId":"","beaconFired":true},"id-515803":{"html":"                            <h2 class=\"package-header  \"  >\n                    <a class=\"pack-title\" href=\"http:\/\/omg.yahoo.com\/blogs\/goddess\/brad-pitt-i-m-so-happy-to-have-angie\/721\" ><img id=\"p_13872472-header-image\" class=\"\" src=\"http:\/\/l1.yimg.com\/a\/i\/ww\/news\/2011\/09\/15\/pitt2.jpg\" alt=\"Brad Pitt and Jennifer Aniston, 2004 (Photo by Jeff Kravitz\/FilmMagic)\" title=\"Brad Pitt and Jennifer Aniston, 2004 (Photo by Jeff Kravitz\/FilmMagic)\"><\/a>\n<\/h2>\n<div class=\"package-body\">\n    <h3 class=\"\">\n                        <a class=\"x3-large\" href=\"http:\/\/omg.yahoo.com\/blogs\/goddess\/brad-pitt-i-m-so-happy-to-have-angie\/721\"  style=\"font-family: inherit;\">Pitt&#39;s regrets about life with Aniston<\/a>\n    <\/h3>\n    <div class=\"left-body \">\n        <p class=\"y-txt-1 y-ln-1\">\n            <span class=\"medium\" style=\"line-height:1.231\">Brad Pitt opens up about his marriage to Jennifer Aniston and his past emotional struggles.<\/span>\n                            <a  href=\"http:\/\/omg.yahoo.com\/blogs\/goddess\/brad-pitt-i-m-so-happy-to-have-angie\/721\" class=\"small y-fp-pg-controls right-angle-quote\" style=\"font-family: inherit; line-height:1.448\" >\n                &#39;It started feeling pathetic&#39;\n            <\/a>\n            \n        <\/p>\n    <\/div>\n    <h4 class=\"hide-offscreen\">Related links<\/h4>\n    <ul class=\"related-links  \">\n                                <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/omg.yahoo.com\/blogs\/thefamous\/blake-lively-jennifer-aniston-top-boring-best-dressed-list\/2052?nc\" >Aniston makes style list<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls-nt slideshow\">\n                                        <a class=\"small\" href=\"http:\/\/movies.yahoo.com\/movie\/contributor\/1800018965\/photo\/970422092\" >Pitt red carpet photos<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/omg.yahoo.com\/news\/jon-voight-angelina-jolie-moves-me-deeply\/71987\" >Why Jolie&#39;s dad is proud<\/a><\/li>\n    <\/ul>\n<\/div>\n","date":"                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>","clipId":"","channelNodeId":"","beaconFired":false},"id-517819":{"html":"                            <h2 class=\"package-header  \"  >\n                    <a class=\"pack-title\" href=\"http:\/\/finance.yahoo.com\/news\/Price-Hike-Sends-Netflixs-nytimes-985924951.html?x=0&.v=1\" ><img id=\"p_13872472-header-image\" class=\"\" src=\"http:\/\/l1.yimg.com\/a\/i\/ww\/news\/2011\/09\/15\/netflix.jpg\" alt=\"A Netflix customer holds her movies she rented, at her home in Palo Alto, Calif.  (AP)\" title=\"A Netflix customer holds her movies she rented, at her home in Palo Alto, Calif.  (AP)\"><\/a>\n<\/h2>\n<div class=\"package-body\">\n    <h3 class=\"\">\n                        <a class=\"x3-large\" href=\"http:\/\/finance.yahoo.com\/news\/Price-Hike-Sends-Netflixs-nytimes-985924951.html?x=0&.v=1\"  style=\"font-family: inherit;\">Netflix feels the wrath of angry customers<\/a>\n    <\/h3>\n    <div class=\"left-body \">\n        <p class=\"y-txt-1 y-ln-1\">\n            <span class=\"medium\" style=\"line-height:1.231\">After recent price hikes, more people are canceling their subscriptions than the company expected.<\/span>\n                            <a  href=\"http:\/\/finance.yahoo.com\/news\/Price-Hike-Sends-Netflixs-nytimes-985924951.html?x=0&.v=1\" class=\"small y-fp-pg-controls right-angle-quote\" style=\"font-family: inherit; line-height:1.448\" >\n                Stock tanks\n            <\/a>\n            \n        <\/p>\n    <\/div>\n    <h4 class=\"hide-offscreen\">Related links<\/h4>\n    <ul class=\"related-links  \">\n                                <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/finance.yahoo.com\/q?s=NFLX&ql=0\" >Check Netflix stock now<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/finance.yahoo.com\/family-home\/article\/113459\/cable-tv-budget-friendly-alternatives-kiplinger\" >How to ditch cable TV<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/finance.yahoo.com\/news\/First-Person-How-I-Cut-My-ac-3295697746.html?x=0\" >Cut utility bills by $2,000<\/a><\/li>\n    <\/ul>\n<\/div>\n","date":"                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 cl
comm_blockread returned 8192
calling comm_blockread
ass=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>","clipId":"","channelNodeId":"","beaconFired":false},"id-517448":{"html":"                            <h2 class=\"package-header  \"  >\n                    <a class=\"pack-title\" href=\"http:\/\/sports.yahoo.com\/nfl\/blog\/shutdown_corner\/post\/Qualcomm-Stadium-server-trips-loses-1-000-82?urn=nfl-wp7156\" ><img id=\"p_13872472-header-image\" class=\"\" src=\"http:\/\/l1.yimg.com\/a\/i\/ww\/news\/2011\/08\/12\/fans-pd.jpg\" alt=\"Fans show patriotism on the anniversary of 9\/11 prior to the start of the game between the Minnesota Vikings and the San Diego Chargers at Qualcomm Stadium on September 11, 2011 in San Diego, California. The Chargers defeated the Vikings 24-17. (Photo by Jeff Gross\/Getty Images)\" title=\"Fans show patriotism on the anniversary of 9\/11 prior to the start of the game between the Minnesota Vikings and the San Diego Chargers at Qualcomm Stadium on September 11, 2011 in San Diego, California. The Chargers defeated the Vikings 24-17. (Photo by Jeff Gross\/Getty Images)\"><\/a>\n<\/h2>\n<div class=\"package-body\">\n    <h3 class=\"\">\n                        <a class=\"x3-large\" href=\"http:\/\/sports.yahoo.com\/nfl\/blog\/shutdown_corner\/post\/Qualcomm-Stadium-server-trips-loses-1-000-82?urn=nfl-wp7156\"  style=\"font-family: inherit;\">NFL  fans\u2019 \u2018classy\u2019 act over lost money<\/a>\n    <\/h3>\n    <div class=\"left-body \">\n        <p class=\"y-txt-1 y-ln-1\">\n            <span class=\"medium\" style=\"line-height:1.231\">Food server Heather Allison trips and sees all the cash she made fly into the crowd below.<\/span>\n                            <a  href=\"http:\/\/sports.yahoo.com\/nfl\/blog\/shutdown_corner\/post\/Qualcomm-Stadium-server-trips-loses-1-000-82?urn=nfl-wp7156\" class=\"small y-fp-pg-controls right-angle-quote\" style=\"font-family: inherit; line-height:1.448\" >\n                How much she got back\n            <\/a>\n            \n        <\/p>\n    <\/div>\n    <h4 class=\"hide-offscreen\">Related links<\/h4>\n    <ul class=\"related-links  \">\n                                <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/sports.yahoo.com\/nfl\/news?slug=lc-carpenter_mcnabb_vikings_decline091411\" >Writer: McNabb in decline<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/sports.yahoo.com\/nfl\/blog\/shutdown_corner\/post\/Angry-Broncos-fans-planning-to-buy-space-for-pro?urn=nfl-wp7145\" >Pro-Tebow ads coming<\/a><\/li>                        <li class=\"related-story y-fp-pg-controls bullet\">\n                                        <a class=\"small\" href=\"http:\/\/sports.yahoo.com\/nfl\/blog\/shutdown_corner\/post\/Ines-Sainz-returns-to-Jets-practice-for-the-firs?urn=nfl-wp7141\" >Sainz back at Jets practice<\/a><\/li>\n    <\/ul>\n<\/div>\n","date":"                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>                                <h2 class=\"title-date \"><span class=\"title y-txt-modhdr medium\" style=\"font-family: inherit;\">TODAY<\/span><span class=\"date y-txt-2 medium\" style=\"font-family: inherit;\"> - September 15, 2011<\/span><\/h2>","clipId":"","channelNodeId":"","beaconFired":false}},"pkgIds":["id-517453","id-515803","id-517819","id-517448","id-517054","id-517822","id-516737","id-516966","id-498444","id-515558","id-514717","id-510513","id-511436","id-517990","id-515480","id-516003","id-518179","id-516953","id-511824","id-518457","id-518154","id-515129","id-518476","id-515478","id-519021","id-516112","id-516407","id-517856","id-517745","id-515445","id-507216","id-514305","id-506792","id-517613","id-513870","id-516035","id-510782","id-514584","id-517555","id-518153","id-517452","id-518047","id-516566","id-515271","id-515868","id-515707","id-515699","id-518758","id-510063","id-517887","id-517090","id-507716","id-514471","id-514971","id-515605","id-515953"],"centerStory":0,"animHtml":"                    <a class=\"pause\" data-b=\"http:\/\/www.yahoo.com\" href=\"#\" role=\"button\">\n                        <span class=\"y-fp-pg-grad y-ln-1 btn\">\n                            <span class=\"y-fp-pg-controls anim-ctrl hide-textindent\">Pause<\/span>\n                        <\/span>\n                    <\/a>","animPlayBeacon":"http:\/\/www.yahoo.com","animPauseBeacon":"http:\/\/www.yahoo.com","animPausedState":false,"animPlay":"Play","animPause":"Pause","paginationtype":"package"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13872472","ns":"type_fptoday","trusted":true,"type":"fptoday","contentId":"13872472","tags":[],"title":"Today","icon":"","shortTitle":"Today","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{"VIDEO_PLAYER":"<div class=\"video-header clearfix\">\n    <h2 class=\"video-title medium\">{_title_}<\/h2> \n    <a href=\"#\" class=\"close\">\n        <span class=\"close-label small\">Close Video<\/span>\n        <span class=\"y-fp-pg-controls-nt close-img\"><\/span>\n    <\/a>\n<\/div>\n<div class=\"video-package\">\n        <object id=\"swftodayvideo\" class=\"inline-video\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" type=\"application\/x-shockwave-flash\" width=\"100%\" height=\"221\" codebase=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi?P1_Prod_Version=ShockwaveFlash\">\n        <param name=\"movie\" value=\"http:\/\/d.yimg.com\/nl\/frontpage\/site\/player.swf\">\n        <param name=\"quality\" value=\"autohigh\">\n        <param name=\"loop\" value=\"false\">\n        <param name=\"menu\" value=\"false\">\n        <param name=\"wmode\" value=\"opaque\">\n        <param name=\"allowscriptaccess\" value=\"always\">\n        <param name=\"allowFullScreen\" value=\"true\">\n        <param name=\"bgcolor\" value=\"#000000\">\n        <param id=\"swftodayvideo_flashvar\" name=\"flashvars\" value=\"vid={_clipId_}&amp;autoPlay=1&amp;eventHandler=yepHandler&amp;lang=en-US&amp;intl=us&amp;shareUrl=cosmos.bcst.yahoo.com\/scp_v3\/viewer\/share_upv2.php&amp;playlistId={_channelNodeId_}&amp;browseCarouselUI=hide&amp;pageSpaceId=2023538075&amp;playerSpaceId=2023538075&amp;yltParam=&amp;rd=www.yahoo.com\">\n        <embed width=\"100%\" height=\"221\" flashvars=\"vid={_clipId_}&amp;autoPlay=1&amp;eventHandler=yepHandler&amp;lang=en-US&amp;intl=us&amp;shareUrl=cosmos.bcst.yahoo.com\/scp_v3\/viewer\/share_upv2.php&amp;playlistId={_channelNodeId_}&amp;browseCarouselUI=hide&amp;pageSpaceId=2023538075&amp;playerSpaceId=2023538075&amp;yltParam=&amp;rd=www.yahoo.com\" allowscriptaccess=\"always\" allowFullScreen=\"true\" bgcolor=\"#000000\" wmode=\"opaque\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application\/x-shockwave-flash\" quality=\"autohigh\" menu=\"false\" loop=\"false\" src=\"http:\/\/d.yimg.com\/nl\/frontpage\/site\/player.swf\" name=\"swftodayvideo\" class=\"inline-video\"><\/embed>\n        \n        <p class=\"no-flash strong\">The plug-in for this content is not present or has been disabled.<\/p>\n    <\/object>\n<\/div>"},"res":{}},{"data":{"maple":{"platform":{},"module":"p_30285465","instance"
comm_blockread returned 8192
calling comm_blockread
:"p_30285465","ba":{"_id":"p_30285465","chrome":"1"},"signature":"x1SLgZg1PraDHg5tHylJ0A--"},"adlocs":"cmntl"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30285465","ns":"type_ads","trusted":true,"type":"ads","contentId":"30285465","tags":[],"title":"CMNTL","icon":"","shortTitle":"CMNTL","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"p_13923988","instance":"p_13923988","ba":{"_id":"p_13923988","chrome":"1"},"signature":"nANKimkAEyRB2oL6.N3WvA--"},"_ULM_FILTER":"US","_ULM_SEC":"in_news","dummyYLT":"","newsType":"normal"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13923988","ns":"type_news","trusted":true,"type":"news","contentId":"13923988","tags":[],"title":"News","icon":"","shortTitle":"News","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{"_ULM_POP_HTML":"                        <div class=\"y-ulm-pop-anchor\">\n                            <div class=\"y-ulm-pop-shadow\">\n                                <div class=\"y-ulm-pop y-ulm-alert\">\n                                    <span class=\"y-ulm-ft-grad y-ulm-sprite\"><\/span>\n                                    <a href=\"javascript:void(0)\" role=\"button\" class=\"y-ulm-close y-ulm-sprite hide-textindent\">Close<\/a>\n                                    <div class=\"y-ulm-alert-bd\"><\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>","_ULM_LOADING_HTML":"<span class=\"y-ulm-loading med-small\">Loading...<\/span>","_ULM_TIMEOUT_HTML":"                        <div class=\"y-ulm-err med-small\">\n                            <span class=\"y-ulm-warn-icon y-glbl-universal\"><\/span>\n                            <h4>We are unable to connect to the server now.<\/h4>\n                            <p>Please try again later.<\/p>\n                        <\/div>","_ULM_PROMPT":"Enter a U.S. city or ZIP","_ULM_NO_MATCH":"Please enter a U.S. city and state or ZIP\/postal code.","LOADING":" <div class=\"loading-spinner y-txt-2 loading\">Loading...<\/div>","VIDEO_PLAYER":"<div class=\"video-header clearfix\">\n    <h2 class=\"video-title medium\">{_title_}<\/h2> \n    <a href=\"#\" class=\"close\">\n        <span class=\"close-label small\">Close Video<\/span>\n        <span class=\"y-fp-pg-controls-nt close-img\"><\/span>\n    <\/a>\n<\/div>\n<div class=\"video-package\">\n        <object id=\"swftodayvideo\" class=\"inline-video\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" type=\"application\/x-shockwave-flash\" width=\"100%\" height=\"221\" codebase=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi?P1_Prod_Version=ShockwaveFlash\">\n        <param name=\"movie\" value=\"http:\/\/d.yimg.com\/nl\/frontpage\/site\/player.swf\">\n        <param name=\"quality\" value=\"autohigh\">\n        <param name=\"loop\" value=\"false\">\n        <param name=\"menu\" value=\"false\">\n        <param name=\"wmode\" value=\"opaque\">\n        <param name=\"allowscriptaccess\" value=\"always\">\n        <param name=\"allowFullScreen\" value=\"true\">\n        <param name=\"bgcolor\" value=\"#000000\">\n        <param id=\"swftodayvideo_flashvar\" name=\"flashvars\" value=\"vid={_clipId_}&amp;autoPlay=1&amp;eventHandler=yepHandler&amp;lang=en-US&amp;intl=us&amp;shareUrl=cosmos.bcst.yahoo.com\/scp_v3\/viewer\/share_upv2.php&amp;playlistId={_channelNodeId_}&amp;browseCarouselUI=hide&amp;pageSpaceId=2023538075&amp;playerSpaceId=2023538075&amp;yltParam=&amp;rd=www.yahoo.com\">\n        <embed width=\"100%\" height=\"221\" flashvars=\"vid={_clipId_}&amp;autoPlay=1&amp;eventHandler=yepHandler&amp;lang=en-US&amp;intl=us&amp;shareUrl=cosmos.bcst.yahoo.com\/scp_v3\/viewer\/share_upv2.php&amp;playlistId={_channelNodeId_}&amp;browseCarouselUI=hide&amp;pageSpaceId=2023538075&amp;playerSpaceId=2023538075&amp;yltParam=&amp;rd=www.yahoo.com\" allowscriptaccess=\"always\" allowFullScreen=\"true\" bgcolor=\"#000000\" wmode=\"opaque\" pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application\/x-shockwave-flash\" quality=\"autohigh\" menu=\"false\" loop=\"false\" src=\"http:\/\/d.yimg.com\/nl\/frontpage\/site\/player.swf\" name=\"swftodayvideo\" class=\"inline-video\"><\/embed>\n        \n        <p class=\"no-flash strong\">The plug-in for this content is not present or has been disabled.<\/p>\n    <\/object>\n<\/div>"},"res":{}},{"data":{"maple":{"platform":{},"module":"p_21445691","instance":"p_21445691","signature":"5INo.t_DN9931_ChiWUsmw--"},"default_quote_text":"Enter stock symbol"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_21445691","ns":"type_marketindices","type":"marketindices","contentId":"21445691","tags":[],"title":"Market Indices & Scottrade Ad","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_24813756","instance":null,"signature":"RKFtCVfxHieSW_uj36CaiQ--"},"adlocs":"stck"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_24813756","ns":"type_ads","trusted":true,"type":"ads","contentId":"24813756","tags":[],"title":"stck ad","icon":"","shortTitle":"stck ad","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_24457750","instance":"p_24457750","signature":"LFWHlMv4J9wAoCpN1CQWfw--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_24457750","ns":"type_miniad","type":"miniad","contentId":"24457750","tags":[],"title":"Mini Ad","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_30345543","instance":null,"signature":"AHkNxl86h.DtfWzmyV6zXQ--"},"adlocs":"mkptitle"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345543","ns":"type_ads","trusted":true,"type":"ads","contentId":"30345543","tags":[],"title":"Market Place Title","icon":"","shortTitle":"Market Place Title","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_26391790","instance":null,"signature":"U2hlUSK74pHyboSySjnDsg--"},"adlocs":"promo"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_26391790","ns":"type_ads","trusted":true,"type":"ads","contentId":"26391790","tags":[],"title":"promo ad","icon":"","shortTitle":"promo ad","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_30344913","instance":null,"signature":"QA9J8M0MahjTkzH8x2X5Dg--"},"adlocs":"tl1"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30344913","ns":"type_ads","trusted":true,"type":"ads","contentId":"30344913","tags":[],"title":"TL1 ad below Promo","icon":"","shortTitle":"TL1 ad below Promo","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_30345383","instance":null,"signature":"UaFpNb62J9uHPILQ5Gq5Ow--"},"adlocs":"tl2"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345383","ns":"type_ads","trusted":true,"type":"ads","contentId":"30345383","tags":[],"title":"TL2","icon":"","shortTitle":"TL2","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_30345628","instance":null,"signature":"W01WoIc7u86PBT6y_c5yXA--"},"adlocs":"tl3"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_30345628","ns":"type_ads","trusted":true,"type":"ads","contentId":"30345628","tags":[],"title":"TL3","icon":"","shortTitle":"TL3","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_30345151","instance":"p_30345151","ba":{"_id":"
comm_blockread returned 8192
calling comm_blockread
p_30345151","chrome":"1"},"signature":"5T9mE0D_Px6BjEH5ku22Xg--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345151","ns":"type_tts","type":"tts","contentId":"30345151","tags":[],"title":"Top Trending Search","icon":"","shortTitle":"Top Trending Search","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{},"mods":[{"props":{"trusted":true,"id":"p_30345661_a24","type":"ads","ns":"type_ads","contentId":"30345661","tags":[],"title":"Trending now Ad - TNMOD","icon":"","shortTitle":"Trending now Ad - TNMOD","detailUrl":"","chromecolor":"blue"},"data":{"adlocs":"tnmod"},"state":{"view":"default","defer":false,"collapsed":0},"_splerror":1,"prefs":{"isc":0,"_mc":0}}]},{"data":{"maple":{"platform":{},"module":"p_13923486","instance":"p_13923486","ba":{"_id":"p_13923486","chrome":"1"},"signature":"u0KwSyszg.3EC21CoTopzw--"},"adlocs":"fpad"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13923486","ns":"type_ads","trusted":true,"type":"ads","contentId":"13923486","tags":[],"title":"FP ADs","icon":"","shortTitle":"FP ADs","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"p_30344911","instance":"p_30344911","ba":{"_id":"p_30344911","chrome":"1"},"signature":"Qh5csNeTsw5Kb6z29Q41oA--"},"beacon":["http:\/\/www.yahoo.com","http:\/\/www.yahoo.com"],"mods":[{"props":{"trusted":true,"id":"p_30345381_db4","type":"multimedia","ns":"type_multimedia","contentId":"30345381","tags":[],"title":"","icon":"","shortTitle":"","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"prefs":{"isc":0,"_mc":0}}],"metadata":[{"carouselPackageTitleText":"","carouselPackageHeadline":"VIDEO PICKS","scid":"us_id-506834","carouselPackageTemplateTypeName":"Multimedia","carouselPackagePageCount":"1 of 1"}],"pos":"6","loading":"<p class=\"loading loading-spinner\">Loading...<\/p>","failure_markup":"<div class=\"bd type_contentcarousel type_contentcarousel_error\">\n    <div class=\"view-error y-bg-2 y-ln-1\">\n        <div class=\"error-msg y-glbl-universal\">\n            <h3>Module encountered a problem while trying to load.<\/h3>\n            <p>Kindly use next or previous button to move on.<\/p>\n        <\/div>\n    <\/div>\n<\/div>","emptyitem":"<li class=\"y-panel\">&nbsp;<\/li>","nav":"        <div class=\"y-nav y-bg-2 y-ln-1 clearfix\">            <div class=\"y-nav-count y-txt-2 small\">1 of 1<\/div>            <div class=\"y-nav-buttons\">\n                <a class=\"prev\" href=\"#\">\n                    <span class=\"y-fp-pg-grad y-ln-1 btn\">\n                        <span class=\"y-fp-pg-controls hide-textindent\">Prev<\/span>\n                    <\/span>\n                <\/a>                <a class=\"next\" href=\"#\">\n                    <span class=\"y-fp-pg-grad y-ln-1 btn\">\n                        <span class=\"y-fp-pg-controls hide-textindent\">Next<\/span>\n                    <\/span>\n                <\/a>\n            <\/div>        <\/div>"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30344911","ns":"type_contentcarousel","trusted":true,"type":"contentcarousel","contentId":"30344911","tags":[],"title":"Content Carousel - Shopping Tab1","icon":"","shortTitle":"Content Carousel - Shopping Tab1","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{"STR.CONTENTCAROUSEL.NEXT":"Next","STR.CONTENTCAROUSEL.PREV":"Prev"},"res":{}},{"data":{"maple":{"platform":{},"module":"p_17335519","instance":"p_17335519","ba":{"_id":"p_17335519","chrome":"1"},"signature":"lInAmYyIY6MLJb2FdjyUJQ--"},"beacon":["http:\/\/www.yahoo.com","http:\/\/www.yahoo.com"],"mods":[{"props":{"trusted":true,"id":"p_17556534_e30","type":"contentcarouseladserved","ns":"type_contentcarouseladserved","contentId":"17556534","tags":[],"title":"Content Carousel Module: Adserved Module","icon":"","shortTitle":"Content Carousel Module: Adserved Module","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"data":{"mods":[{"props":{"trusted":true,"id":"p_21295328_f86","type":"ads","ns":"type_ads","contentId":"21295328","tags":[],"title":"Content Carousel Module: CRSL2 ad location","icon":"","shortTitle":"Content Carousel Module: CRSL2 ad location","detailUrl":"","chromecolor":"blue"},"data":{"adlocs":"crsl2"},"state":{"view":"default","defer":false,"collapsed":0},"_splerror":1,"prefs":{"isc":0,"_mc":0}}]},"prefs":{"isc":0,"_mc":0}}],"metadata":[{"carouselPackageTitleText":"Marketing Guarantee","scid":"us_id-10434","carouselPackageTemplateTypeName":"AdCall","carouselPackagePageCount":"1 of 1"}],"pos":"4","loading":"<p class=\"loading loading-spinner\">Loading...<\/p>","failure_markup":"<div class=\"bd type_contentcarousel type_contentcarousel_error\">\n    <div class=\"view-error y-bg-2 y-ln-1\">\n        <div class=\"error-msg y-glbl-universal\">\n            <h3>Module encountered a problem while trying to load.<\/h3>\n            <p>Kindly use next or previous button to move on.<\/p>\n        <\/div>\n    <\/div>\n<\/div>","emptyitem":"<li class=\"y-panel\">&nbsp;<\/li>","nav":"        <div class=\"y-nav y-bg-2 y-ln-1 clearfix\">            <div class=\"y-nav-count y-txt-2 small\">1 of 1<\/div>            <div class=\"y-nav-buttons\">\n                <a class=\"prev\" href=\"#\">\n                    <span class=\"y-fp-pg-grad y-ln-1 btn\">\n                        <span class=\"y-fp-pg-controls hide-textindent\">Prev<\/span>\n                    <\/span>\n                <\/a>                <a class=\"next\" href=\"#\">\n                    <span class=\"y-fp-pg-grad y-ln-1 btn\">\n                        <span class=\"y-fp-pg-controls hide-textindent\">Next<\/span>\n                    <\/span>\n                <\/a>\n            <\/div>        <\/div>"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_17335519","ns":"type_contentcarousel","trusted":true,"type":"contentcarousel","contentId":"17335519","tags":[],"title":"Content Carousel - main instance","icon":"","shortTitle":"Content Carousel - main instance","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{"STR.CONTENTCAROUSEL.NEXT":"Next","STR.CONTENTCAROUSEL.PREV":"Prev"},"res":{}},{"data":{"maple":{"platform":{},"module":"p_13848969","instance":"p_13848969","signature":"Yn3QUUcmHHqzpYYYD_UDHw--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_13848969","ns":"type_footer","type":"footer","contentId":"13848969","tags":[],"title":"Footer","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_15014391","instance":null,"signature":"ly2TfLLxMxYfdaC3qxKNpw--"},"adlocs":"hdln2"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_15014391","ns":"type_ads","trusted":true,"type":"ads","contentId":"15014391","tags":[],"title":"Dynamic Logic Surveys","icon":"","shortTitle":"Dynamic Logic Surveys","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_30345316","instance":"p_30345316","ba":{"_id":"p_30345316","chrome":"1"},"signature":"xPBNZkRaBs4xmKm_bkWIlg--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345316","ns":"type_batchload","type":"batchload","trusted":true,"contentId":"30345316","tags":[],"title":null,"icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"p_24803755","instance":"p_24803755","signature":"jQhurS9RkNqsOs1v9PItow--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_24803755","ns":"type_subfooter","type":"subfooter","contentId":"24803755","tags":[],"title":"Subfooter","icon":"","detailUrl":""},"state":{"collapsed":0,"view":"default","defer":false},"strs":{},"res":{},"mods":[{"data":{"maple":{"platform":{},"module":"u_26391831","instance":null,"signature":"kZd6iy.hXHo2k5MbnE2fgg--
comm_blockread returned 8192
calling comm_blockread
"},"adlocs":"adbcn"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_26391831","ns":"type_ads","trusted":true,"type":"ads","contentId":"26391831","tags":[],"title":"FP Yieldmanager","icon":"","shortTitle":"FP Yieldmanager","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}},{"data":{"maple":{"platform":{},"module":"u_15191401","instance":null,"signature":"N2CrMxctGjr8vsBsM8GtKw--"},"adlocs":"foot9"},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"u_15191401","ns":"type_ads","trusted":true,"type":"ads","contentId":"15191401","tags":[],"title":"FP Roundtrip","icon":"","shortTitle":"FP Roundtrip","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}]},{"data":{"maple":{"platform":{},"module":"p_30345635","instance":"p_30345635","ba":{"_id":"p_30345635","chrome":"1"},"signature":"FdEiPcDWpCC4fQwZnw1Dgg--"},"CTX_SUPPORTED_TABS_DATA":{"web":{"action":"http:\/\/search.yahoo.com\/search"}},"CTX_SUPPORTED_TABS":["web"]},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345635","ns":"type_persistentmasthead","trusted":true,"type":"persistentmasthead","contentId":"30345635","tags":[],"title":"Persistent Masthead","icon":"","shortTitle":"Persistent Masthead","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{},"mods":[{"state":{"view":"default","defer":false,"collapsed":0},"props":{"id":"p_29445946_a57","type":"tuc","ns":"type_tuc","contentId":"29445946","tags":[],"title":"Tiny User Card","icon":"","shortTitle":"Tiny User Card","detailUrl":"","chromecolor":"blue"},"prefs":{"isc":0,"_mc":0}}]},{"data":{"maple":{"platform":{},"module":"p_30345698","instance":"p_30345698","ba":{"_id":"p_30345698","chrome":"1"},"signature":"DYSInDmjQikPZKHD_DLLpQ--"}},"props":{"refHandler":"cfg.maple_dali.handler.refresh","id":"p_30345698","ns":"type_lightbox","trusted":true,"type":"lightbox","contentId":"30345698","tags":[],"title":"","icon":"","shortTitle":"","detailUrl":"","chromecolor":"blue"},"state":{"view":"default","defer":false,"collapsed":0},"strs":{},"res":{}}],"res":{"css":{"core_yui_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_yui_3.3.0.css","core_services_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_srvc_1.0.5.css","core_module_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_mod_1.0.78.css","type_fp_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/fp\/fp_0.1.120.css","type_masthead_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/masthead\/masthead_0.2.129.css","type_navbar_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/navbar\/navbar_0.1.134.css","type_navbar_css_pageoptions":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/navbar\/navbar_pageoptions_0.0.48.css","type_announcebar_css":"http:\/\/l.yimg.com\/a\/lib\/metro2\/g\/announcebar\/announcebar_1.0.18.css","type_footer_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/footer\/footer_0.1.78.css","type_subfooter_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/footer\/subfooter_0.0.14.css","type_offlead_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/news\/offlead_0.1.10.css","type_news_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/news\/news_0.1.151.css","type_fptoday_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/fptoday\/fptoday_0.1.174.css","type_contentcarouselNews_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/contentcarousel\/contentcarousel_news_0.0.9.css","type_pa_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/pa\/pa_0.1.202.css","type_pa_detached_chrome_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/pa\/pa_detached_0.1.90.css","type_pa_add_css":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/pa\/pa_add_0.1.67.css"},"js":{"yui":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/uicontrib\/yui\/yui_3.3.0.js","core_yui":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_yui_3.3.0.js","core_platform":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_pf_1.0.4.js","core_services":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_srvc_1.0.12.js","core_module":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/core_mod_1.0.98.js","ywa_tracking":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/uicontrib\/ywa_1.0.0.js","type_pa":"http:\/\/l.yimg.com\/a\/lib\/metro\/g\/pa\/pa_0.1.225.js"}}};
    });
}()
);
</script>
<!-- bottom --><script type="text/javascript">


//(function(){
        YUI.add("metro_config", function(Y){
            // until dali defaults this
            
            Y.mix(Y.dali.config.props, {
                libRoot: "",
                requestUrl: "/js", 
                requestUrlLite: "/jsal", 
                comboRoot: "http:\/\/l.yimg.com\/a\/combo?",
                user : "",
                userLocation: {"woeid":"2443945","zip":"","city":"Madison","state":"Wisconsin","countryCode":"US","country":"USA","dmaWoeid":""},
                ultSpaceId : "2023538075",
                ultBeaconHost : "\/p.gif",
                ultBeaconTimeout : 0,
                ylp: "",
                modChromeHtml : "<div id=\"{view_name}-{type_name}\" class=\"mod view_{view_name}\">  <div id=\"{view_name}-{type_name}-bd\" class=\"bd  _{view_name}\">{html}    <\/div>\n    \n<\/div>",
                modErrorHtml : "<div class=\"oops-msg\" role=\"alertdialog\">\n                <span class='icon' style='background-image:url({img});_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=\"{img}\"); _background-image:none;'><\/span><span class='shadow'><\/span>\n                <h3 class=\"oops\">\"{name}\" encountered a problem while trying to load<\/h3>\n                <p class=\"oops\">{message}<\/p>\n                                <p class=\"oops oops-link\">Or visit <a href=\"{url}\">{url}<\/a><\/p>\n            <\/div>",
                crumbErrorHtml : "<div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error y-glbl-universal\"><\/span>\n                <h3 class=\"oops\">The module encountered a problem while trying to load<\/h3>\n                <p class=\"oops\">We noticed you may have signed in or signed out in another window.  Click OK to reload your page.<\/p>\n                \n            <\/div>",
                cookieErrorHtml : "<div class=\"oops-msg\" role=\"alertdialog\">\n                <span class=\"icon icon-error y-glbl-universal\"><\/span>\n                <h3 class=\"oops\">The module encountered a problem while trying to load<\/h3>\n                <p class=\"oops\">This app requires that your cookies are enabled. For help on cookies, visit <a href=\"http:\/\/help.yahoo.com\/\">http:\/\/help.yahoo.com<\/a> and search for 'enable cookies'.<\/p>\n                \n            <\/div>",           
                cookieDomain :  "www.yahoo.com",
                proxyTimeout : 15000,
                errorDetails: 0,
                sdaRequestUrl: "/sda2",
                sdaRefreshEnabled: 0,
                sdaRefreshTimeout: 15000,
                "flash.min.versions": "9.0.260,10.0.42",
                "flash.upgrade.url": "http://get.adobe.com/flashplayer/";,
                "ui.tabchange": "",
                "ui.carousel.animate": "1",
                cscLogEnabled: 0,
                cscLogCSCHost: "us.bc.yahoo.com",
                requestId: "A2NyTkmgw0O3hAEAkwXCbw..",
                cometdUrl: "",
                passthru: ""
            });
            
            // hack since FP requires a containing FP module
            Y.dali.config.mods =[{
                props: {
                    "trusted": true,
                    "id": "fp",
                    "type": "fp",
                    "ns": "type_fp"
                },
                strs: {
                    // need to translate
                    "STR.MODULE.ERROR_FALLBACK_TEXT": "Content is currently unavailable. We're working on it, so please check back soon."
                    },
                state: {
                    view: "default"
                },
                mods : Y.dali.config.mods,
                data: {
                    deferredRes: [{"css":{"type_mail_css":"metro\/g\/mail\/mail_0.0.42.css","core_services_css":"metro\/g\/core_srvc_1.0.5.css","core_yui_css":"
comm_blockread returned 8192
calling comm_blockread
metro\/g\/core_yui_3.3.0.css","type_apppromo_css":"metro\/g\/apppromo\/apppromo_0.0.19.css","type_pacontainer_css":"metro2\/g\/pacontainer\/pacontainer_0.0.49.css"},"js":{"type_mail":"metro\/g\/mail\/mail_0.0.18.js","type_pacontainer":"metro2\/g\/pacontainer\/pacontainer_0.0.51.js"}}],
                    deferredResDelay: "500",
                    ilc: ""
                }
            }];    
        });    
    var Y = YUI({ bootstrap: false, useBrowserConsole: false }).use("*");
    Y.dali.config.debug=false;
    Y.config.cacheUse = false;
    Y.Get.script(YUI.presentation.lazyScriptList, { onSuccess: function(){
    
    
        Y.use("*");
        Y.ModulePlatform.init(Y.dali.config, true);

    }});

//})();
</script>
<script>
    rtJSDone = Number(new Date());

    if ( "undefined" != typeof(rt_LogTime) ) { 
        rt_LogTime("t1", rtJSLoad - rtJSStart, true); 
        rt_LogTime("t2", rtJSDone - rtJSLoad , true);
        if ("undefined" != typeof(rtAdStart) && "undefined" != typeof(rtAdDone)) { rt_LogTime("t3", rtAdDone - rtAdStart, true); }
    } 
</script></body>
</html>
<!-- bid=701 -->
<!-- sid=2023538075 -->
comm_blockread returned 1141


get_chunk_size(): entered
2c     

chunk size = 44
get_chunk_size returned 44
calling comm_blockread

<!-- myproperty:myservice-us:0:Success -->

comm_blockread returned 44


get_chunk_size(): entered
50     

chunk size = 80
get_chunk_size returned 80
calling comm_blockread
<!-- w69.fp.ac4.yahoo.com uncompressed/chunked Thu Sep 15 13:41:39 PDT 2011 -->

comm_blockread returned 80


get_chunk_size(): entered
0

chunk size = 0
get_chunk_size returned 0
http_close(): entered at 2011-09-15-15.41.40.420000
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------