3958 lines
137 KiB
HTML
3958 lines
137 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<script type="text/javascript">
|
|
var now=new Date,t1=t2=t3=t4=t5=t6=t7=t8=t9=t10=t11=t12=0,cc='',ylp='';t1=now.getTime();
|
|
</script>
|
|
<script type="text/javascript">var sid=2716149</script>
|
|
<script language=javascript><!--
|
|
lck='',sss=1239152584,ylp='p.gif?t=1239152584&_ylp=A0LEarPI99tJhc4ACgD1cSkA',_lcs='',crumb='DPPAMD674SO';
|
|
--></script><script type="text/javascript">
|
|
_lcs = decodeURIComponent(_lcs);
|
|
var YAHOO=window.YAHOO||{};YAHOO.namespace=function(ns){if(!ns||!ns.length){return null;}var _2=ns.split(".");var _3=YAHOO;for(var i=(_2[0]=="YAHOO")?1:0;i<_2.length;++i){_3[_2[i]]=_3[_2[i]]||{};_3=_3[_2[i]];}return _3;};YAHOO.log=function(_5,_6,_7){var l=YAHOO.widget.Logger;if(l&&l.log){return l.log(_5,_6,_7);}else{return false;}};YAHOO.extend=function(_9,_10){var f=function(){};f.prototype=_10.prototype;_9.prototype=new f();_9.prototype.constructor=_9;_9.superclass=_10.prototype;if(_10.prototype.constructor==Object.prototype.constructor){_10.prototype.constructor=_10;}};YAHOO.namespace("util");YAHOO.namespace("widget");YAHOO.namespace("example");
|
|
YAHOO.namespace("Fd");
|
|
YAHOO.namespace("Fp");
|
|
YAHOO.Fp.nScreenWidth = (screen && typeof(screen.availWidth)=='number') ? screen.availWidth : false;
|
|
YAHOO.Fp.bNarrow = (YAHOO.Fp.nScreenWidth ? (YAHOO.Fp.nScreenWidth<1024 ? 1 : 0) : -1);
|
|
YAHOO.Fp.d = document;
|
|
YAHOO.Fp.$ = function(id){
|
|
return (typeof(id)=='string') ? YAHOO.Fp.d.getElementById(id) : false;
|
|
};
|
|
YAHOO.Fp._hostname=location.hostname;
|
|
YAHOO.Fp.beacon = function(sUrl, clearUlt, useYlh){
|
|
if(sUrl.indexOf('http')<0 && YAHOO.Fp._ylh!=''){
|
|
if(clearUlt){
|
|
YAHOO.cookie.set("D","","-1","/","yahoo.com");
|
|
}
|
|
sUrl=((clearUlt||useYlh)&&YLH)? '/'+YLH+'/'+ sUrl : sUrl;
|
|
}
|
|
var oImage = new Image();
|
|
oImage.src = sUrl+'/*-http://'+YAHOO.Fp._hostname+'/iv.gif?t=' + new Date().getTime();
|
|
setTimeout(function(){oImage = null;}, 1e4);
|
|
};
|
|
YAHOO.Fp.becon=YAHOO.Fp.beacon;
|
|
YAHOO.cookie = {
|
|
get : function(n){
|
|
var v = '',
|
|
c = ' ' + document.cookie + ';',
|
|
s = c.indexOf((' ' + n + '='));
|
|
if (s >= 0) {
|
|
s += n.length + 2;
|
|
v = unescape(c.substring(s, c.indexOf(';', s)));
|
|
}
|
|
return v;
|
|
},
|
|
set : function(n,v){
|
|
var a=arguments,al=a.length;
|
|
document.cookie = n + "=" + v +
|
|
((al>2&&a[2]!="") ? ";expires=" + (typeof(a[2])=="object" ? a[2].toGMTString() : (new Date(a[2] * 1000)).toGMTString()) : "") + ";path=" + ((al>3&&a[3]!="") ? a[3] : "/") +
|
|
";domain=" + ((al>4&&a[4]!="") ? a[4] : (YAHOO.Fp._hostname && YAHOO.Fp._hostname == "us.yahoo.com") ? "us.yahoo.com" : "www.yahoo.com");
|
|
},
|
|
checksub : function(sCookie,s){
|
|
var aParts = sCookie.split('&'),nParts = aParts.length,aKeyVal;
|
|
if (nParts==1) {
|
|
return sCookie.indexOf(s);
|
|
} else {
|
|
for(var i=0; i<nParts; i++){
|
|
aKeyVal = aParts[i].split('=');
|
|
if(aKeyVal[0]==s){
|
|
return i;
|
|
}
|
|
}
|
|
}
|
|
return -1;
|
|
},
|
|
getsub : function(n,s){
|
|
var sCookie = this.get(n);
|
|
var nExists = this.checksub(sCookie,s);
|
|
if (nExists>-1) {
|
|
return sCookie.split('&')[nExists].split('=')[1];
|
|
} else if (sCookie.indexOf(s)>0) {
|
|
return sCookie.split('=')[1];
|
|
}
|
|
return '';
|
|
},
|
|
setsub : function(n,s,v){
|
|
var sCookie = this.get(n),a=arguments,al=a.length;
|
|
var aParts = sCookie.split('&');
|
|
var nExists = this.checksub(sCookie,s);
|
|
if (sCookie=='') {
|
|
sNewVal=(s+'='+v).toString();
|
|
} else {
|
|
if(nExists==-1){nExists=aParts.length;}
|
|
aParts[nExists]=s+'='+v;
|
|
sNewVal = aParts.join('&');
|
|
}
|
|
return this.set(n,sNewVal,(a[3]||''),(a[4]||'/'),(a[5]||''));
|
|
}
|
|
}
|
|
YAHOO.Fp.changePageSize = function(bCheck){
|
|
if((location.search.indexOf('rs=')!=1 && location.pathname.indexOf('cgi')<0) || !bCheck){
|
|
if(bCheck){
|
|
var bcn=new Image;
|
|
bcn.src='http://www.yahoo.com/'+(ylp?ylp:'p.gif')+'&igpv=1';
|
|
}
|
|
location.replace('http://'+location.hostname+location.pathname+(bCheck ? '?rs=1' : ''));
|
|
}
|
|
}
|
|
YAHOO.Fp.sPhpFsCookie="";YAHOO.Fp.sFsCookie = YAHOO.cookie.get("FPS");
|
|
if(YAHOO.Fp.sFsCookie.indexOf("t")!=0 && YAHOO.Fp.bNarrow!=-1){
|
|
YAHOO.cookie.set("FPS",(YAHOO.Fp.bNarrow ? "ds" : "dl"),400*3600000);
|
|
if(YAHOO.Fp.bNarrow==1){
|
|
YAHOO.Fp.changePageSize(1);
|
|
}
|
|
}else if(YAHOO.Fp.sPhpFsCookie != YAHOO.Fp.sFsCookie){
|
|
YAHOO.Fp.changePageSize(1);
|
|
}
|
|
YAHOO.Fp.togglePageSize = function(sSize){
|
|
YAHOO.cookie.set("FPS",sSize,400*3600000);
|
|
YAHOO.Fp.changePageSize(0);
|
|
}
|
|
YAHOO.Fp.nPageSize = 0;
|
|
YAHOO.Fp._ie=YAHOO.Fp._ie7=YAHOO.Fp._ie55=0;
|
|
YAHOO.Fp._ff=1;
|
|
YAHOO.Fp._ffv=parseFloat("3.0.8",10);
|
|
YAHOO.Fp._ns=0;
|
|
YAHOO.Fp._nsv=parseFloat("0",10);
|
|
YAHOO.Fp._sf=0;
|
|
YAHOO.Fp._sfv=parseFloat("0",10);
|
|
YAHOO.Fp._op=0;
|
|
YAHOO.Fp._mac=0;
|
|
YAHOO.Fp._ylh = typeof(YLH)!='undefined'?YLH+'/':'';
|
|
</script>
|
|
<!--[if lt IE 6]><script type="text/javascript">YAHOO.Fp._ie55=1;</script><![endif]-->
|
|
<!--[if IE]><script type="text/javascript">YAHOO.Fp._ie=1;</script><![endif]-->
|
|
<!--[if IE 7]><script type="text/javascript">YAHOO.Fp._ie7=1;</script><![endif]-->
|
|
<script type="text/javascript">
|
|
YAHOO.Fp.Flash = function () {
|
|
var o = {installed:0, version:[]}, description, oActiveX, nMajor, nMinor;
|
|
if (navigator.plugins && typeof navigator.plugins["Shockwave Flash"] == "object") {
|
|
o.pluginType = "npapi";
|
|
description = navigator.plugins["Shockwave Flash"].description;
|
|
if (typeof description != "undefined") {
|
|
description = description.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
|
|
nMajor = parseInt(description.replace(/^(.*)\..*$/, "$1"), 10);
|
|
nMinor = /r/.test(description) ? parseInt(description.replace(/^.*r(.*)$/, "$1"), 10) : 0;
|
|
o.version = [nMajor, nMinor];
|
|
o.installed = 1;
|
|
}
|
|
}
|
|
else if (window.ActiveXObject) {
|
|
o.pluginType = "ax";
|
|
try {
|
|
oActiveX = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
|
|
}
|
|
catch (e) {
|
|
try {
|
|
oActiveX = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
|
|
o.version = [6, 0];
|
|
o.installed = 1;
|
|
oActiveX.AllowScriptAccess = "always";
|
|
}
|
|
catch (e) {
|
|
if (o.version[0] == 6) {o.installed=1; return; }
|
|
}
|
|
try {
|
|
oActiveX = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
|
|
}
|
|
catch (e) {
|
|
}
|
|
}
|
|
if (typeof oActiveX == "object") {
|
|
description = oActiveX.GetVariable("$version");
|
|
if (typeof description != "undefined") {
|
|
description = description.replace(/^\S+\s+(.*)$/, "$1").split(",");
|
|
o.version = [parseInt(description[0], 10), parseInt(description[2], 10)];
|
|
o.installed = 1;
|
|
}
|
|
}
|
|
}
|
|
return o;
|
|
}();
|
|
YAHOO.Fd.Video = {showVideo : function(){ return true;} };
|
|
if(YAHOO.Fp._op==1){
|
|
YAHOO.Fp.isVideoDisable=1;
|
|
}
|
|
</script>
|
|
<script type="text/javascript">
|
|
var b,dt,l='',n='0',r,s,y;
|
|
y=' '+document.cookie+';';
|
|
if ((b=y.indexOf(' Y=v'))>=0) {
|
|
y=y.substring(b,y.indexOf(';',b))+'&';
|
|
if ((b=y.indexOf('l='))>=0) {
|
|
l=y.substring(b+2,y.indexOf('&',b));
|
|
if((b=y.indexOf('n='))>=0)n=y.substring(b+2,y.indexOf('&',b));
|
|
}
|
|
}
|
|
dt=new Date();
|
|
s=Math.round(dt.getTime()/1000);
|
|
r=Math.round(parseInt(n,32)%1021);
|
|
if (lck!=l) {
|
|
document.write('<meta http-equiv="Expires" content="-1">');
|
|
if (location.search.indexOf('r'+r+'=')!=1) {
|
|
location.replace('http://'+location.hostname+location.pathname+'?r'+r+'='+s);
|
|
}
|
|
}
|
|
var ver="501";
|
|
var frcode="yfp-t-501";function err(a,b,c) {
|
|
var img=new Image;
|
|
img.src='http://srd.yahoo.com/hp5-v'+ver+'-err/'+escape(a)+','+escape(b)+','+escape(c)+'/*1';
|
|
return true;
|
|
}
|
|
window.onerror=err;
|
|
window.onbeforeunload=function(){
|
|
var img=new Image;
|
|
now=new Date;
|
|
t6=now.getTime();
|
|
img.src='http://www.yahoo.com/'+(ylp?ylp:'p.gif?t=0')+cc+'&tid='+ver+'&ni='+document.images.length+'&sss='+sss+'&t1='+t1+'&d1='+(t2-t1)+'&d2='+(t3-t1)+'&d3='+(t4-t1)+'&d4='+(t5-t1)+'&d5='+(t6-t1) +'&d6='+(t7-t1)+'&d7='+(t8-t1)+'&d8='+(t9-t1)+'&d9='+(t10-t1)+'&d10='+(t11-t1)+'&d11='+(t12-t1);
|
|
}
|
|
</script>
|
|
<title>Yahoo!</title>
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l r (cz 1 lz 1 nz 1 oz 1 vz 1) gen true for "http://www.yahoo.com" r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l r (n 0 s 0 v 0 l 0) gen true for "http://www.yahoo.com" r (n 0 s 0 v 0 l 0))'>
|
|
<script language=javascript>var YLH='_ylh=X3oDMTFkNDRuNXFlBF9TAzI3MTYxNDkEcGlkAzEyMzkxNTIzMzAEdGVzdAMwBHRtcGwDaW5kZXgtbA--'; var PID='1239152330'; document.write('<base href="http://www.yahoo.com/" target=_top>');</script> <noscript><base href="http://www.yahoo.com/_ylh=X3oDMTFkNDRuNXFlBF9TAzI3MTYxNDkEcGlkAzEyMzkxNTIzMzAEdGVzdAMwBHRtcGwDaW5kZXgtbA--/" target=_top></noscript>
|
|
<script type="text/javascript">
|
|
YAHOO.Fp.oFlag = {};
|
|
YAHOO.Fp.use_navbar_bt=2;
|
|
YAHOO.Fp.oFlag.use_search_bt22=1;
|
|
</script>
|
|
<style type="text/css">
|
|
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
|
|
table{font-size:inherit;font:100%;}
|
|
select,input,textarea{font:99% arial,helvetica,clean,sans-serif;}
|
|
pre,code{font:115% monospace;*font-size:100%;}
|
|
body *{line-height:1.22em;}
|
|
|
|
.btn-more-2, .hd li.on em, div.hd li.sparkle a, .hd, #mastheadbd .top, #mastheadbd, #doors li a, #today .ft li.on a, #mastheadbd .mh_footer, #mastheadft{
|
|
background-image:url(http://l.yimg.com/a/i/ww/thm/1/grd-1px_1.4.gif);
|
|
background-repeat:repeat-x;
|
|
}
|
|
div.minimantle, #minimantle, #sizetoggle, #trough ul, #pa{
|
|
background-image:url(http://l.yimg.com/a/i/ww/thm/1/grd-4px_1.1.gif);
|
|
background-repeat:repeat-x;
|
|
}
|
|
.themedborder{
|
|
border-color: #b0bec7;
|
|
}
|
|
.themedbg{
|
|
background-color:#F1F5F6;
|
|
}
|
|
.md{
|
|
background:#fff;
|
|
border:1px solid #b0bec7;
|
|
}
|
|
#left .md{
|
|
border:1px solid #91a7b4;
|
|
border-color:#b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
|
|
}
|
|
.hd{
|
|
color:#18397c;
|
|
background-color:#fff;
|
|
background-position:0 -916px;
|
|
border:1px solid #b0bec7;
|
|
border-bottom:1px solid #93a6b4;
|
|
}
|
|
.hd li a{
|
|
color:#18397c;
|
|
}
|
|
.hd li .pipe{
|
|
background:#788a98;
|
|
border-right:1px solid #fff;
|
|
}
|
|
.hd li.on em{
|
|
border:1px solid #91a7b4;
|
|
border-top-color:#778a98;
|
|
border-bottom:1px solid #fff;
|
|
background-color:#fff;
|
|
background-position:0 -178px;
|
|
}
|
|
.hd li.first em{
|
|
border-left:none;
|
|
}
|
|
.hd li.on a{
|
|
color:#c63;
|
|
}
|
|
div.hd li.sparkle em{
|
|
border:1px solid #768c9a;
|
|
border-bottom:1px solid #93a6b4;
|
|
}
|
|
div.hd li.sparkle a{
|
|
background-color:#b5cdd9;
|
|
background-position:0 -530px;
|
|
border:1px solid #fff;
|
|
}
|
|
|
|
.minimantle,#sizetoggle{
|
|
border:1px solid #9CAEBA;
|
|
border-width:0 1px 1px 0;
|
|
background-color:#91A7B4;
|
|
background-position:0 -2041px;
|
|
}
|
|
.minimantle .md-sub, #sizetoggle .bd{
|
|
border:1px solid #fff;
|
|
}
|
|
#sizetoggle .bd{
|
|
border:1px solid #dde4ea;
|
|
border-color:#afbdc6 #556b78 #556b78 #afbdc6;
|
|
}.minimantle h2 a, #minimantle h2 a{
|
|
color:#333;
|
|
}
|
|
.minimantle li, #minimantle li{
|
|
background-position:-8px 1px;
|
|
*background-position:-8px 2px;
|
|
}
|
|
|
|
#mastheadbd .top{
|
|
background-color:#e2eaed;
|
|
}
|
|
#mastheadbd{
|
|
background-color:#eef3f6;
|
|
border:1px solid #dbe2e8;
|
|
border-width:0 1px;
|
|
border-bottom:1px solid #cad5db;
|
|
}
|
|
|
|
#searchIE{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://l.yimg.com/a/i/ww/thm/1/search_1.1.png", sizingMethod="scale");}
|
|
|
|
|
|
#doors li{background:#dde6eb}
|
|
#doors li strong{
|
|
border:1px solid #dee6e9;border-color:#dee6e9 #586b7a #586b7a #dee6e9}
|
|
#doors li a{
|
|
border:1px solid #fff;
|
|
background-color:#fff;
|
|
background-position:0 -916px;
|
|
}
|
|
|
|
.trough-promo .first{
|
|
border-color:#B0BEC7;
|
|
}
|
|
|
|
.tpromo2 .hd,#new-on{
|
|
border-color:#aec0ce #3d5360 #3d5360 #aec0ce;
|
|
}
|
|
#trough{
|
|
background:#91a7b4;
|
|
}
|
|
#trough .bd{
|
|
border:1px solid #fff;
|
|
border-width:0 1px 1px 0;
|
|
}
|
|
#trough span{
|
|
background:#f8f9fb;
|
|
border-top:1px solid #91a7b5;
|
|
}
|
|
#trough ul{
|
|
background-color:#f8f9fc;
|
|
}
|
|
span#edityservicescx{
|
|
background:#ebeff2 url(http://l.yimg.com/a/i/ww/thm/1/grd-1px_1.4.gif) 0 -757px repeat-x;
|
|
border-bottom:1px solid #000;
|
|
border-color:#b0bdc6 #91a7b4 #91a7b4 #b0bdc6;
|
|
}
|
|
#edityservices{
|
|
background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) 0 -257px repeat-x;
|
|
}#today .ft li.on{
|
|
border:1px solid #afbec5;
|
|
border-color:#afbec5 #afbdc5 #afbdc5 #b0bfc6;
|
|
}
|
|
#today .ft li.on a{
|
|
color:#666;
|
|
background-color:#fcfcfc;
|
|
background-position:0 -296px;
|
|
}
|
|
#en-details{
|
|
background:#F1F5F6;
|
|
border:1px solid #b0bec7;
|
|
}
|
|
.mod-drop-down{
|
|
background:#F1F5F6;
|
|
border:1px solid #b0bec7;
|
|
border-top:none;
|
|
}
|
|
#trough .borderbottom{
|
|
border-bottom:1px solid #b0bec7;
|
|
padding-bottom:5px;
|
|
}
|
|
#newsft{
|
|
background:#F1F5F6;
|
|
border-top:1px solid #b0bec7;
|
|
}
|
|
#newsbottom{
|
|
border-top:1px solid #fff;
|
|
}
|
|
|
|
#marketplace hr{
|
|
border-top:1px solid #dce3e9;
|
|
color:#dce3e9;
|
|
}
|
|
|
|
#pa{
|
|
border-color:#afbdc6 #556b78 #556b78 #afbdc6;
|
|
background-position:0 -2700px;
|
|
}
|
|
#pabd{
|
|
border:1px solid #c9d7e2;
|
|
border-width:0 1px 1px 0;
|
|
}#patabs ul.patabs li div{
|
|
background:#9dadc4;
|
|
}
|
|
#patabs ul.patabs li h4{
|
|
background:#6b7fa0;
|
|
}
|
|
#patabs ul.patabs li a{
|
|
border:1px solid #c9d6de;
|
|
border-color:#aec0ce #3d5360 #3d5360 #aec0ce;
|
|
background-color:#fff;
|
|
}
|
|
#patabs ul.patabs li.tab-on a, #patabs .papreviewdiv{
|
|
border-color:#566c7a #c2d0d9 #c2d0d9 #c2d0d9;
|
|
border-width:1px 1px 0 1px;
|
|
background:#fff url(http://l.yimg.com/a/i/ww/t4/pa-preview-shadow.gif) repeat-x;
|
|
}
|
|
#patabs ul.patabs li.tab-on div{
|
|
background:#fff;
|
|
}
|
|
#patabs ul.patabs li.first a{
|
|
border-left-width:1px;
|
|
}
|
|
#patabs ul.patabs li.last a{
|
|
border-right-width:1px;
|
|
}
|
|
#patabs .papreviewdiv{
|
|
border:1px solid #c4cfd5;
|
|
border-top-color:#566c7a;
|
|
}
|
|
#doors li,#doors li strong,#doors li a{border:0;background:none;}
|
|
#doors li.first, #doors li.first strong {
|
|
background:#778A98;
|
|
} #searchIE{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://l.yimg.com/a/i/ww/thm/1/whood.png", sizingMethod="scale");}
|
|
#e2etoggle{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://l.yimg.com/a/i/ww/thm/1/wlip_closed.png", sizingMethod="scale");}body{
|
|
text-align:center;
|
|
color:#333;
|
|
direction:ltr;
|
|
}
|
|
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,legend,input,img{margin:0;padding:0;}
|
|
img,fieldset{border:0;}
|
|
ul,ol{list-style:none;}
|
|
legend{height:0;font-size:0;}
|
|
label{cursor:pointer;cursor:hand;}
|
|
input{outline:none;}
|
|
cite{font:normal 85% verdana;}
|
|
em{font-style:normal;}
|
|
cite span{font-weight:bold;}
|
|
a,#news .bd .btn-more a:visited{color:#16387c;}
|
|
a:link,a:visited{text-decoration:none;}
|
|
#today .bd a:visited,#news .bd a:visited{color:#69789C;}
|
|
a:hover{text-decoration:underline;}
|
|
.on a:hover{text-decoration:none;}
|
|
.a11y,legend{position:absolute;left:-5000px;width:100px;}
|
|
u{
|
|
text-decoration:none;
|
|
}
|
|
ol:after, ul:after,
|
|
.md:after, .md-sub:after, .hd:after, .bd:after, .ft:after, .fixfloat:after, .fbody:after,
|
|
#colcx:after, #rightcx:after, #eyebrow:after, #masthead:after, #search:after, #tabs:after, #doors:after, #patabs:after, #patop:after, #trough-overlay-bd div:after, #newsft:after, #newsbottom:after{
|
|
content:".";
|
|
display:block;
|
|
font-size:0px;
|
|
line-height:0px;
|
|
height:0;
|
|
clear:both;
|
|
visibility:hidden;
|
|
}
|
|
ol, ul, dl, .md, .md-sub, .hd, .bd, .ft, .fixfloat, .fbody, #colcx, #rightcx, #eyebrow, #masthead, #search, #tabs, #sbox, #doors, #patabs, #patop, #newsft, #newsbottom{zoom:1;_height:1px;}
|
|
.iemw{
|
|
display:none;
|
|
width:950px;
|
|
font-size:0px;
|
|
line-height:0px;
|
|
height:0px;
|
|
*display:block;
|
|
}
|
|
.submit,.s2{
|
|
padding:2px 5px;
|
|
font:bold 77% verdana;
|
|
overflow:visible;
|
|
color:#000;
|
|
background:#ddd;
|
|
cursor:pointer;
|
|
cursor:hand;
|
|
}
|
|
.inputtext{
|
|
border:1px solid #f0f0f0;
|
|
border-color:#7c7c7c #cecece #c3c3c3 #7c7c7c;
|
|
background:#fff url(http://l.yimg.com/a/i/ww/t4/sbox-bg.gif) no-repeat;
|
|
}
|
|
.more, .bullet, .audio, .video, .slideshow, .search, .phone, .buzz, .minimantle li, #minimantle li, #localnewsct #newstop li, a#editpage, a#editpage.on,#vsearchtabs dl dt a,#sboxfooter a.yans{
|
|
background-image:url(http://l.yimg.com/a/i/ww/sp/icons_1.8.gif);
|
|
background-repeat:no-repeat;
|
|
}
|
|
.more, .bullet, .audio, .video, .slideshow, .search, .phone, .buzz, .minimantle li, #localnewsct #newstop li, #today li cite{
|
|
font:normal 77% verdana;
|
|
padding:2px 0 2px 18px;
|
|
}
|
|
#page .more{background:none;padding:2px 0 2px 5px;font-weight:bold;}
|
|
.plain{padding:2px 0;}
|
|
.bullet{background-position:-7px 1px;padding-left:9px;}
|
|
.video{background-position:-3px -50px;}
|
|
.audio{background-position:-3px -100px;}
|
|
.slideshow{background-position:-3px -151px;}
|
|
.search{background-position:-3px -200px;}
|
|
.phone{background-position:-14px -812px;}
|
|
.buzz{background-position:-16px -845px;padding-left:10px;}
|
|
a.buzz{color:#7b0099;}
|
|
.btn-more{
|
|
position:absolute;
|
|
bottom:5px;
|
|
right:10px;
|
|
font:normal 77% verdana;
|
|
color:#16387C;
|
|
white-space:nowrap;
|
|
}
|
|
.btn-more a, a.btn-more{
|
|
font-weight:bold;
|
|
}
|
|
.btn-more-2{
|
|
padding:1px 10px 2px;
|
|
*padding:1px 5px 0;
|
|
font:bold 100% arial;
|
|
color:#000;
|
|
white-space:nowrap;
|
|
border:1px solid #999b9a;
|
|
background-color:#ce9200;
|
|
background-position:0 -450px;
|
|
}
|
|
.alert{
|
|
font:normal 77% verdana;
|
|
color:#f00;
|
|
}
|
|
a.norgie{
|
|
float:left;
|
|
width:19px;
|
|
height:20px;
|
|
margin:auto;
|
|
}
|
|
a.mover{
|
|
float:right;
|
|
margin:0 4px;
|
|
width:19px;
|
|
height:20px;
|
|
display:none;
|
|
}
|
|
.bd span,.ft span{display:none;}
|
|
.bd .current,.ft .current,.current span{display:block;}
|
|
.md{
|
|
position:relative;
|
|
margin:0 0 10px;
|
|
}
|
|
.hd{
|
|
position:relative;
|
|
margin:-1px -1px 0;
|
|
}
|
|
.hd h2{
|
|
position:relative;
|
|
font:bold 100% arial;
|
|
padding:1px 11px;
|
|
border-bottom:1px solid #fff;
|
|
}
|
|
.tabs{
|
|
padding:0;
|
|
}
|
|
.tabs .hd h2{
|
|
left:25px;
|
|
top:-2px;
|
|
}
|
|
.bd{
|
|
padding:5px 10px 10px;
|
|
}
|
|
.ft{
|
|
padding:9px;
|
|
}
|
|
.ad{
|
|
margin:0 0 10px;
|
|
}
|
|
.hide .bd,.hide .ft{display:none;}
|
|
.hd ul{
|
|
position:relative;
|
|
width:100%;
|
|
border-bottom:1px solid #fff;
|
|
}
|
|
.hd ul li{
|
|
position:relative;
|
|
float:left;
|
|
}
|
|
.hd li.last{
|
|
float:right;
|
|
_margin-right:-2px;
|
|
}
|
|
.hd li em{
|
|
position:relative;
|
|
display:block;
|
|
width:99%;
|
|
_width:99.5%;
|
|
min-height:14px;
|
|
_height:14px;
|
|
padding:2px 0 0px;
|
|
margin-right:-1px;
|
|
border-right:0;
|
|
}
|
|
.hd li a{
|
|
display:block;
|
|
font:normal 93% arial;
|
|
outline:none;
|
|
text-align:center;
|
|
white-space:nowrap;
|
|
z-index:50;
|
|
padding:1px;
|
|
margin-top:-1px;
|
|
}
|
|
.hd li.on{
|
|
z-index:60;
|
|
margin-bottom:-1px;
|
|
}
|
|
.hd li .pipe{
|
|
display:block;
|
|
position:absolute;
|
|
top:1px;
|
|
right:-1px;
|
|
height:1.15em;
|
|
width:1px;
|
|
_width:2px;
|
|
}
|
|
.hd li.on .pipe{
|
|
visibility:hidden;
|
|
}
|
|
.hd li.on em{
|
|
padding-bottom:1px;
|
|
_padding-bottom:2px;
|
|
margin:-1px 0 -1px;
|
|
*margin-bottom:-2px;
|
|
}
|
|
.hd li.on a{
|
|
font-weight:bold;
|
|
z-index:60;
|
|
border:0;
|
|
padding:1px;
|
|
}
|
|
.hd li.sparkle{
|
|
z-index:70;
|
|
}
|
|
div.hd li.sparkle em{
|
|
left:-1px;
|
|
padding:1px 0 0;
|
|
margin:-1px -1px -2px 0;
|
|
}
|
|
div.hd li.sparkle a{
|
|
font-weight:bold;
|
|
padding:1px;
|
|
z-index:70;
|
|
}
|
|
.hd li.off .pipe,.hd li.on .pipe,.hd li.last .pipe,.hd li.sparkle .pipe{visibility:hidden;}
|
|
#news .hd ul li{width:25%;*width:24.9%;}
|
|
#today .hd ul li{width:25%;*width:24.9%;}
|
|
.md-sub h3{
|
|
font-size:100%;
|
|
}
|
|
#client{
|
|
position:absolute;
|
|
visibility:hidden;
|
|
}
|
|
#page{
|
|
margin:0 auto;
|
|
border-bottom:1px solid transparent;
|
|
*border:0;
|
|
position:relative;
|
|
min-width:950px;
|
|
width:70em;
|
|
*width:71.3em;
|
|
text-align:left;
|
|
}
|
|
#colcx{
|
|
position:relative;
|
|
min-width:950px;
|
|
}
|
|
#left{
|
|
float:left;
|
|
width:15.79%;min-width:150px;
|
|
margin:0 0 10px 0;
|
|
}
|
|
#rightcx{
|
|
float:right;
|
|
width:84%;*width:84.21%;min-width:800px;
|
|
*margin-left:-200px;
|
|
}
|
|
.colpadding{
|
|
margin-left:10px;
|
|
}
|
|
#middle{
|
|
float:left;
|
|
position:relative;
|
|
z-index:10;
|
|
float:left;
|
|
width:55%;
|
|
min-width:440px;
|
|
*width:54.9%;
|
|
}
|
|
#middle .md{
|
|
min-width:340px;
|
|
}
|
|
#right{
|
|
float:left;
|
|
position:relative;
|
|
width:45%;
|
|
min-width:360px;
|
|
*margin-right:-200px;
|
|
}
|
|
#masthead{
|
|
min-width:950px;
|
|
*margin-right:1px;
|
|
}
|
|
#loading{
|
|
display:none;
|
|
position:absolute;
|
|
top:2px;
|
|
right:2px;
|
|
z-index:999;
|
|
}
|
|
.minimantle{
|
|
position:relative;
|
|
margin:10px 0;
|
|
}
|
|
#smallbiz.md-sub{
|
|
border-bottom:1px solid #fff;
|
|
}
|
|
.minimantle h2{
|
|
font:bold 100% arial;
|
|
margin-bottom:4px;
|
|
}
|
|
.minimantle ul{
|
|
padding:5px 0 5px 10px;
|
|
}
|
|
.minimantle li{
|
|
font:bold 85% verdana;
|
|
padding:1px 0 1px 8px;
|
|
*padding:0 0 0 8px;
|
|
voice-family:"\"}\"";
|
|
voice-family:inherit;
|
|
property:value;
|
|
*padding:0 0 0 8px;
|
|
}
|
|
.minimantle li a{
|
|
margin-left:-15px;
|
|
voice-family:"\"}\"";
|
|
voice-family:inherit;
|
|
property:value;
|
|
margin-left:0;
|
|
}
|
|
.minimantle .hd {margin:-2px;}
|
|
.minimantle .hd h2{margin:0;}
|
|
.minimantle .hd a{color:#16387C !important;}
|
|
#mantlecx{
|
|
margin:0 0 10px;
|
|
}
|
|
#xyz{
|
|
width:0;
|
|
height:0;
|
|
}
|
|
#eyebrow{
|
|
position:relative;
|
|
margin:0 auto;
|
|
font:normal 77% verdana;
|
|
padding:3px 10px;
|
|
}
|
|
#eyebrow li{
|
|
float:left;
|
|
}
|
|
#eyebrow ul,#eyebrow ul a{
|
|
float:left;
|
|
}
|
|
.eyebrowborder{
|
|
border-right:1px solid #B0BEC7;
|
|
padding-right:5px;
|
|
margin-right:5px;
|
|
}
|
|
#ffhpcx{
|
|
position:absolute;
|
|
}
|
|
#headline{
|
|
float:right;
|
|
right:0;
|
|
}
|
|
#toolbar{display:none;}
|
|
#eyebrow #shpd a{text-decoration:none; display:inline; float:none;}
|
|
.shdw{-moz-border-radius:4px;background:#ccc;z-index:1000;position:absolute;top:2em;left:1.5em;}
|
|
#shpd .bd{border:1px solid #4333BC;-moz-border-radius:4px;width:360px;background:#fff;position:relative;top:-2px;left:-2px;z-index:1001;color:#333;}
|
|
#pnt{position:absolute;top:-6px;left:30%;width:11px;height:6px;font-size:0px;background:url(http://l.yimg.com/a/i/ww/shpa1.gif);}
|
|
#shpd .shp{width:40px;height:37px;font-size:0px;line-height:0px;top:10px;left:10px;display:block;position:absolute;background:url(http://l.yimg.com/a/i/ww/ydrag.gif);}
|
|
.shp strong{display:none;}
|
|
#shpd ol{margin:9px 9px 9px 60px;padding:0 0 0 1.5em;list-style:decimal;}
|
|
#shpd li{padding:0;}
|
|
#shpd p{border-top:1px solid #ccc; font-family:verdana !important; margin:0 9px 9px;text-align:center;}
|
|
#getIE7,#dtba{display:none;}
|
|
#getFF3{display:none;}
|
|
#masthead{
|
|
z-index:90;
|
|
position:relative;
|
|
}
|
|
#mastheadbd .mh_footer{
|
|
position:absolute;
|
|
width:100%;
|
|
bottom:0;
|
|
left:0;
|
|
clear:both;
|
|
}
|
|
#mastheadbd{
|
|
margin:0 auto 10px;
|
|
_height:106px;
|
|
}
|
|
.mastheadbd{
|
|
position:relative;
|
|
min-height:106px;
|
|
height:7.85em;
|
|
}
|
|
#mastheadbd{
|
|
background-position:0 -1036px;
|
|
_height:124px;
|
|
}
|
|
#mastheadbd .mh_footer{
|
|
_position:relative;
|
|
margin-top:2px;
|
|
background-position:0 -1336px;
|
|
}
|
|
.mastheadbd{
|
|
min-height:113px;
|
|
height:9.3em;
|
|
_height:7.95em;
|
|
}
|
|
#mastheadft{display:none;}
|
|
#mastheadhd{display:none;}
|
|
.mastheadbd{min-height:146px;_height:150px;
|
|
height:auto;
|
|
padding-top:1px;
|
|
}
|
|
#mastheadbd .mh_footer{position:relative;margin:0;_z-index:-1;}
|
|
#eyebrow{height:15px;_height:19px;}
|
|
#mastheadbd {text-align:center;}
|
|
#mastheadbd h1{
|
|
margin:-10px auto 3px;
|
|
width:232px;height:50px;}
|
|
#searchwrapper{
|
|
margin:0 auto;
|
|
min-width:620px;
|
|
width:51em;
|
|
text-align:center;
|
|
_position:relative;
|
|
height:5em;
|
|
}
|
|
#search{
|
|
_position:relative;
|
|
min-height:59px;
|
|
height:4.4em;
|
|
_height:59px;
|
|
}
|
|
#search .iemw{
|
|
width:300px;
|
|
}
|
|
#vsearchtabs{
|
|
position:relative;
|
|
margin:0 auto 5px;
|
|
min-width:320px;
|
|
_margin:0 0 5px;
|
|
width:25.5em;
|
|
z-index:100;
|
|
height:1.1em;
|
|
_display:inline;
|
|
white-space:nowrap;
|
|
}
|
|
#vsearchtabs li{
|
|
float:left;
|
|
*float:none;
|
|
*display:inline;
|
|
border-left:1px solid #b0bec7;
|
|
*zoom:1;
|
|
}
|
|
#vsearchtabs li.first, #vsearchtabs li.last{
|
|
border:0;
|
|
}
|
|
#vsearchtabs li.last a{
|
|
border-right:0;
|
|
}
|
|
#vsearchtabs li a{
|
|
padding:0 7px;
|
|
font-size:93%;
|
|
border-right:1px solid #fff;
|
|
}
|
|
#vsearchtabs li.on a{
|
|
color:#333;
|
|
font-weight:bold;
|
|
}
|
|
#vsearchtabs dl{position:relative;display:inline;z-index:100;}
|
|
#vsearchtabs dt{display:inline;}
|
|
#vsearchtabs dl dt a{
|
|
position:relative;
|
|
border-left:1px solid #B0BEC7;
|
|
padding:1px 18px 0 5px;
|
|
_padding:2px 19px 0px 5px;
|
|
text-transform:lowercase;
|
|
background-position:2em -406px;
|
|
line-height:14px;
|
|
height:14px;
|
|
}
|
|
#vsearchtabs dt a:hover, #vsearchtabs dt a.on{
|
|
border:1px solid #B0BEc7;
|
|
text-decoration:none;
|
|
margin:-1px 0 -1px 0;
|
|
_margin:-2px 0 -2px 0;
|
|
background-position:2em -454px;
|
|
*background-position:2em -453px;
|
|
_background-position:2em -454px;
|
|
*top:1px;
|
|
}
|
|
#vsearchtabs dt a.on, #vsearchtabs dt a.on:hover{
|
|
background-position:2em -505px;
|
|
*background-position:2em -504px;
|
|
_background-position:2em -505px;
|
|
text-indent:0;
|
|
}
|
|
#vsearchm.on #vslist{display:block;}
|
|
#vslist{
|
|
position:absolute;
|
|
left:0;
|
|
top:17px;
|
|
_top:1.4em;
|
|
display:none;
|
|
background:#889AA7;
|
|
z-index:100;
|
|
background:#eee;
|
|
border:1px solid #889AA7;
|
|
font:92% arial;
|
|
text-align:left;
|
|
}
|
|
#vslist div{
|
|
position:relative;
|
|
margin:-2px -0px -0px -2px;
|
|
background:#fff;
|
|
border:1px solid #889AA7;
|
|
padding:5px 2px;
|
|
min-width:150px;
|
|
width:12.7em;
|
|
_width:13.5em;
|
|
}
|
|
#vslist span{
|
|
position:relative;
|
|
display:block;
|
|
margin:8px 4px 5px;
|
|
border-top:1px solid #889AA7;
|
|
font-size:1px;
|
|
height:1px;
|
|
}
|
|
#vslist ul,#vslist li{
|
|
position:relative;
|
|
border:0;
|
|
display:block;
|
|
float:none;
|
|
}
|
|
#vsearchtabs #vslist a{
|
|
position:relative;
|
|
display:block;
|
|
padding:3px 4px;
|
|
}
|
|
#vslist a:hover{
|
|
background:#889AA7;
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
#vslist b.iemw{
|
|
display:none;
|
|
_display:block;
|
|
width:150px;
|
|
font-size:0;
|
|
height:1px;
|
|
}
|
|
#search ul.off #vslist .ss_option{display:none;position:relative;}
|
|
#search ul .ss_option{position:static;}
|
|
#search ul.sa_on #vslist .ss_option{display:block;position:static;}
|
|
#sbox{
|
|
min-height:25px;
|
|
height:1.7em;
|
|
_height:25px;
|
|
width:100%;
|
|
}
|
|
#searchlabel{
|
|
float:left;
|
|
position:relative;
|
|
left:-8px;
|
|
width:20%;
|
|
padding:6px 0 0;
|
|
font:bold 122% arial;
|
|
color:#333;
|
|
text-align:right;
|
|
}
|
|
#searchbox{
|
|
float:left;
|
|
*margin-top:-1px;
|
|
width:75%;
|
|
}
|
|
#p,#scsz{
|
|
width:100%;
|
|
padding:3px 0 3px 3px;
|
|
_height:1.8em;
|
|
}
|
|
#searchbox .plong{
|
|
width:100%;
|
|
}
|
|
#searchbtn{
|
|
float:left;
|
|
position:relative;
|
|
margin-left:-1px;
|
|
width:25%;
|
|
right:0;
|
|
min-width:100px;
|
|
}
|
|
#search .btn-more-2{
|
|
padding:2px 0;
|
|
*padding:1px 0;
|
|
cursor:pointer;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
#searchbox .plabel,#searchbox .cszlabel2{
|
|
float:left;
|
|
width:46%;
|
|
text-align:left;
|
|
}
|
|
#searchbox .cszlabel1{
|
|
position:relative;
|
|
left:2px;
|
|
float:left;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
padding-top:5px;
|
|
width:7%;
|
|
}
|
|
#searchbox .cszlabel2{
|
|
float:right;
|
|
}
|
|
#searchbox span{
|
|
font-size:77%;
|
|
}
|
|
.e2eTween{float:left;*float:none;_float:left;width:20%;left:-8px;position:relative;height:0;font-size:0;}
|
|
#searchIE{display:none;_display:block;position:absolute;top:0;left:0;height:2.3em;z-index:-1;width:100%;}
|
|
#e2econtent .ac_options{
|
|
position:absolute;
|
|
right:5px;
|
|
top:2px;
|
|
font:normal 77%/1.7 verdana;
|
|
color:#FFF;
|
|
}
|
|
#e2econtent .ac_options a{color:#9BB1BC;}
|
|
#searchother_e2e {_display:none;position:absolute;top:0;left:0;width:100%;z-index:-1;}
|
|
#e2etoggle {
|
|
cursor:pointer;
|
|
display:block;
|
|
position:relative;
|
|
margin-top:-4px;
|
|
_margin-top:-5px;
|
|
_height:11px;
|
|
}
|
|
#e2etoggle img{
|
|
display:block;
|
|
_display:none;
|
|
width:100%;
|
|
}
|
|
#e2etoggle.open{_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://l.yimg.com/a/i/ww/sp/wlip_open.png", sizingMethod="scale");}
|
|
.e2e {
|
|
position:relative;
|
|
z-index:100;
|
|
text-align:left;
|
|
_height:1px;
|
|
}
|
|
#e2e {
|
|
position:absolute;
|
|
z-index:100;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
}
|
|
#e2econtent{
|
|
display:none;
|
|
border:1px solid #3E4758;
|
|
border-top:2px solid #343D4F;
|
|
background:#4A566E;
|
|
color:#fff;
|
|
border-bottom:0;
|
|
overflow:hidden;
|
|
zoom:1;
|
|
}
|
|
#e2econtent {
|
|
position:relative;
|
|
border:1px solid #3E4758;
|
|
border-top:2px solid #343D4F;
|
|
background:#4A566E;
|
|
color:#fff;
|
|
}
|
|
#e2econtent #ac_info, #e2econtent #ac_info2{line-height:2;padding-left:10px;}
|
|
#e2econtent.on #ac_info, #e2econtent.on #ac_info2{
|
|
display:none;
|
|
}
|
|
#ac_info a{color:#9bb1bc;}
|
|
#e2einfo{display:none;}
|
|
#e2econtent.on {}
|
|
#e2econtent.on #e2e_intl{display:block;}
|
|
#e2econtent.hideintl #e2e_intl{display:none;}
|
|
#e2econtent.on #ac_container{display:block;}
|
|
#e2econtent.on #ac_info, #e2econtent.on #ac_info2{display:none;}
|
|
#e2econtent.empty #ac_info, #e2econtent.empty #ac_info2{display:block;}
|
|
#e2econtent.empty #ac_container{display:none;}
|
|
#e2econtent.empty #e2escroll{display:none;}
|
|
#e2econtent.off{}
|
|
#e2econtent.off #e2e_intl{display:none;}
|
|
#e2econtent.off #ac_container{display:none;}
|
|
#e2econtent.off #ac_info, #e2econtent.off #ac_info2{display:block;}
|
|
#sboxfooter{
|
|
position:relative;
|
|
width:91%;
|
|
text-align:center;
|
|
white-space:nowrap;
|
|
margin-bottom:6px;
|
|
padding-bottom:0;
|
|
font-size:0;
|
|
_height:1px;
|
|
}
|
|
#scountry{
|
|
font-size:13px;
|
|
display:none;
|
|
background:#363D50;
|
|
margin:-2px 0 0 2px;
|
|
padding-left: 4em;
|
|
*padding-left: 0;
|
|
}
|
|
#scountry li{
|
|
display:inline;
|
|
position:relative;
|
|
font:normal 77% verdana;
|
|
white-space:nowrap;
|
|
}
|
|
#scountry li label{
|
|
margin:0 0 0 10px;
|
|
}
|
|
#scountry li.first label{
|
|
margin:0;
|
|
}
|
|
#scountry input{
|
|
margin:0 4px -3px 0;
|
|
_margin:0 2px -2px 0;
|
|
}
|
|
/* ========================= CODE FOR AUTOCOMPLETE */
|
|
.ac_container{
|
|
position:relative;
|
|
z-index:100;
|
|
text-align:left;
|
|
}
|
|
#ac_container{
|
|
}
|
|
#ac_container .ac_hd{
|
|
padding:0;
|
|
}
|
|
#ac_container .ac_hd h3{
|
|
position:absolute;
|
|
right:11px;
|
|
top:11px;
|
|
font:normal 77% verdana;
|
|
color:#bbb;
|
|
}
|
|
#ac_container .ac_ft{
|
|
padding:1px 6px 3px;
|
|
text-align:right;
|
|
font: normal 77% verdana;
|
|
}
|
|
#ac_container .ac_ft .fleft{
|
|
text-align:left;
|
|
}
|
|
#ac_container .ac_bd {
|
|
}
|
|
#ac_container .ac_bd ul{
|
|
width:16em;
|
|
position:relative;
|
|
margin:0 10px;
|
|
text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
}
|
|
#ac_container .ac_bd ul li a em {
|
|
color:#8aa0ab;
|
|
font-weight:bold;
|
|
}
|
|
#ac_container .ac_bd ul li{
|
|
padding:0 10px;
|
|
position:relative;
|
|
}
|
|
#ac_container .ac_bd li a{
|
|
color:#fff;
|
|
display:block;
|
|
position:relative;
|
|
padding:1px 0;
|
|
text-decoration:none;
|
|
text-overflow:ellipsis;
|
|
width:14.3em;
|
|
overflow:hidden;
|
|
}
|
|
#ac_container .ac_bd ul.highlight1 .highlight1,
|
|
#ac_container .ac_bd ul.highlight2 .highlight2,
|
|
#ac_container .ac_bd ul.highlight3 .highlight3,
|
|
#ac_container .ac_bd ul.highlight4 .highlight4,
|
|
#ac_container .ac_bd ul.highlight5 .highlight5,
|
|
#ac_container .ac_bd ul.highlight6 .highlight6,
|
|
#ac_container .ac_bd ul.highlight7 .highlight7,
|
|
#ac_container .ac_bd ul.highlight8 .highlight8,
|
|
#ac_container .ac_bd ul.highlight9 .highlight9,
|
|
#ac_container .ac_bd ul.highlight10 .highlight10
|
|
{background:#636F89;}
|
|
#ac_container .ac_bd ul.highlight1 .highlight1 em,
|
|
#ac_container .ac_bd ul.highlight2 .highlight2 em,
|
|
#ac_container .ac_bd ul.highlight3 .highlight3 em,
|
|
#ac_container .ac_bd ul.highlight4 .highlight4 em,
|
|
#ac_container .ac_bd ul.highlight5 .highlight5 em,
|
|
#ac_container .ac_bd ul.highlight6 .highlight6 em,
|
|
#ac_container .ac_bd ul.highlight7 .highlight7 em,
|
|
#ac_container .ac_bd ul.highlight8 .highlight8 em,
|
|
#ac_container .ac_bd ul.highlight9 .highlight9 em,
|
|
#ac_container .ac_bd ul.highlight10 .highlight10 em
|
|
{color:#fff;}
|
|
#ac_container .ac_bd ul .hidden{display:none;}
|
|
#ac_container .fleft{float:left;width:55%;}
|
|
#ac_container .fright{float:right;width:40%;}
|
|
#e2escroll{
|
|
position:absolute;
|
|
left:17em;
|
|
top:5em;
|
|
}
|
|
#e2eup, #e2edown{
|
|
background:transparent url(http://l.yimg.com/a/i/ww/sp/arrow.gif) no-repeat;
|
|
height:8px;
|
|
width:10px;
|
|
font-size:1px;
|
|
display:block;
|
|
}
|
|
#e2escroll .up{background-position:0 0; margin-bottom:5px;}
|
|
#e2escroll .disabled{cursor:auto;opacity:0.2;filter:Alpha(Opacity=20);}
|
|
#e2escroll .down{background-position:0 -13px;}
|
|
#ps_autocomplete a {
|
|
border-top:1px solid #CBD4DB;
|
|
padding-top:8px;
|
|
}
|
|
#ps_autocomplete {
|
|
margin-top:18px;
|
|
}
|
|
#about_container{
|
|
display:none;
|
|
text-align:left;
|
|
padding:10px 0;
|
|
line-height:1.5;
|
|
}
|
|
#ac_container,#ac_container .ac_bd{border-color:#3E4758;}
|
|
#ac_container{background:#4A566E;color:#FFF;}
|
|
#ac_container .ac_bd li a{color:#FFF;}
|
|
#ac_container .ac_bd ul li a em{color:#8AA0AB;}
|
|
#ac_container .ac_ft a,#ac_container .ac_ft a:hover,#ac_container .ac_ft a:visited{color:#9BB1BC;}
|
|
#ac_container .ac_bd ul.highlight1 .highlight1,
|
|
#ac_container .ac_bd ul.highlight2 .highlight2,
|
|
#ac_container .ac_bd ul.highlight3 .highlight3,
|
|
#ac_container .ac_bd ul.highlight4 .highlight4,
|
|
#ac_container .ac_bd ul.highlight5 .highlight5,
|
|
#ac_container .ac_bd ul.highlight6 .highlight6,
|
|
#ac_container .ac_bd ul.highlight7 .highlight7,
|
|
#ac_container .ac_bd ul.highlight8 .highlight8,
|
|
#ac_container .ac_bd ul.highlight9 .highlight9,
|
|
#ac_container .ac_bd ul.highlight10 .highlight10{background:#636F89;}
|
|
.search_container{
|
|
padding:4px 0;
|
|
overflow:hidden;
|
|
position:relative;
|
|
zoom:1;
|
|
}
|
|
.outer_search_container{
|
|
position:relative;
|
|
float:left;
|
|
width:76%;
|
|
z-index:99;
|
|
}
|
|
#e2e_intl {
|
|
background:#363d50;
|
|
padding:5px 0 5px 10px;
|
|
}
|
|
#e2e_intl span {
|
|
position:relative;
|
|
display:block;
|
|
float:left;
|
|
color:#ffc027;
|
|
font-weight:bold;
|
|
padding:0 5px 0 0;
|
|
font-size:93%;
|
|
}
|
|
.searchbox_container{
|
|
padding:0 4px;
|
|
zoom:1;
|
|
}
|
|
#doors{padding:7px 0 4px;margin-left:10px;position:relative;}
|
|
#doors li{float:left;margin:0;font:normal 85% arial;}
|
|
#doors li a,#doors li strong{display:block;margin:-1px 1px;position:relative;padding:3px 1em;}
|
|
#doors li strong{color:#fff;}
|
|
#doors li.last a{border-left:1px solid #CAD5DB;padding:0 1em;margin:2px 0;}
|
|
#doors li.middle strong,#doors li.last strong{font-weight:normal;padding:0;}
|
|
#doors li.toggle { border-right:1px solid #CAD5DB; }
|
|
#trough{
|
|
position:relative;
|
|
overflow:hidden;
|
|
*overflow:visible;
|
|
}
|
|
#trough .bd{
|
|
padding:0;
|
|
}
|
|
#trough span{
|
|
display:block;
|
|
}
|
|
#trough span{
|
|
position:relative;
|
|
margin:0 -1px 0 0;
|
|
padding:5px;
|
|
}
|
|
#trough .btn-more-2{
|
|
display:block;
|
|
position:static;
|
|
padding:1px 2px;
|
|
font-size:93%;
|
|
text-align:center;
|
|
white-space:nowrap;
|
|
}
|
|
#trough li{
|
|
padding:3px 0 3px 5px;
|
|
p\adding:3px 0;
|
|
margin-left:-15px;
|
|
ma\rgin-left:0;
|
|
}
|
|
#trough li a{
|
|
display:block;
|
|
_display:inline;
|
|
min-height:12px;
|
|
padding:3px 0 3px 25px;
|
|
margin:-1px 0 -2px;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/trough_2.0_062308.gif) 0 0 no-repeat;
|
|
font:bold 84% verdana;
|
|
voice-family:"\"}\"";
|
|
voice-family:inherit;
|
|
property:value;
|
|
_margin-left:0;
|
|
}
|
|
#trough li.adaptive{
|
|
padding:3px 0 3px 5px;
|
|
*padding:2px 0 2px 5px;
|
|
font:bold 122% arial;
|
|
}
|
|
#trough li.adaptive a{
|
|
padding:1px 0 1px 25px;
|
|
}
|
|
#trough li a.trough_tv{ display:inline; padding-left:3px; background:none;}
|
|
span#edityservicescx{
|
|
display:block;
|
|
position:relative;
|
|
padding:1px;
|
|
text-align:right;
|
|
margin-right:-1px;
|
|
}
|
|
#edityservices{
|
|
display:block;
|
|
width:43px;
|
|
height:11px;
|
|
font-size:0px;
|
|
text-indent:-5000px;
|
|
margin-left:auto;
|
|
}
|
|
#edityservices:hover{
|
|
text-decoration:none;
|
|
}
|
|
#trough small{
|
|
margin:0 0 0 1px;
|
|
_margin-top:3px;
|
|
padding:0 5px 0 40px;
|
|
height:0.8em;
|
|
position:absolute;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/icons_1.8.gif) 0 0 no-repeat;
|
|
}
|
|
#trough .expanded{background-position: 0 -662px;}
|
|
#trough .new{background-position: -13px -604px;}
|
|
#trough .remixed{background-position: 0 -747px;}
|
|
#trough .updated{background-position: -3px -634px;}
|
|
#trough-promo{
|
|
background-position:0 -300px;
|
|
border-top:1px solid #F3F6F9;
|
|
}
|
|
#trough-promo .first{
|
|
border-width:1px 0 0;
|
|
border-style:solid;
|
|
}
|
|
#pagesettingscx{
|
|
position:absolute;
|
|
right:10px;
|
|
bottom:3px;
|
|
zoom:1;
|
|
z-index:90;
|
|
}
|
|
#editpage{
|
|
font:normal 77% verdana;
|
|
padding-right:15px;
|
|
zoom:1;
|
|
display:block;
|
|
_display:inline;
|
|
background-position:100% -307px;
|
|
}
|
|
#editpage.on{
|
|
background-position:100% -360px;
|
|
}
|
|
#pagesettings{
|
|
display:none;
|
|
position:absolute;
|
|
top:100%;
|
|
right:-3px;
|
|
min-width:160px;
|
|
margin:2px 0 0;
|
|
background:#acc0c9;
|
|
z-index:99;
|
|
}
|
|
#pagesettings .iemw{
|
|
width:150px;
|
|
}
|
|
#pscolors{
|
|
width:100%;
|
|
min-width:147px;
|
|
}
|
|
#pagesettings .bd{
|
|
position:relative;
|
|
top:-1px;
|
|
left:-1px;
|
|
padding:0;
|
|
background:#fffac6;
|
|
border:1px solid #000;
|
|
border-color:#cad5db #6b8792 #6b8792 #cad5db;
|
|
min-width: 168px;
|
|
}
|
|
#pagesettings .bd span{
|
|
display:block;
|
|
padding:15px 5px;
|
|
font:bold 77% verdana;
|
|
white-space:nowrap;
|
|
border:1px solid #fff;
|
|
border-width:0 0 1px 0;
|
|
text-align:left;
|
|
}
|
|
#pagesettings h4{
|
|
float:left;
|
|
_margin-right:-2px;
|
|
font:bold 100% verdana;
|
|
}
|
|
#pagesettings ol{
|
|
border:1px solid transparent;
|
|
margin:-1px;
|
|
*border:0;
|
|
*margin:0;
|
|
}
|
|
#pagesettings ol li{
|
|
float:left;
|
|
}
|
|
#themes li a,#psbca{
|
|
display:block;
|
|
margin-left:6px;
|
|
width:13px;
|
|
height:12px;
|
|
text-indent:-5000px;
|
|
font-size:0px;
|
|
background-image:url(http://l.yimg.com/a/i/ww/sp/theme-icons_1.2.gif);
|
|
cursor:pointer;
|
|
cursor:hand;
|
|
zoom:1;
|
|
}
|
|
#themes li a:hover{
|
|
text-decoration:none;
|
|
}
|
|
#themes #t1{background-position:0 0;}
|
|
#themes #t2{background-position:-19px 0;}
|
|
#themes #t3{background-position:-38px 0;}
|
|
#themes #t4{background-position:-57px 0;}
|
|
#themes #t5{background-position:-75px 0;}
|
|
#themes #t7{background-position:-94px 0;}
|
|
#themes #t1.on{background-position:0 -15px;}
|
|
#themes #t2.on{background-position:-19px -15px;}
|
|
#themes #t3.on{background-position:-38px -15px;}
|
|
#themes #t4.on{background-position:-57px -15px;}
|
|
#themes #t5.on{background-position:-75px -15px;}
|
|
#themes #t7.on{background-position:-94px -15px;}
|
|
#pagesettingscx #sizetogglelink{
|
|
display:block;
|
|
margin-top:10px;
|
|
padding-top:8px;
|
|
border-top:1px solid #cbd4db;
|
|
_zoom:1;
|
|
}
|
|
|
|
#pagesettingscx #myyahoolink{
|
|
color:#333;
|
|
font-weight:normal;
|
|
border-top:1px solid #CBD4DB;
|
|
display:block;
|
|
_display:inline-block;
|
|
margin-top:10px;
|
|
padding-top:8px;
|
|
_width:100%;
|
|
}
|
|
#pagesettings .bd span span{
|
|
padding:0;
|
|
font:normal 100% verdana;
|
|
border-color:transparent;
|
|
_border:0;
|
|
}
|
|
#pagesettings .bd span span.trymyyahoo{
|
|
color:#16387C;
|
|
font-weight:bold;
|
|
padding-top:5px;
|
|
}
|
|
#navborder{
|
|
margin-bottom:2px;
|
|
height:1px;
|
|
width:100%;
|
|
}
|
|
#navborder div{
|
|
position:absolute;
|
|
width:100%;
|
|
height:0;
|
|
border-top:1px solid #fff;
|
|
}
|
|
#doors2{
|
|
z-index:1;
|
|
}
|
|
#pagesettingscx{bottom:3px;*bottom:5px;_bottom:0.3em;}
|
|
#navbardate{bottom:7px;*bottom:9px;_bottom:0.4em}
|
|
#pagesettingscx{top:7px;}
|
|
#navbardate{
|
|
visibility:hidden;
|
|
}
|
|
#navbardate cite{
|
|
display:inline;
|
|
margin-right:.7em;
|
|
padding-right:.9em;
|
|
border-right:1px solid #CAD5DB;
|
|
text-align:right;
|
|
color:#8C8C8C;
|
|
font:normal 85% arial;
|
|
}
|
|
#editpage{display:inline;font:normal 85% arial;}
|
|
#advertising ul li.new a{margin:0 28px 0 0;}
|
|
#advertising li.new span{
|
|
background:url(http://us.i1.yimg.com/us.yimg.com/i/ww/sp/icons_1.8.gif) -12px -604px no-repeat;
|
|
width:28px;
|
|
height:10px;
|
|
display:-moz-inline-box;
|
|
display:inline-block;
|
|
text-indent:-500px;
|
|
font:0/0 Arial;
|
|
vertical-align:middle;
|
|
margin:-7px -28px 0 0;
|
|
_margin-top:-2px;
|
|
}
|
|
#today{
|
|
min-height:234px;
|
|
_height:234px;
|
|
}
|
|
#today ol.fp_right li {
|
|
_width:102%;
|
|
}
|
|
#today li cite {
|
|
display:inline-block;
|
|
padding:2px 0;
|
|
}
|
|
#today h3{
|
|
font:bold 122% arial;
|
|
color:#16387c;
|
|
}
|
|
#today h3 a{
|
|
font:bold 100% arial;
|
|
}
|
|
#today h3 a.video{
|
|
padding: 0 0 0 18px;
|
|
background-position:-3px -49px;
|
|
}
|
|
#today small img{margin:0 0 3px -2px;}
|
|
#today .last #money1{
|
|
_margin-right:1px;
|
|
}
|
|
#today .last.on #money1{
|
|
_margin-right:0px;
|
|
}
|
|
#today a#more-video{bottom:5px;}
|
|
#today p{
|
|
margin:5px 0;
|
|
}
|
|
#today .bd{
|
|
position:relative;
|
|
padding:6px 0 4px 10px;
|
|
_padding:7px 0 5px 10px;
|
|
min-height:142px;
|
|
_height:154px;
|
|
background:#fff;
|
|
}
|
|
#today .timestamp{
|
|
margin-bottom:6px;
|
|
_margin:-1 0 6px;
|
|
}
|
|
#today .bd img{
|
|
float:left;
|
|
margin-right:10px;
|
|
width:154px;
|
|
height:115px;
|
|
padding:1px;
|
|
border:1px solid #9dafbd;
|
|
border-color:#9eb1c0 #677787 #677787 #9eb1c0;
|
|
}
|
|
#today .bd a.more{
|
|
white-space:nowrap;
|
|
}
|
|
#today .pencil,#today img.editor{
|
|
position:absolute;
|
|
width:auto;
|
|
height:auto;
|
|
}
|
|
#today .bd span.current span{
|
|
float:left;
|
|
width:57%;
|
|
*width:56.5%;
|
|
margin-bottom:9px;
|
|
_margin-bottom:-6px;
|
|
overflow:hidden;
|
|
_height:9.35em;
|
|
}
|
|
#today .bd h3,#today .bd p{
|
|
margin:0 0 5px;
|
|
}
|
|
#today .bd h3.buzz{
|
|
margin-left:-2px;
|
|
padding:0;
|
|
background:none;
|
|
}
|
|
#today .bd h3.buzz img{
|
|
_float:none;
|
|
margin-right:0;
|
|
padding:0;
|
|
width:24px;
|
|
height:20px;
|
|
border:0;
|
|
vertical-align:bottom;
|
|
}
|
|
#today .bd ol,#today .bd ul,#today .bd ul li{
|
|
float:left;
|
|
}
|
|
#today .bd ul{
|
|
width:100%;
|
|
margin:0;
|
|
*margin:0 0 5px;
|
|
}
|
|
#today .bd ul li a{
|
|
margin-right:10px;
|
|
white-space:nowrap;
|
|
zoom:1;
|
|
}
|
|
#newsbd dl dt a, #today .bd ul.inline li a{
|
|
margin-right:3px;
|
|
font:normal 77% verdana;
|
|
}
|
|
#today .bd ul.inline{
|
|
margin-left:-10px;
|
|
}
|
|
#today .bd ul.inline li{
|
|
display:inline;
|
|
float:none;
|
|
margin:-2px 0 -2px 4px;
|
|
padding-left:5px;
|
|
border-left:1px solid #B0BEC7;
|
|
}
|
|
#today .bd ol li a{
|
|
zoom:1;
|
|
}
|
|
#today .ft{
|
|
position:relative;
|
|
padding:0 5px 22px;
|
|
_padding:0 5px 23px;
|
|
background:#fff;
|
|
}
|
|
#today .ft ul{
|
|
float:left;
|
|
*float:none;
|
|
padding:0;
|
|
width:100%;
|
|
}
|
|
#today .ft li{
|
|
position:relative;
|
|
float:left;
|
|
width:46%;
|
|
margin-right:2%;
|
|
margin-top:2px;
|
|
min-height:30px;
|
|
_height:30px;
|
|
border:1px solid #fff;
|
|
}
|
|
#today .ft li img{
|
|
float:left;
|
|
margin:0 5px 0 2px;
|
|
padding:1px;
|
|
border:1px solid #9eb1c0;
|
|
border-color:#9eb1c0 #677787 #677787 #9eb1c0;
|
|
}
|
|
#today .ft li a{
|
|
display:block;
|
|
padding:2px 0;
|
|
margin:1px;
|
|
min-height:24px;
|
|
_height:2.75em;
|
|
font:normal 77% verdana;
|
|
}
|
|
#today .ft li a .editor{
|
|
position:absolute;
|
|
left:0;
|
|
}
|
|
#today .btn-more a{
|
|
margin-right:5px;
|
|
padding-right:5px;
|
|
border-right:1px solid #94A1C3;
|
|
}
|
|
#today .btn-more a.first{
|
|
margin-left:5px;
|
|
}
|
|
#today .btn-more a.last{
|
|
border:0;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
#today.todayvideo{
|
|
height:409px;
|
|
}
|
|
#todayvideo {position: absolute; z-index: 100; top: 26px; left: 0px; right:0; bottom:0; _width:100%; background:#fff; visibility:hidden;
|
|
_height:381px;
|
|
}
|
|
#today.todayvideo #todayvideo{
|
|
visibility:visible;
|
|
}
|
|
#todayvideo div {display:none;}
|
|
#todayvideo div div{display:block;}
|
|
#todayvideo div#videoad{display:block;}
|
|
.showvideocontent #videocontent,
|
|
.showvideopostroll #videopostroll {display:block;}
|
|
#videocontent,#videopostroll {padding:1px 1px 0 1px;
|
|
_padding-bottom:1px;
|
|
width:416px;
|
|
_width:420px;
|
|
margin-left:5px;
|
|
}
|
|
#videoad {position:absolute; bottom:0; width:100%; border-top:1px solid #b0bec7;}
|
|
#videoad a{display:block; border-top:1px solid #fff; }
|
|
#videoad .yzq_x{position:absolute;}
|
|
#video_postroll{display:none;}
|
|
#videopostroll .fleft{float:left;width:49%;}
|
|
#videopostroll .fright{float:right;width:49%;}
|
|
#videoloading{
|
|
position:absolute;
|
|
left:6px;
|
|
top:2px;
|
|
width:416px;
|
|
height:313px;
|
|
text-align:center;
|
|
color:#fff;
|
|
background: #16387c url(http://l.yimg.com/a/i/ww/sp/voverlay_bg.gif) left bottom repeat-x;
|
|
}
|
|
#videoloading img{
|
|
margin-top:105px;
|
|
}
|
|
#videopostroll .postroll{
|
|
}
|
|
#videopostroll .postroll{
|
|
margin-bottom:1px;
|
|
background: #16387c url(http://l.yimg.com/a/i/ww/sp/voverlay_bg.gif) left bottom repeat-x;
|
|
font:84% verdana;
|
|
}
|
|
#videopostroll a{color:#fff;}
|
|
#videopostroll .top{
|
|
padding:10px 10px 10px 15px;
|
|
font-weight:bold;
|
|
}
|
|
#today #videopostroll ul{
|
|
float:none;
|
|
margin:0;
|
|
}
|
|
#today #videopostroll ul li{
|
|
width:100%;
|
|
padding:2px 0;
|
|
float:none;
|
|
}
|
|
#today #videopostroll img{
|
|
width:54px;
|
|
height:40px;
|
|
border:1px solid #fff;
|
|
margin-bottom:-20px;
|
|
}
|
|
#today #videopostroll li a{
|
|
height:44px;
|
|
display:block;
|
|
_height:54px;
|
|
padding:6px 10px 4px;
|
|
text-decoration:none;
|
|
white-space:normal;
|
|
}
|
|
#today #videopostroll li a:hover b{
|
|
text-decoration:underline;
|
|
}
|
|
#today #videopostroll li a div{
|
|
margin:-10px 0 0 65px;
|
|
}
|
|
#today #videopostroll li a em{
|
|
color:#42CAEE;
|
|
font:92% verdana;
|
|
}
|
|
#today #videopostroll li a:hover{
|
|
background:#001E57;
|
|
}
|
|
#videopostroll .bottom{
|
|
position:relative;
|
|
margin:0 15px;
|
|
border:1px solid #0091FF;
|
|
border-width:1px 0;
|
|
padding:10px 0 10px 12px;
|
|
}
|
|
#videopostroll .bottom .fright{
|
|
}
|
|
#videopostroll dt{
|
|
font-weight:bold;
|
|
height:24px;
|
|
color:#fff;
|
|
}
|
|
#videopostroll dd {
|
|
height:23px;
|
|
}
|
|
#videopostroll .im{
|
|
padding-left:15px;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/im.gif) no-repeat 0 2px;
|
|
}
|
|
#videopostroll .email{
|
|
padding-left:15px;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/mail.gif) no-repeat 0 2px;
|
|
}
|
|
#videopostroll .upload{
|
|
padding-left:15px;
|
|
background:url(http://l.yimg.com/a/i/nt/ic/ut/bsc/add12_thn_1.gif) no-repeat;
|
|
}
|
|
#videopostroll .ft{
|
|
margin:12px 15px 0;
|
|
background:transparent;
|
|
}
|
|
#today #videopostroll .ft{
|
|
_padding-bottom:20px;
|
|
}
|
|
#videopostroll .ft .fright a{
|
|
color:#42CAEE;
|
|
}
|
|
#videopostroll .ft .fright{
|
|
text-align:right;
|
|
}
|
|
#videoad a{
|
|
background-repeat:no-repeat;
|
|
background-position: 50% 50%;
|
|
height:27px;
|
|
text-indent:-2000px;
|
|
outline:none;
|
|
text-decoration:none;
|
|
}
|
|
#internalad, #externalad{display:none;}
|
|
#today .timestamp{visibility:hidden;}
|
|
#today .timestamp{display:none;}
|
|
#today .bd{
|
|
padding:8px 0 4px 10px;
|
|
_padding:10px 0 6px 10px;
|
|
min-height:121px;
|
|
_height:133px;
|
|
}
|
|
#news{
|
|
z-index:70;
|
|
}
|
|
#news.afterhours{
|
|
}
|
|
#page #news .btn-more{
|
|
bottom:10px;
|
|
_bottom:9px;
|
|
}
|
|
#newsbd{
|
|
position:relative;
|
|
padding:9px 0 0;
|
|
background:#fff;
|
|
}
|
|
#newstop{
|
|
position:relative;
|
|
_margin-top:4px;
|
|
padding:0 9px 1.4em;
|
|
min-height:139px;
|
|
_height:157px;
|
|
}
|
|
#newstop.special{
|
|
min-height:92px;
|
|
*min-height:95px;
|
|
_height:111px;
|
|
}
|
|
#news.afterhours #newstop{
|
|
min-height:157px;
|
|
_height:176px;
|
|
}
|
|
#news.afterhours #newstop.special{
|
|
min-height:110px;
|
|
*min-height:113px;
|
|
_height:130px;
|
|
}
|
|
#news .single-panel{
|
|
padding:0 0 1.4em 9px;
|
|
min-height:187px;
|
|
*min-height:186px;
|
|
_height:205px;
|
|
}
|
|
#news.afterhours .single-panel{
|
|
min-height:181px;
|
|
_height:201px;
|
|
}
|
|
#newstop i{
|
|
color:#dadada;
|
|
}
|
|
#newsft{
|
|
position:relative;
|
|
font:normal 77% verdana;
|
|
color:#333;
|
|
}
|
|
#newsbottom{
|
|
padding: 4px 0 4px 10px;
|
|
}
|
|
#news.afterhours #newsbottom{
|
|
padding: 4px 0 6px 10px;
|
|
}
|
|
#finance-data{
|
|
float:left;
|
|
}
|
|
#news-sponsor{
|
|
float:left;
|
|
display:inline;
|
|
margin-left: 10px;
|
|
font-size:92%;
|
|
color:#333;
|
|
}
|
|
#news.afterhours #news-sponsor{
|
|
position:relative;
|
|
top:1px;
|
|
_top:0;
|
|
margin: -12px 0 0 10px;
|
|
_margin-top:-10px;
|
|
white-space:nowrap;
|
|
}
|
|
#news-sponsor img{
|
|
display:block;
|
|
margin:5px 0 0;
|
|
}
|
|
#news.afterhours #news-sponsor img{
|
|
display:inline;
|
|
position:relative;
|
|
top:3px;
|
|
*top:4px;
|
|
}
|
|
#markets, #markets span, #markets ul, #markets li, #quotes fieldset{
|
|
display:inline;
|
|
}
|
|
#news.afterhours #markets{
|
|
margin:0;
|
|
}
|
|
#markets h3{
|
|
font:normal 100% verdana;
|
|
display:inline;
|
|
}
|
|
#markets li{
|
|
white-space:nowrap;
|
|
margin-left:5px;
|
|
}
|
|
#quotes a{
|
|
color:#333;
|
|
}
|
|
#quotes{
|
|
margin-top:5px;
|
|
}
|
|
#quotes a,#s{
|
|
margin-right:5px;
|
|
}
|
|
input#s{
|
|
font-size:107%;
|
|
padding:1px;
|
|
}
|
|
#quotes .submit{
|
|
font-size:100%;
|
|
padding:0 3px;
|
|
}
|
|
#newsbd li a cite{
|
|
display:block;
|
|
font:normal 77% verdana;
|
|
color:#333;
|
|
}
|
|
#newsbd li a:hover cite{
|
|
text-decoration:none;
|
|
}
|
|
#newsbd dl dt a{
|
|
margin:0;
|
|
}
|
|
#newsbd dl{
|
|
display:inline;
|
|
margin:0 0 0 6px;
|
|
border-left:1px solid #B0BEC7;
|
|
}
|
|
#newsbd dl dt{
|
|
display:inline;
|
|
margin-left:5px;
|
|
}
|
|
#markets .up{color:#359c00;}
|
|
#markets .down{color:#c00;}
|
|
#videonewsct ul{
|
|
margin:7px 0 0 -5px;
|
|
}
|
|
#videonewsct li{
|
|
float:left;
|
|
margin:0 -1px 10px 2px;
|
|
padding:0 0 0 1px;
|
|
width:49%;
|
|
}
|
|
#videonewsct li img{
|
|
float:left;
|
|
margin-right:5px;
|
|
padding:1px;
|
|
border:1px solid #9dafbd;
|
|
border-color:#9eb1c0 #677787 #677787 #9eb1c0;
|
|
}
|
|
#page #news ul.btn-more, #more-today,#more-video{
|
|
position:absolute;
|
|
bottom:9px;
|
|
_bottom:8px;
|
|
padding:0 0 1px;
|
|
margin:0;
|
|
color:#16387c;
|
|
}
|
|
#more-today{
|
|
bottom:5px;
|
|
}
|
|
#news ul.btn-more li, #more-today span,#more-video span{
|
|
display:inline;
|
|
margin-right:5px;
|
|
padding-right:5px;
|
|
line-height:1em;
|
|
border-right:1px solid #94a1c3;
|
|
}
|
|
#news ul.btn-more li a, #more-today a,#more-video a{
|
|
line-height:1em;
|
|
}
|
|
#news ul.btn-more li.first, #more-today .first,#more-video .first{
|
|
border:0;
|
|
padding:0;
|
|
font-weight:normal;
|
|
}
|
|
#news ul.btn-more li.last, #more-today .last,#more-video .last{
|
|
border:0;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
.timestamp{
|
|
display:block;
|
|
font:normal 77% verdana;
|
|
color:#999;
|
|
margin-bottom:4px;
|
|
}
|
|
#localnewsct li cite{font:normal 77% verdana;}
|
|
#localnewsct li cite a{color:#666;}
|
|
#localnewsulmcx{position:absolute;}
|
|
.ulmtrigger,.ulmtriggeron{position:absolute;top:0px;*top:-1px;right:10px;font:normal 77% verdana;}
|
|
.ulmtrigger a,.ulmtriggeron a{background:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-dn.gif) no-repeat left 50%;padding-left:12px;}
|
|
.ulmtriggeron a{background-image:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-up.gif);}
|
|
#localnewsct #newstop{
|
|
z-index:3;
|
|
}
|
|
#localnewsct .nocookie dl{
|
|
display:block;
|
|
}
|
|
#localnewsct #newstop h4{
|
|
font-size:122%;
|
|
margin:0 0 1px;
|
|
}
|
|
#localnewsct .nocookie form.ulmform{
|
|
position:relative;
|
|
top:20px;
|
|
margin:0 0 20px;
|
|
}
|
|
#localnewsct #newstop .inputtext{
|
|
_height:22px;
|
|
width:75%;
|
|
}
|
|
#localnewsct #newstop li{
|
|
font:normal 100% arial;
|
|
padding:0 0 0 10px;
|
|
background-position:-7px 1px;
|
|
overflow:hidden;
|
|
white-space:nowrap;
|
|
*width:100%;
|
|
text-overflow:ellipsis;
|
|
}
|
|
#localnewsct #newstop li cite{
|
|
font-size:85%;
|
|
color:#666;
|
|
}
|
|
#localnewsct .ulmmarkets{
|
|
color:#333;
|
|
}
|
|
#localnewsct .nocookie fieldset{
|
|
background:url(http://l.yimg.com/a/i/ww/sp/ulmln2.gif) 7px 12px no-repeat;
|
|
}
|
|
#localnewsct span.alert{
|
|
font-size:85%;
|
|
}
|
|
.ncaa {margin-bottom:5px;font:77% verdana;}
|
|
.ncaa .fleft{float:left; width:49%}
|
|
.ncaa .fright{float:right; width:49%}
|
|
.ncaa .thd{display:block;padding:1px 2px 1px 15px;color:#000;font-weight:bold;padding-left:5px;}
|
|
.ncaa .thd .fleft{width:60%;}
|
|
.ncaa .thd em{font-weight:normal;}
|
|
.ncaa .tbd em{font-weight:normal;color:#999;margin-left:8px;margin-top:3px;display:block;}
|
|
.ncaa .thd .fright{width:38%;text-align:right;}
|
|
.ncaa a.thd:hover{cursor:pointer;cursor:hand;}
|
|
.ncaa .tbd div{float:left;width:24.7%;text-align:left;
|
|
}
|
|
.ncaa .tbd .alt1, .ncaa .tbd .alt2, .ncaa .tbd .alt3{border-left:1px dotted #B8BDC1;}
|
|
.ncaa .tbd a{display:block;padding:2px 3px;color:#16387c;min-height:4.3em;_height:5em;}
|
|
.ncaa .tbd a:visited{color:#16387c;}
|
|
.ncaa .tbd a:hover{text-decoration:none;cursor:pointer;cursor:hand;background:transparent url(http://l.yimg.com/a/i/ww/sp/mm_hover_bg.gif) repeat-x 0 100%;}
|
|
#newsbd .ncaa .tbd dl{border-left:0; display:block; margin:0 0 0 1px;padding:2px 2px 0 5px;zoom:1;_height:1px;
|
|
}
|
|
#newsbd .ncaa .tbd dl.winner{background:transparent url(http://l.yimg.com/a/i/ww/sp/mm_icon_winner.gif) no-repeat scroll 0% 57%;}
|
|
#newsbd .ncaa .tbd dl:after{content:".";display:block;font-size:0px;line-height:0px;height:0;clear:both;visibility:hidden;}
|
|
#newsbd .ncaa .tbd dt{display:block;margin:0;padding:0;width:70%;text-align:left;float:left;color:#505050;font-weight:bold;}
|
|
#newsbd .ncaa .tbd dt small{font-weight:normal;color:#999;}
|
|
#newsbd .ncaa .tbd dd{display:block;margin:0;padding:0 3px;float:left;font-weight:bold;width:22%;}
|
|
#newsbd .ncaa div.tft {display:block; text-align:right;padding:8px 8px 6px;font-weight:normal;zoom:1;border-bottom:1px solid #808080;}
|
|
#ncaacontent{margin-top:8px;}
|
|
div.thd span{display:inline;font-weight:normal;}
|
|
#ncaaUpdateTxt{color:#999;margin-top:1px;margin-right:5px;width:32%;text-align:right;}
|
|
#ncaa_hd b{font-weight:normal;text-decoration:underline;}
|
|
#ncaaft ul{float:right;color:#16387C;
|
|
width:92%;_width:93%;
|
|
}
|
|
#ncaaft li{float:left;border-left:1px solid #333;margin-left:5px;padding-left:4px;}
|
|
#ncaaft li.nb{border:0;}
|
|
#ncaamobile{background:transparent url(http://l.yimg.com/a/i/ww/sp/icons_1.7.gif) no-repeat scroll -10px -813px;width:15px;height:15px;text-indent:2000px;overflow:hidden;margin-top:-3px;_margin-top:-2px;display:block;_position:relative;}
|
|
#marketplace table{
|
|
margin-bottom:-5px;
|
|
}
|
|
#marketplace hr{
|
|
display:block;
|
|
margin:4px 0 3px;
|
|
*margin:-3px 0;
|
|
}
|
|
#patop{
|
|
position:relative;
|
|
padding:8px 9px 9px;
|
|
}
|
|
#patop .so{
|
|
padding:2px 0;
|
|
}
|
|
#patop .so a{
|
|
font-weight: bold;
|
|
}
|
|
#patop .so .mailstatus{
|
|
float: left;
|
|
}
|
|
#reg li{
|
|
_margin-left:-15px;
|
|
_ma\rgin:0;
|
|
}
|
|
#reg h2{
|
|
font:normal 122% arial;
|
|
}
|
|
#reg h2 a{
|
|
font-weight:bold;
|
|
}
|
|
#signup,#signout{
|
|
position:absolute;
|
|
top:2px;
|
|
right:0;
|
|
t\op:10px;
|
|
r\ight:10px;
|
|
}
|
|
#signout{
|
|
top:11px;
|
|
right:10px;
|
|
font:normal 77% verdana;
|
|
}
|
|
#patop .so #signout a{font-weight:normal;}
|
|
#patabs{
|
|
padding:0 2px 2px 5px;
|
|
margin-top:-5px;
|
|
}
|
|
#patabs ul.patabs li{
|
|
color:#8899a9;
|
|
float:left;
|
|
min-width:113px;
|
|
width:33.2%;
|
|
}
|
|
#patabs ul.patabs{
|
|
position:relative;
|
|
z-index:10;
|
|
}
|
|
#patabs ul.patabs li div{
|
|
display:block;
|
|
position:relative;
|
|
z-index:2;
|
|
margin:4px 3px 0;
|
|
}
|
|
#patabs ul.patabs li.first div{
|
|
margin-left:2px;
|
|
}
|
|
#patabs ul.patabs li.last div{
|
|
margin-right:0;
|
|
}
|
|
#patabs ul.patabs li h4,#patabs ul.patabs li a{
|
|
display:block;
|
|
position:relative;
|
|
z-index:2;
|
|
top:-1px;
|
|
left:-1px;
|
|
font:bold 92% verdana;
|
|
}
|
|
#patabs ul.patabs li a{
|
|
z-index:20;
|
|
padding:1px 0;
|
|
*padding:0;
|
|
}
|
|
#patabs ul.patabs li.tab-on a{
|
|
margin:-1px -1px -3px;
|
|
top:0;
|
|
left:0;
|
|
*background-position:0 1px;
|
|
}
|
|
#patabs li a.details b{
|
|
display:block;
|
|
position:absolute;
|
|
bottom:3px;
|
|
*bottom:2px;
|
|
_bottom:7px;
|
|
left:40px;
|
|
padding-right:1px;
|
|
font-size:92%;
|
|
font-weight:normal;
|
|
}
|
|
#patabs li.tab-on a.details b{
|
|
bottom:8px;
|
|
}
|
|
#patabs li.tab-on .icon{
|
|
padding-bottom:17px;
|
|
}
|
|
#patabs li .details .icon{
|
|
padding:3px 0 14px 40px;
|
|
}
|
|
#patabs li.tab-on .details .icon{
|
|
padding:3px 0 22px 40px;
|
|
}
|
|
#patabs li .icon{
|
|
display:block;
|
|
z-index:10;
|
|
padding:8px 0 9px 40px;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/pa-icons3.gif) 5px 3px no-repeat;
|
|
}
|
|
#patabs li #pagames .icon {
|
|
padding-left: 50px;
|
|
}
|
|
#patabs .papreviewdiv{
|
|
position:relative;
|
|
z-index:1;
|
|
visibility:hidden;
|
|
margin-right:1px;
|
|
*margin-right:0;
|
|
_margin-right:1px;
|
|
}
|
|
#patabs .preview-on{
|
|
visibility:visible;
|
|
padding-top:4px;
|
|
}
|
|
#patabs .papreviewdiv span{
|
|
display:none;
|
|
}
|
|
#patabs .papreviewdiv span.current{
|
|
display:block;
|
|
}
|
|
#patabs #messenger .icon{
|
|
padding-left:31px;
|
|
background-position:2px -497px;
|
|
}
|
|
#patabs #music .icon{
|
|
background-position:5px -197px;
|
|
}
|
|
#patabs #answers .icon{
|
|
padding-left:36px;
|
|
background-position:5px -695px;
|
|
}
|
|
#patabs #weather .icon{
|
|
background-position:5px -297px;
|
|
}
|
|
#patabs #traffic .icon{
|
|
background-position:5px -397px;
|
|
}
|
|
#patabs #movies .icon{
|
|
background-position:5px -597px;
|
|
}
|
|
#patabs #horoscope .icon{
|
|
padding-left:29px;
|
|
background-position:3px -797px;
|
|
}
|
|
#patabs #games .icon {
|
|
background-position:3px -893px;
|
|
}
|
|
#pa .signedout strong{color:#cc6633;}
|
|
#patabs li#events .icon{background:url(http://us.i1.yimg.com/us.yimg.com/i/ww/t4/events_s.gif) 5px 4px no-repeat;padding-left:31px;}
|
|
#patabs li a#paevents span.icon b{left:32px;}
|
|
#patabs li a#paevents span.icon b strong{font-weight:normal;white-space:nowrap;}
|
|
#patabs li.tab-on a#paevents b{bottom:10px;}
|
|
#eventspreview .papreviewfooter{border-top:1px solid #ECECEC;font-family:verdana !important;;font-size:77%;font-weight:bold !important;line-height:normal;padding:1px 10px 3px;}
|
|
#eventspreview dd.date {position:absolute;left:8px;top:6px;}
|
|
#locallist dl{padding-left:5.4em !important;font-size:100% !important;font-family:arial !important;}
|
|
dl.locallist dt strong{font-family:arial;}
|
|
dl.locallist dd{font-size:85%;color:#656565;}
|
|
dl.locallist dd.date{font-size:100%;color:#323232;}
|
|
dl.locallist dd.date small{display:block;font-size:85%;color:#656565;}
|
|
#eventspreview .ulmform fieldset{background:transparent url(http://us.i1.yimg.com/us.yimg.com/i/ww/t4/events_l.gif) no-repeat scroll 10px 22px;}
|
|
#eventspreview .error ul{background:transparent url(http://us.i1.yimg.com/us.yimg.com/i/ww/t4/events_l.gif) no-repeat scroll 15px 15px;}
|
|
.nav a{position:absolute;z-index:90;top:40%;width:22px;height:18px;text-indent:-5000px;overflow:hidden;}
|
|
.nav a.back{left:3px;background:url(http://l.yimg.com/a/i/ww/t4/back.gif) no-repeat;}
|
|
.nav a.frwd{right:3px;background:url(http://l.yimg.com/a/i/ww/t4/next.gif) no-repeat;}
|
|
.nav a:hover{text-decoration:none;}
|
|
.pa-alert{text-align:center;color:#16387c;padding:0 20px;_padding:0;}
|
|
.pa-alert h3,.pa-alert ul{margin:5px auto 0;text-align:left;}
|
|
.pa-alert h3{_margin-left:20px;_padding-left:20px;}
|
|
.default{_margin-left:-20px;}
|
|
.default li{float:left;padding-left:20px;}
|
|
.default li.last{width:14em;padding-left:10px;margin-top:15px;}
|
|
.default li.last a{font-weight:bold;text-decoration:underline;margin-top:20px;}
|
|
.error,.promo{position:absolute;bottom:0;top:5px;_top:9px;left:0;right:0;background:#edf2f7 url(http://l.yimg.com/a/i/ww/t9/error_bckgrnd.gif) repeat-x;}
|
|
.error ul{margin:15px 10px 15px 10px;_margin-left:15px;padding:10px 0 0 80px;background:url(http://l.yimg.com/a/i/ww/sp/error_msg.gif) no-repeat;}
|
|
.error li{float:none;margin:0;}
|
|
.error li.first{padding:5px 0 15px;_height:50px;min-height:35px;}
|
|
.error li.first a{text-decoration:underline;font-weight:bold;}
|
|
.error li.last{text-align:right;font:bold 77% verdana;}
|
|
.promo{
|
|
padding-right:0;
|
|
_padding-bottom:10px;
|
|
}
|
|
.promo h4{
|
|
font:normal 107% arial;
|
|
color:#434343;
|
|
margin:10px 0 0 0;
|
|
_margin-left:20px;
|
|
padding:15px 0 65px 50px;
|
|
_padding-left:40px;
|
|
zoom:1;
|
|
}
|
|
#page .promo h4 a{
|
|
font-weight:bold;
|
|
text-decoration:underline;
|
|
}
|
|
.promo p{
|
|
position:absolute;
|
|
top:50px;
|
|
right:20px;
|
|
font:normal 77% verdana;
|
|
text-align:right;
|
|
color:#434343;
|
|
}
|
|
.promo p .more{
|
|
display:block;
|
|
font:bold 100% verdana;
|
|
text-decoration:none;
|
|
}
|
|
.promo p .more:hover{
|
|
text-decoration:underline;
|
|
}
|
|
#mailpreview .error ul{background-position:0 10px;}
|
|
#messengerpreview .error ul{background-position:0 -150px;}
|
|
#musicpreview .error ul{background-position:0 -300px;}
|
|
#weatherpreview .error ul{background-position:0 -445px;}
|
|
#trafficpreview .error ul{background-position:0 -600px;}
|
|
#horoscopepreview .error ul{background-position:0 -750px;}
|
|
#answerspreview .error ul{background-position:0 -900px;}
|
|
.loading{margin-top:35px;text-align:center;color:#16387c;}
|
|
#pa .loading h3{font-size:122%;text-align:center;}
|
|
.papreviewdiv .btn-more{bottom:3px;right:10px;z-index:1;}
|
|
.papreviewfooter .fleft{float:left;}
|
|
.papreviewfooter .fright{float:right;}
|
|
#mailpreview table{margin-bottom:1.2em;width:100%;border-collapse:collapse;font:normal 100% arial;margin-top:3px;table-layout:fixed;border-bottom:1px solid #ebeff2;}
|
|
#mailpreview table td{height:152%;background:#fff;border-top:1px solid #ebeff2;white-space:nowrap;overflow:hidden;}
|
|
#mailpreview table td.left{padding-left:8px;}
|
|
#mailpreview table td.right{padding-left:18px;}
|
|
#mailpreview .left{width:33%;}
|
|
#mailpreview .center{width:44%;*width:38%;}
|
|
#mailpreview .right{width:23%;*width:29%;}
|
|
#mailpreview table td a{float:left;white-space:nowrap;overflow:hidden;}
|
|
#mailpreview th{font:normal 85% verdana;text-align:left;}
|
|
#mailpreview .pamailfooter{position:absolute;bottom:5px;bottom:5px;left:10px;right:10px;font:77% verdana;}
|
|
.pamailfooter{font-size:85%;}
|
|
.pamailfooter .fleft{float:left;}
|
|
.pamailfooter .fright{float:right;}
|
|
#mailpreview .hdr{color:#333;}
|
|
#mailpreview .seen1{color:#666;}
|
|
#mailpreview .btn-more{font-size:85%;}
|
|
#mailpreview .hdr th.left{padding-left:8px;}
|
|
#mailpreview .hdr th.right{padding-left:18px;}
|
|
#mailpreview .seen0{color:#16387c;font-weight:bold;}
|
|
.linklist li{display:inline;padding-left:5px;margin-left:5px;border-left:1px solid #B0BEC7;}
|
|
.linklist li.first{padding-left:0;margin-left:0;border-left:0;}
|
|
#musicpreview,#horoscopepreview{padding-bottom:1em;_padding-bottom:.7em;}
|
|
#musicpreview{text-align:center;margin:0 auto;}
|
|
#musicpreview h3{font:bold 100% arial;text-align:left;margin:3px 0 3px 10px;color:#16387c;}
|
|
#musicpreview h3 em{font-weight:normal;}
|
|
.station{position:relative;left:1px;width:275px;margin:5px auto 10px;text-align:left;background:#F8F9FD;}
|
|
#horoscopepreview{text-align:center;margin:0 auto;min-height:8.5em;_height:8.5em;padding-bottom:0;}
|
|
#horoscopepreview h3{font-size:100%;text-align:left;}
|
|
#horoscopepreview .station{background:#fff;}
|
|
.station-bd{height:5.2em;min-height:70px;padding-right:10px;background:url(http://l.yimg.com/a/i/ww/sp/pa_bg.gif) 100% 100% no-repeat;}
|
|
.station-hd,.station-ft{position:absolute;left:0;font-size:0px;width:275px;height:5px;}
|
|
.station-hd{top:0;background:url(http://l.yimg.com/a/i/ww/t4/music-mask-0.gif) no-repeat;}
|
|
.station-ft{bottom:-1px;background:url(http://l.yimg.com/a/i/ww/t4/music-mask-2.gif) no-repeat;}
|
|
.station-name{float:left;min-height:15px;width:170px;font:bold 100% arial;*font-size:85%;margin:2px 0 0;}
|
|
.photo-link{float:left;margin:0 5px 0 0;border-right:1px solid #353535;width:70px;height:70px;text-align:center;}
|
|
#horoscopepreview .photo-link{background:#F1F5F6;border:0;height:100%;}
|
|
.station-photo{width:70px;height:70px;}
|
|
#horoscopepreview .station-photo{width:35px;height:35px;margin-top:15px;}
|
|
#horoscopepreview .papreviewfooter{padding:0px 5px 5px 0px;font:77% verdana;}
|
|
.artists{float:left;width:185px;min-height:28px;font:normal 77% verdana;color:#666;}
|
|
#horoscopepreview .artists{padding-bottom:5px;}
|
|
.artists a{display:block;overflow:hidden;color:#666;}
|
|
.listen{float:right;position:absolute;right:10px;bottom:3px;width:45px;height:15px;text-indent:-5000px;background:url(http://l.yimg.com/a/i/ww/t4/music_button.gif) no-repeat;display:none;*display:inline;}
|
|
#horoscopepreview .lsigns ul{color:#16387c;font-weight:bold;text-align:left;}
|
|
#horoscopepreview .lsigns ul li{line-height:155%;padding-left:16px;background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat 0 4px;}
|
|
#horoscopepreview small{font-weight:normal;}
|
|
#horoscopepreview .bd{background:#FFFAC6;border-top:2px solid #97ADBA;}
|
|
#horoscopepreview .head{min-height:16px;_height:16px;}
|
|
#horoscopepreview .head a{font:bold 77% verdana;}
|
|
#horoscopepreview .fleft{float:left;}
|
|
#horoscopepreview .fright{float:right;}
|
|
#horoscopepreview .lsigns{background:#fff url(http://l.yimg.com/a/i/ww/t4/pa-preview-shadow.gif) repeat-x top;border:1px solid #E7ECF0;border-top:1px solid #97ADBA;padding:3px 0 4px;}
|
|
#horoscopepreview .lsigns .fleft{width:46%;}
|
|
#horoscopepreview .lsigns .fright{float:left;}
|
|
.papreviewheader{
|
|
margin-top:4px;
|
|
padding:0 10px;
|
|
height:1.5em;
|
|
clear:both;
|
|
overflow:hidden;
|
|
}
|
|
.papreviewheader .fleft{float:left;font-size:100%;font-weight:bold;}
|
|
.papreviewheader .fright{float:right;font:85% verdana;}
|
|
.papreviewheader .fright a{background:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-dn.gif) no-repeat left 50%;padding-left:15px;}
|
|
#messengerpreview ul{padding:0;}
|
|
#messengerpreview #buddylist{margin-top:-2px; height:104px; _height:99px; overflow:auto; border-bottom:1px solid #E9E9E9;}
|
|
#buddylist li strong{display:block;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/groups_shade.gif) repeat-x;
|
|
}
|
|
#buddylist li strong a{font-weight:normal; font:77% verdana; color:#696969;
|
|
background:#eee; display:block;
|
|
padding:0 0 1px 26px;
|
|
border-bottom:1px solid #E9EDEC;
|
|
outline:none;
|
|
background-position:8px 50%;
|
|
}
|
|
#buddylist li a.down{display:block;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/group_open.gif) no-repeat 10px 50%;
|
|
}
|
|
#buddylist li a.up{display:block;
|
|
background:url(http://l.yimg.com/a/i/ww/sp/group_close.gif) no-repeat 10px 50%;
|
|
}
|
|
#buddylist ol.hidden{display:none;}
|
|
#buddylist ol.visible{display:block;}
|
|
#buddylist ol li{
|
|
border-bottom:1px solid #E9EDEC;
|
|
padding:2px 0;
|
|
background:transparent url(http://l.yimg.com/a/i/ww/sp/smiley1.gif) no-repeat scroll 11px 50%;
|
|
}
|
|
#buddylist ol li b{
|
|
display:block;
|
|
width:30px;
|
|
float:left;
|
|
height:14px;
|
|
margin-right:5px;
|
|
}
|
|
#buddylist ol .busy b{
|
|
background: url(http://l.yimg.com/a/i/us/msg/8/busy.gif) no-repeat 100% 8px;
|
|
}
|
|
#buddylist ol .idle b{
|
|
background: url(http://l.yimg.com/a/i/us/msg/8/idle.gif) no-repeat 100% 6px;
|
|
}
|
|
#buddylist ol em{color:#777; font:77% verdana;}
|
|
#messengerpreview .fbody{padding:1px 10px;font:bold 77% verdana;}
|
|
#messengerpreview .fleft{float:left; width:40%; }
|
|
#messengerpreview .fright{float:right; text-align:right;}
|
|
#messengerpreview .error{
|
|
padding:25px 10px 4px 120px;
|
|
}
|
|
#messengerpreview .pa-alert{
|
|
padding:10px;
|
|
}
|
|
#messengerpreview .pa-alert li{
|
|
padding-left:100px;
|
|
}
|
|
#messengerpreview .error p{
|
|
margin-bottom:10px;
|
|
}
|
|
#messengerpreview .error a{
|
|
text-decoration:underline;
|
|
}
|
|
#messengerpreview .nologin{
|
|
background:url(http://l.yimg.com/a/i/ww/sp/pamsg_so.gif) no-repeat 10px 50%;
|
|
}
|
|
#messengerpreview .nobuddies{
|
|
background:url(http://l.yimg.com/a/i/ww/sp/pamsg_nb.gif) no-repeat 20px 45%;
|
|
}
|
|
#Ymsgr02{position:absolute;left:-1000px;}
|
|
.papreviewheader{
|
|
margin:0;
|
|
padding:0 10px;
|
|
height:1.4em;
|
|
clear:both;
|
|
overflow:hidden;
|
|
}
|
|
.papreviewheader .fleft{float:left;font-size:100%;font-weight:bold;line-height:150%;}
|
|
.papreviewheader .fleft a{line-height:150%;}
|
|
.papreviewheader .fright{float:right;font:85% verdana;display:inline !important;}
|
|
.papreviewheader .fright a{background:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-dn.gif) no-repeat left 50%;padding-left:15px;line-height:170%;}
|
|
.papreviewheader .fright a.up{background:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-up.gif) no-repeat left 50%;padding-left:15px;line-height:170%;}
|
|
#localfooter{height:1.2em;line-height:150%;background:url(http://l.yimg.com/a/i/ww/t4/pa-preview-shadow.gif) repeat-x;xbackground-position-y:-1px;padding:0 10px;position:relative;}
|
|
#weatherpreview .forcast{position:relative;top:4px;clear:both;margin:1px 10px;margin-bottom:1.3em;font-size:92%;height:5em;}
|
|
#weatherpreview .forcast div{position:relative;float:left;width:48%;background:#f0f0f0 url(http://l.yimg.com/a/i/ww/t4/weather_bg.png) no-repeat 100% 100%;}
|
|
#weatherpreview .tr, #weatherpreview .bl, #weatherpreview .tl{
|
|
position:absolute;
|
|
width:10px;
|
|
height:10px;
|
|
background:#F7FAFC url(http://l.yimg.com/a/i/ww/t4/weather_bg.png) no-repeat right bottom;
|
|
}
|
|
#weatherpreview .tr{
|
|
top:-3px;
|
|
right:0;
|
|
background-position:right top;
|
|
}
|
|
#weatherpreview .tl{
|
|
top:-4px;
|
|
left:-4px;
|
|
background-position:left top;
|
|
}
|
|
#weatherpreview .bl{
|
|
bottom:0;
|
|
left:-3px;
|
|
background-position:left bottom;
|
|
}
|
|
#weatherpreview .forcast .tomorrow{float:right;}
|
|
#weatherpreview dl{margin:7px 0 5px 12px;min-height:60px;*height:60px;}
|
|
#weatherpreview dt{padding:0;margin:0;font-weight:bold;padding-left:40px;font-size:107%;}
|
|
#weatherpreview dd{padding:3px 0;margin:0;padding-left:40px;line-height:150%;font:92% verdana;}
|
|
#weatherpreview dd.info{font:92% verdana;}
|
|
#weatherpreview dd em{font-style:normal;font-weight:bold;}
|
|
#weatherpreview .high{color:#F46227;padding-right:4px;}
|
|
#weatherpreview .low{color:#00B2EB;padding-right:4px;}
|
|
#weatherpreview .info{display:inline;}
|
|
#weatherfooter{position:absolute;bottom:5px;left:10px;right:10px;font:77% verdana;}
|
|
#weatherfooter .fleft{float:left;}
|
|
#weatherfooter .extended{float:right;font-weight:bold;text-align:right;}
|
|
.ulmform{
|
|
position:relative;
|
|
padding:9px;
|
|
margin:0;
|
|
border:2px solid #95ADB7;
|
|
background:#ffc;
|
|
zoom:1;
|
|
}
|
|
.nocookie form.ulmform{
|
|
margin:10px 10px 0;
|
|
}
|
|
.ulmform fieldset{
|
|
*position:relative;
|
|
padding:0 0 0 59px;
|
|
margin:0;
|
|
background:url(http://l.yimg.com/a/i/ww/t4/local_map.gif) no-repeat 10px 22px;
|
|
zoom:1;
|
|
}
|
|
#weatherpreview .ulmform fieldset{background:#ffc url(http://l.yimg.com/a/i/ww/t1/weather-form-icon.gif) no-repeat 9px 50%;}
|
|
.ulmform fieldset.invalid{
|
|
margin:-5px 0 -4px;
|
|
}
|
|
.ulmform input{
|
|
margin:0 5px 0 0;
|
|
}
|
|
.ulmform label{
|
|
margin:3px 0;
|
|
_margin:2px 0;
|
|
display:block;
|
|
font:93% arial;
|
|
}
|
|
.ulmform fieldset.cl{
|
|
padding-top:4px;
|
|
padding-bottom:5px;
|
|
}
|
|
.ulmform #csz, .ulmform .inputtext{
|
|
width:13em;
|
|
*width:12.5em;
|
|
_width:13em;
|
|
_height:22px;
|
|
padding:2px;
|
|
margin-left:0;
|
|
}
|
|
#ulmdefault, input.ulmdefault{
|
|
*margin:-1px 0 0 -3px;
|
|
}
|
|
#ulmdefaultlbl, .ulmdefault, label.ulmdefaultlbl{
|
|
left:0;
|
|
margin:3px 0;
|
|
*margin:1px 0;
|
|
font-size:85%;
|
|
}
|
|
.ulmform fieldset.cl #ulmdefaultlbl, .ulmform fieldset.cl .ulmdefaultlbl{
|
|
maring:5px 0 7px;
|
|
}
|
|
.ulmform .alert, .cszlabelinvalid{
|
|
color:red;
|
|
}
|
|
.ulmform .nonus{
|
|
margin:-4px;
|
|
margin-top:-9px;
|
|
padding-left:35px;
|
|
background-position:0 30px;
|
|
}
|
|
.ulmform .nonus #csz{
|
|
margin-left:5px;
|
|
}
|
|
.ulmform .nonus #cszlabel{
|
|
margin-right:-5px;
|
|
}
|
|
.ulmform fieldset.picklist{
|
|
border:1px solid #ccc;
|
|
padding:10px 0 10px 65px;
|
|
}
|
|
#picklist dl{
|
|
margin:6px 0 10px;
|
|
padding:3px;
|
|
height:67px;
|
|
border:1px solid #ccc;
|
|
overflow:auto;
|
|
background:#fff;
|
|
}
|
|
#picklist dt{
|
|
font-weight:bold;
|
|
}
|
|
#picklist dd{
|
|
padding:0 0 0 20px;
|
|
}
|
|
#picklist a{
|
|
display:block;
|
|
}
|
|
#gamespreview .error ul {
|
|
background-position: 0 100px;
|
|
padding-left:30px;
|
|
}
|
|
#gamesContainer {
|
|
margin: 0em 0.5em 0.2em 0.5em;
|
|
position: relative;
|
|
_height: 80px;
|
|
}
|
|
#gamesTitle {
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
#gamesTitle h5 {
|
|
float: left;
|
|
color: #16387c;
|
|
font-size: 107%;
|
|
}
|
|
#gamesTitle a {
|
|
font-size: 85%;
|
|
float: right;
|
|
line-height: 150%;
|
|
font-weight: bold;
|
|
background: url(http://l.yimg.com/a/i/ww/sp/puzzle_arrow.png) 0px 4px no-repeat scroll;
|
|
padding-left: 18px;
|
|
}
|
|
#crossword, #jumble {
|
|
font-size: 93%;
|
|
}
|
|
#crosswordTable {
|
|
vertical-align: top;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-align: left;
|
|
}
|
|
#crossword form {
|
|
position: relative;
|
|
padding: 0em 0.8em 1em 0.5em;
|
|
}
|
|
#crossword .lhs {
|
|
float: left;
|
|
width: 63%;
|
|
margin-right: -37%;
|
|
padding-top: 0.5em;
|
|
}
|
|
#crossword .rhs {
|
|
float: right;
|
|
width: 34%;
|
|
_width: 36%;
|
|
padding: 1.1em 0.3em 1em 1em;
|
|
_padding-left: 0.2em;
|
|
}
|
|
#crossword #clue {
|
|
zoom: 1;
|
|
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/us/sch/gr3/cw_large_outline_199x103.png', sizingMethod='scale');
|
|
padding: 0.5em;
|
|
position: relative;
|
|
_position: static;
|
|
min-height: 93px;
|
|
}
|
|
#crosswordClue {
|
|
min-height: 2.3em;
|
|
}
|
|
#crosswordImg, #jumbleImg {
|
|
display: block;
|
|
_display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
#crosswordImg {
|
|
width: 100%;
|
|
}
|
|
#jumbleImg {
|
|
width: 100%;
|
|
}
|
|
/* #jumbleImg {
|
|
height: 6em;
|
|
_height: auto;
|
|
}
|
|
*/
|
|
#crossword #searchHint {
|
|
padding: 0.2em 0 0.2em 0em;
|
|
}
|
|
#jumble #searchHint {
|
|
padding: 3px 1px;
|
|
}
|
|
#jumble #searchHint a.search {
|
|
padding: 2px 45px 2px 0;
|
|
background-position: right -200px;
|
|
}
|
|
#jumble .lhs {
|
|
float: left;
|
|
width: 63%;
|
|
margin-right: -37%;
|
|
padding-top: 0.5em;
|
|
min-height: 10em;
|
|
}
|
|
#jumble .rhs {
|
|
float: right;
|
|
width: 35%;
|
|
padding-bottom: 0.3em;
|
|
}
|
|
#jumbleClueWrapper {
|
|
position: relative;
|
|
}
|
|
#jumble #clue {
|
|
zoom: 1;
|
|
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/us/sch/gr3/jumble_large_outline_180x108.png', sizingMethod='scale');
|
|
padding: 1em 1.2em;
|
|
min-height: 106px;
|
|
position: relative;
|
|
_position: static;
|
|
}
|
|
#jumbleClue {
|
|
font-size: 100%;
|
|
min-height: 2.3em;
|
|
}
|
|
#jumbleFormWrapper {
|
|
margin-top: -3px;
|
|
padding-left: 32px;
|
|
}
|
|
#jumble .search {
|
|
color: #e44415;
|
|
}
|
|
#crosswordInputs {
|
|
text-align: left;
|
|
}
|
|
#crosswordInput {
|
|
padding: 3px 5px;
|
|
margin: 0;
|
|
border: 1px solid #000;
|
|
_height: 1.8em;
|
|
width: 90%;
|
|
text-transform: uppercase;
|
|
background: url(http://l.yimg.com/a/i/us/sch/gr3/cw_gradient_1x50.gif) 0 0 repeat-x;
|
|
}
|
|
#crosswordNumLetters {
|
|
font-style: italic;
|
|
font-size: 85%;
|
|
padding-top: 3px;
|
|
}
|
|
#jumbleInputs {
|
|
margin-top: 0px;
|
|
_margin-top: -20px;
|
|
text-align: center;
|
|
}
|
|
/*
|
|
#jumbleJumble, #jumbleInput {
|
|
display: block;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 1px solid #c9814a;
|
|
font: 13px 'Courier New', Courier, monospace;
|
|
font-weight: bold;
|
|
letter-spacing: 8px;
|
|
padding-left: 4px;
|
|
height: 16px;
|
|
_height: 18px;
|
|
}
|
|
*/
|
|
#jumbleInput {
|
|
display: block;
|
|
_height: 1.8em;
|
|
padding: 3px 5px;
|
|
margin: 0;
|
|
border: 1px solid #C6931F;
|
|
background: url(http://l.yimg.com/a/i/us/sch/gr3/jumble_gradient_1x50.gif) 0 0 repeat-x;
|
|
text-transform: uppercase;
|
|
width: 90%;
|
|
}
|
|
#jumbleInputC {
|
|
clear: both;
|
|
padding-top: 3px;
|
|
}
|
|
#jumbleJumble {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 1px solid #C6931F;
|
|
float: left;
|
|
}
|
|
#jumbleJumble .letter {
|
|
padding: 2px 0px;
|
|
border: 0;
|
|
margin: 0;
|
|
background-color: #F5CC30;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
#jumbleJumble .letterC {
|
|
margin: 0;
|
|
float: left;
|
|
width: 1.4em;
|
|
padding: 1px;
|
|
border-right: 1px solid #C6931F;
|
|
margin-bottom: -1px;
|
|
}
|
|
#jumbleJumble .last {
|
|
border-right: 0;
|
|
}
|
|
#crossword .rhs p {
|
|
padding-bottom: 1em;
|
|
}
|
|
#jumble .rhs p {
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
#gamesContainer .rhs a {
|
|
padding: 2px 8px;
|
|
}
|
|
.ad{
|
|
text-align:center;
|
|
margin-bottom:9px;
|
|
}
|
|
.ad table{
|
|
margin:0 auto;
|
|
}
|
|
#pulse{
|
|
position:relative;
|
|
min-height:202px;
|
|
_height:201px;
|
|
}
|
|
#pulse .btn-more{
|
|
z-index:50;
|
|
}
|
|
#popsearch .bd{padding:6px 3px 4px 6px;_padding-left:0;}
|
|
#popsearch ol{float:left;width:49.5%;list-style:decimal;}
|
|
#popsearch li{font:normal 11px arial black;_font-size:84%;color:#D45417;margin-left:22px;*margin-left:2.9em;padding:3px 0;}
|
|
#popsearch li a{position:relative;font:bold 92% verdana;left:-3px;*left:-7px;}
|
|
#footer{
|
|
clear:both;
|
|
text-align:center;
|
|
padding:10px 0;
|
|
border-left:0;border-right:0;border-bottom:0;
|
|
font-size:85%;
|
|
}
|
|
#footer .strong{
|
|
font-weight:bold;
|
|
}
|
|
#footer ul{
|
|
margin-bottom:6px;
|
|
width:100%;
|
|
}
|
|
#footer li{
|
|
display:inline;
|
|
padding:0 2px 0 5px;
|
|
margin:0;
|
|
border-left:1px solid;
|
|
font-family:verdana;
|
|
color:#999999;
|
|
*zoom:1;
|
|
}
|
|
#footer li.first{
|
|
border:0;
|
|
padding-left:0;
|
|
}
|
|
#footer li.last{
|
|
padding-right:0;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t2=now.getTime();
|
|
</script>
|
|
</head>
|
|
<body id="y501" class="ywide t1"><script type="text/javascript" src="http://l.yimg.com/d/a/1-/java/promotions/js/ad_eo_1.1.js"></script>
|
|
<div id="page">
|
|
<div id="masthead">
|
|
<div id="mastheadhd">
|
|
</div>
|
|
<div id="mastheadbd"><div class="mastheadbd">
|
|
<div id="eyebrow">
|
|
<ul id="ypromo">
|
|
<li><a id="sethomepage" href="r/hp"><strong>Make Y! your home page</strong></a></li>
|
|
<li id="toolbar"><a id="dtba" a href="http://us.ard.yahoo.com/SIG=15q6crlrp/M=368484.7639900.8510069.6934279/D=yahoo_top/S=2716149:IBRTB/_ylt=A0LEarPI99tJhc4ACwD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=TddkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=3036837/R=0/SIG=112hm5hsa/*http://toolbar.yahoo.com/firefox">Yahoo! Toolbar - Search from anywhere</a></li>
|
|
</ul>
|
|
<div id="ffhpcx"></div>
|
|
<div id="headline">
|
|
<span><style type="text/css">#eyebrow{display:block;}</style>
|
|
<a href="http://us.ard.yahoo.com/SIG=15ruml9al/M=615683.13383893.13482524.9641268/D=yahoo_top/S=2716149:HDLN/_ylt=A0LEarPI99tJhc4ADAD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=UddkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5678616/R=0/SIG=14b6a55e8/*http://personals.yahoo.com/;_ylc=X3oDMTIwb2wwNGJpBF9TAzI3MTYxNDkEc2VjA2hlYWRsaW5lIDAzMDUwOQRzbGsDSGF2ZSB5b3VyIGhhcHB5IGVuZGluZyBvbiBZIVA-"><strong>Yahoo! Personals</strong>: because love is magical</a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['UddkB9G_XLg-']='&U=13f841cbr%2fN%3dUddkB9G_XLg-%2fC%3d615683.13383893.13482524.9641268%2fD%3dHDLN%2fB%3d5678616%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142pbh5tm%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d3986866951%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13f841cbr%2fN%3dUddkB9G_XLg-%2fC%3d615683.13383893.13482524.9641268%2fD%3dHDLN%2fB%3d5678616%2fV%3d1"></noscript></span>
|
|
</div>
|
|
</div>
|
|
<script language="javascript" type="text/javascript">
|
|
var eDs = document.getElementById('defaultsearch');
|
|
if(eDs&&eDs.style.display=='none'){
|
|
document.getElementById('eyebrow').style.display='block';
|
|
}
|
|
YAHOO.Fp.hm=document.getElementById('sethomepage');
|
|
YAHOO.Fp.hp=1;
|
|
YAHOO.Fp.cp=0;
|
|
YAHOO.Fp.checkToolbar = function(){
|
|
var cpre=/ CP=v=(\d+)&br=(.)/,cpv,cpbr,c=' '+document.cookie;
|
|
if(c.match(cpre)){
|
|
YAHOO.Fp.cp=1;
|
|
cpv=RegExp.$1;
|
|
cpbr=RegExp.$2;
|
|
if((cpbr=='i'&&cpv<60100)||(cpbr=='f'&&cpv<10201)){
|
|
YAHOO.Fp.cp=0;
|
|
if (document.getElementById('tba')) { document.getElementById('tba').innerHTML='New'; }
|
|
}else{
|
|
YAHOO.Fp.cp=1;
|
|
if (document.getElementById('toolbar')) {document.getElementById('toolbar').innerHTML='<a id="dtba" href=\'r\/1m\'>Get Yahoo! DSL</a>';}
|
|
}
|
|
}
|
|
}
|
|
YAHOO.Fp.checkToolbar();
|
|
</script>
|
|
<!--[if IE]>
|
|
<a id="ieshp"></a>
|
|
<script language="javascript" type="text/javascript">
|
|
YAHOO.Fp.checkHomePage = function(){
|
|
YAHOO.Fp.sp='http://'+location.hostname;
|
|
_ieshp=document.getElementById("ieshp");
|
|
_ieshp.style.behavior='url(#default#homepage)';
|
|
var setHomePage=function(rLink,isWs){
|
|
YAHOO.Fp.beacon(rLink, true);
|
|
_ieshp.setHomePage(YAHOO.Fp.sp);
|
|
YAHOO.Fp.checkSHP(isWs);
|
|
if ( YAHOO.Fp.updateEyebrow ){
|
|
YAHOO.Fp.updateEyebrow();
|
|
}
|
|
return false;
|
|
}
|
|
YAHOO.Fp.hm.onclick = function(){setHomePage('r/hz'); return false;};
|
|
var eHp = document.getElementById('hp_set');
|
|
if(eHp){eHp.onclick = function(){setHomePage('r/hg', true); return false;};}YAHOO.Fp.hp=(_ieshp.isHomePage(YAHOO.Fp.sp)||_ieshp.isHomePage(YAHOO.Fp.sp+'/')||_ieshp.isHomePage(YAHOO.Fp.sp+location.pathname+location.search));
|
|
}
|
|
YAHOO.Fp.checkHomePage();
|
|
YAHOO.Fp.checkSHP = function(isWs){
|
|
var _hp=(_ieshp.isHomePage(YAHOO.Fp.sp)||_ieshp.isHomePage(YAHOO.Fp.sp+'/'));
|
|
var rLink = (isWs)? (_hp?'r/hl':'r/hm') : (_hp?'r/hy':'r/hx');YAHOO.Fp.beacon(rLink, true);
|
|
var r = Math.random();
|
|
var pBeacon = new Image();
|
|
if(_hp){
|
|
YAHOO.Fp.shp=1;
|
|
YAHOO.cookie.set("HP","1","","","yahoo.com");
|
|
var rmImage = new Image();
|
|
rmImage.src = "http://ad.yieldmanager.com/pixel?id=191774&t=2";
|
|
pBeacon.src = "https://pclick.internal.yahoo.com/p/s=2023752266/lng=us/A=homepage/rand=" + r;
|
|
alert("Your home page is now Yahoo!\nThe home button of your browser goes directly to Yahoo!");
|
|
YAHOO.Fp.eyebrow();
|
|
if(YAHOO.Fp.WindowShade&&YAHOO.Fp.WindowShade.hide){
|
|
YAHOO.Fp.WindowShade.hide();
|
|
}
|
|
} else {
|
|
pBeacon.src = "https://pclick.internal.yahoo.com/p/s=2023752267/lng=us/A=homepage/rand=" + r;
|
|
}
|
|
}
|
|
</script>
|
|
<![endif]-->
|
|
<script language="javascript" type="text/javascript">
|
|
YAHOO.Fp.shp=1;
|
|
YAHOO.Fp._hpc=YAHOO.cookie.get("HP");
|
|
YAHOO.Fp._hlr=(window.history.length==((YAHOO.Fp._ie)?0:1));
|
|
if( (YAHOO.Fp._ie==1 && YAHOO.Fp.hp) ||
|
|
(YAHOO.Fp._ff==1 && YAHOO.Fp._hlr) ){
|
|
YAHOO.cookie.set("HP","1","","","yahoo.com");
|
|
}else if(YAHOO.cookie.get("HP")==""){
|
|
YAHOO.Fp.shp=0;
|
|
}
|
|
if(YAHOO.Fp.shp==1&&document.getElementById('ws_hp')){
|
|
document.getElementById('ws_hp').style.display='none';document.getElementById('eyebrow').style.display = 'block';
|
|
}else if(YAHOO.Fp.shp==0&&document.getElementById('ws_hp')){
|
|
}
|
|
YAHOO.Fp.scp=((YAHOO.Fp._ie&&!YAHOO.Fp._ns)||YAHOO.Fp._ffv>=parseFloat('1.0',10))?YAHOO.Fp.cp:1;
|
|
YAHOO.Fp.eyebrow = function(){
|
|
var tb = document.getElementById('toolbar');
|
|
document.getElementById('ypromo').style.display=(!YAHOO.Fp.shp||!YAHOO.Fp.scp)?'block':'none';
|
|
tb?(tb.className=(!YAHOO.Fp.shp)?'eyebrowborder':''):"";
|
|
document.getElementById('sethomepage').parentNode.style.display=(!YAHOO.Fp.shp)?'block':'none';
|
|
if (tb) {tb.style.display=(!YAHOO.Fp.scp)?'block':'none';}
|
|
}
|
|
YAHOO.Fp.eyebrow();
|
|
</script>
|
|
<![if !IE]>
|
|
<script language="javascript" type="text/javascript">
|
|
if(YAHOO.Fp._ff == 1){
|
|
var hm=document.getElementById('sethomepage');
|
|
hm.href=YAHOO.Fp._ylh+'r/hq';
|
|
if (typeof(app_c_pp)!='undefined') app_c_pp('hpf',YAHOO.Fp.shp?1:0);
|
|
cc='&hpf='+(YAHOO.Fp.shp?1:0);
|
|
hm.style.position = 'relative';
|
|
hm.onclick=function(){
|
|
if(!YAHOO.util.Event){
|
|
document.location = hm.href;
|
|
return;
|
|
}
|
|
var shpd = document.getElementById('shpd')
|
|
if(!shpd){
|
|
shpd=document.createElement('div');
|
|
shpd.id='shpd';
|
|
shpd.className='shdw';
|
|
shpd.innerHTML='<div class=bd><div id=pnt></div><a title="Yahoo!" class=shp href="http://www.yahoo.com/"><strong>Yahoo!</strong></a><ol><li>Drag the "Y!" and drop it onto the "House" icon.</li><li>Select "Yes" from the pop up window.</li><li>Nothing, you're done.</li></ol><div class=hr></div><p>If this didn't work for you or you want more detailed instructions <a href=http://www.yahoo.com/r/hs>click here</a>.</p></div>';
|
|
hm.parentNode.appendChild(shpd);
|
|
YAHOO.util.Event.addListener(document, 'click', function(){document.getElementById('shpd').style.display='none';});
|
|
}
|
|
shpd.style.display = 'block';
|
|
YAHOO.Fp.beacon("r/hq");
|
|
return false;
|
|
}
|
|
}
|
|
if(!YAHOO.Fp._ie){
|
|
YAHOO.Fp.hp = YAHOO.Fp.shp;
|
|
}
|
|
</script>
|
|
<![endif]>
|
|
<script type="text/javascript">
|
|
YAHOO.Fp.updateEyebrow = function() {
|
|
if( YAHOO.Fp.shp == 1 ){
|
|
if ( document.getElementById('getIE7') ){
|
|
document.getElementById('getIE7').style.display = 'block';
|
|
}
|
|
else if (document.getElementById('getFF3')) {
|
|
if (typeof(YAHOO.Fp._ie7) != 'undefined' && YAHOO.Fp._ie7 == 1 && document.getElementById('ypromo')) {
|
|
document.getElementById('ypromo').style.display = 'block';
|
|
}
|
|
document.getElementById('getFF3').style.display = 'block';
|
|
}
|
|
else if ( YAHOO.Fp.cp != 1 && document.getElementById('dtba') ){
|
|
document.getElementById('dtba').style.display = 'block';
|
|
}
|
|
}
|
|
};
|
|
YAHOO.Fp.updateEyebrow();
|
|
</script>
|
|
<h1><img src="http://l.yimg.com/a/i/ww/beta/y3.gif" border=0 width=232 height=44 alt="Yahoo!" id="ylogo">
|
|
<script>
|
|
var lr0='http://us.ard.yahoo.com/SIG=15sch3t6t/M=289534.13034496.13482856.5322130/D=yahoo_top/S=2716149:HEADR/_ylt=A0LEarPI99tJhc4ADQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=UtdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=4040821/R=0/*';
|
|
var lcap=0,lncap=0,lnfv=6,ylmap=0;
|
|
var ldir="http://l.yimg.com/a/i/mntl/ww/06q3/";
|
|
var swfl1=ldir+"yodel.swf";
|
|
var swflw=1,swflh=1;
|
|
function loadYodel(p) {
|
|
var sp=(p==1)?['FlashVars','startplay=1']:['FlashVars','startplay=0'];
|
|
if(YAHOO.Fp._ie) ad_embedObj('swf','l1','l_fl',swflw,swflh,ad_params('object',['movie',swfl1],['quality','autohigh'],['loop','false'],['play','false'],['wmode','transparent'],sp));
|
|
else ad_embedObj('swf','l1','l_fl','','',ad_params('embed',['src',swfl1],['height',swflh],['width',swflw],['quality','autohigh'],['play','false'],['loop','false'],['wmode','transparent'],sp,['type','application/x-shockwave-flash'],['pluginspage','http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash']));
|
|
if(!ylmap) { ad_el('ylogo').useMap='#yodel'; ylmap=1; }
|
|
}
|
|
function callYodel() {
|
|
var img=new Image;
|
|
img.src='http://srd.yahoo.com/'+(lr0?lr0.substring(lr0.indexOf('/M=')+1,lr0.length-5):'')+'N=1/id=yodel/fv='+lnfv+'/'+Math.random()+'/*1';
|
|
loadYodel(1);
|
|
}
|
|
function yodelCheckFlash() {
|
|
if(typeof(YAHOO)!='undefined'&&typeof(ad_jsl)!='undefined') {
|
|
if(YAHOO.Fp.Flash.version[0]>=lnfv){
|
|
if(YAHOO.Fp._ie)lcap=1
|
|
else lncap=1;
|
|
}
|
|
}
|
|
if (lcap||lncap)return true;
|
|
else return false;
|
|
}
|
|
if(yodelCheckFlash()) {
|
|
document.write('<map name="yodel"><area shape="rect" coords="209,30,216,39" href="http://www.yahoo.com" onclick="callYodel();return false;"><area shape="poly" coords="211,0,222,1,215,26,211,25" href="http://www.yahoo.com" onclick="callYodel();return false;"></map><div id=l_fl style="position:absolute"></div>');
|
|
loadYodel();
|
|
}
|
|
</script><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['UtdkB9G_XLg-']='&U=13gq6844u%2fN%3dUtdkB9G_XLg-%2fC%3d289534.13034496.13482856.5322130%2fD%3dHEADR%2fB%3d4040821%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=141tklli9%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d556475985%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13gq6844u%2fN%3dUtdkB9G_XLg-%2fC%3d289534.13034496.13482856.5322130%2fD%3dHEADR%2fB%3d4040821%2fV%3d1"></noscript></h1>
|
|
<div id="searchwrapper">
|
|
<form name="sf1" id="search" action="r/sx/*-http://search.yahoo.com/search">
|
|
<fieldset>
|
|
<legend>Yahoo! Search</legend>
|
|
<ul id="vsearchtabs"><li class="first on"><a href="r/sx/*-http://search.yahoo.com/search">Web</a></li><li><a href="r/00/*-http://images.search.yahoo.com/search/images">Images</a></li><li><a href="r/14/*-http://video.search.yahoo.com/search/video">Video</a></li><li><a href="r/0w/*-http://local.yahoo.com/results;_ylc=X3oDMTEwNTByOW5sBF9TAzI3MTYxNDkEc2VjA2ZwLXRhYgRzbGsDc3Bpcml0">Local</a></li><li><a href="r/06/*-http://shopping.yahoo.com/search;_ylc=X3oDMTEwNTByOW5sBF9TAzI3MTYxNDkEc2VjA2ZwLXRhYgRzbGsDc3Bpcml0">Shopping</a></li><li class="last ignore"><dl id="vsearchm"><dt><a id="vsearchmore" href="r/bv">More</a></dt><dd id="vslist"></dd></dl></li></ul>
|
|
<div id="sbox">
|
|
<label id="searchlabel" for="p">
|
|
Search:
|
|
</label>
|
|
<div class="outer_search_container">
|
|
<div id="search_container" class="search_container">
|
|
<img src="http://l.yimg.com/a/i/ww/thm/1/whood.png" id="searchother_e2e" alt=""><div id="searchIE">
|
|
<div id="searchmw1" class="iemw"></div>
|
|
</div>
|
|
<div class="fixfloat searchbox_container">
|
|
<div id="searchbox">
|
|
<input class="plong inputtext" type="text" id="p" name="p" accesskey="s">
|
|
</div>
|
|
<span id="searchbtn">
|
|
<input type="submit" id="searchsubmit" class="btn-more-2" value="Web Search">
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div id="e2eClass" class="e2e">
|
|
<div class="e2eTween"></div>
|
|
<div id="e2e">
|
|
<div id="e2econtent"><div id="e2e_intl"></div>
|
|
<div class="ac_container"><div id="e2einfo"></div><div id="ac_container"></div><div id="e2escroll"></div></div>
|
|
</div>
|
|
<a title="toggle search suggestions" id="e2etoggle" href="r/qp" onclick="return false;"><img src="http://l.yimg.com/a/i/ww/thm/1/wlip_closed.png" id="searchtoggle_e2e" alt="toggle search suggestions"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<noscript><input name="u" type="hidden" value="http://search.yahoo.com/search?fr=yfp-t&p="></noscript>
|
|
<input type="hidden" name="fr" value="yfp">
|
|
<input type="hidden" name="toggle" value="1">
|
|
<input type="hidden" name="cop" value="mss">
|
|
<input type="hidden" name="ei" value="UTF-8">
|
|
<script language="javascript">
|
|
document.sf1.p.setAttribute('autocomplete', 'off');
|
|
document.sf1.p.focus();
|
|
document.sf1.action = "r/sx/*-http://search.yahoo.com/search";
|
|
YAHOO.Fp.sFrPrefix = document.sf1.fr.value;
|
|
document.sf1.fr.value = frcode;
|
|
</script>
|
|
</div>
|
|
<div id="sboxfooter">
|
|
</div>
|
|
</fieldset>
|
|
</form>
|
|
<script type="text/javascript">
|
|
if(document.getElementById('scountry')){
|
|
document.getElementById('search').style.height = '5.3em';
|
|
}
|
|
</script>
|
|
</div>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t3=now.getTime();
|
|
</script>
|
|
<div class="mh_footer">
|
|
<div id="doors">
|
|
<h3 class="a11y">Popular Yahoo! Properties</h3>
|
|
<ul id="doors-links" class="fixfloat">
|
|
<li class="first"><strong>
|
|
Yahoo! Home
|
|
</strong></li>
|
|
<li class="middle"><a href=r/i1 title="Go to My Yahoo!">My Yahoo!</a></li><!-- SpaceID=2716149 loc=FDMY2 noad -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['VNdkB9G_XLg-']='&U=12dreartk%2fN%3dVNdkB9G_XLg-%2fC%3d-1%2fD%3dFDMY2%2fB%3d-1%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142ogd01r%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1040946504%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12dreartk%2fN%3dVNdkB9G_XLg-%2fC%3d-1%2fD%3dFDMY2%2fB%3d-1%2fV%3d0"></noscript><li class="last"></li>
|
|
</ul>
|
|
</div>
|
|
<div id="pagesettingscx">
|
|
<span id="navbardate"><cite class="timestamp"> </cite></span>
|
|
<a href="r/tp" id="editpage">Page Options</a>
|
|
<div id="pagesettings">
|
|
<div class="bd">
|
|
<span>
|
|
<div class="iemw"></div>
|
|
<div id="pscolors">
|
|
<h4>Color:</h4>
|
|
<ol id="themes">
|
|
<li><a href="r/xc" id="t1" class="on" title="Ocean">Ocean</a></li>
|
|
<li><a href="r/xc" id="t4" title="Tangerine">Tangerine</a></li>
|
|
<li><a href="r/xc" id="t3" title="Violet">Violet</a></li>
|
|
<li><a href="r/xc" id="t2" title="Oyster">Oyster</a></li>
|
|
<li><a href="r/xc" id="t5" title="Grass">Grass</a></li>
|
|
<li><a href="r/xc" id="t7" title="Pink">Pink</a></li>
|
|
</ol>
|
|
</div>
|
|
<a id="sizetogglelink" href="r/ty">Switch to narrow layout</a>
|
|
<a id="myyahoolink" href="r/ir">Want more ways to customize <span>your home page?</span><span class="trymyyahoo">Try My Yahoo! »</span></a></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="mastheadft">
|
|
</div>
|
|
</div>
|
|
<div id="colcx">
|
|
<div id="left">
|
|
<div id="trough" class="md">
|
|
<div class="bd">
|
|
<div id="trough-cols" class="fixfloat">
|
|
<ul id="trough-1" class="col1">
|
|
<li><a style="background-position:-400px -120px" href="r/4d">Answers</a></li>
|
|
<li><a style="background-position:-400px -440px" href="r/2h">Autos</a></li>
|
|
<li><a style="background-position:0 -761px" href="r/25">Finance</a></li>
|
|
<li><a style="background-position:0 -1600px" href="r/28">Games</a></li>
|
|
<li><a style="background-position:0 -1400px" href="r/2r">Groups</a></li>
|
|
<li><a style="background-position:0 -439px" href="r/3o">HotJobs</a></li>
|
|
<li><a style="background-position:0 -600px" href="r/24">Maps</a></li>
|
|
<li><a style="background-position:0 -161px" href="r/3a">Mobile Web</a></li>
|
|
<li><a style="background-position:0 -561px;display:inline" href="r/2i">Movies</a> | <a class="trough_tv" href="r/2j">TV</a></li>
|
|
<li><a style="background-position:0 -1562px" href="r/3m">Music</a></li>
|
|
<li><a style="background-position:-400px -1119px" href="r/gx">OMG</a></li>
|
|
<li><a style="background-position:0 -40px" href="r/33">Personals</a></li>
|
|
<li><a style="background-position:-400px -161px" href="r/2p">Real Estate</a></li>
|
|
<li><a style="background-position:-400px -1321px" href="r/s3">Shine</a></li>
|
|
<li><a style="background-position:0 -1640px" href="r/2q">Shopping</a></li>
|
|
<li><a style="background-position:0 -800px" href="r/26">Sports</a></li>
|
|
<li><a style="background-position:0 -79px" href="r/29">Travel</a></li>
|
|
<li><a style="background-position:0 -121px" href="r/2k">Yellow Pages</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
<span id="allyservicescx">
|
|
<a href="r/xy" id="allyservices" class="btn-more-2" title="View the complete list of Yahoo! Services">More Yahoo! Services</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="md minimantle">
|
|
<div id="smallbiz" class="md-sub">
|
|
<div class="hd"><h2><a href="r/c9">Small Business</a></h2></div>
|
|
<ul id="smallbiz-links">
|
|
<li><a href="r/h9">Get a Web Site</a></li>
|
|
<li><a href="r/d9">Domain Names</a></li>
|
|
<li><a href="r/e9">Sell Online</a></li>
|
|
<li><a href="r/o9">Search Ads<!-- SpaceID=2716149 loc=NBM noad-spid -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['VtdkB9G_XLg-']='&U=12b2cg6fu%2fN%3dVtdkB9G_XLg-%2fC%3d-2%2fD%3dNBM%2fB%3d-2%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142jic2f0%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d2014577260%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12b2cg6fu%2fN%3dVtdkB9G_XLg-%2fC%3d-2%2fD%3dNBM%2fB%3d-2%2fV%3d0"></noscript></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="md minimantle">
|
|
<div id="advertising" class="md-sub">
|
|
<div class="hd"><h2><a href="r/b9">Featured Services</a></h2></div>
|
|
<ul id="advertising-links">
|
|
<li class="new"><a href="r/do">Downloads: IE8<span>New</span></a></li>
|
|
<li><a href="r/wp">Health</a></li>
|
|
<li><a href="r/k3">Kids</a></li>
|
|
<li><a href="r/gc">GeoCities</a></li>
|
|
<li><a href="http://us.ard.yahoo.com/SIG=15subjjul/M=261366.10729796.12726797.10391589/D=yahoo_top/S=2716149:FPC1/_ylt=A0LEarPI99tJhc4ADgD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=WddkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=1720487/R=0/SIG=111bp34oe/*http://mailplus.mail.yahoo.com/">Mail Plus</a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['WddkB9G_XLg-']='&U=13gt7cd0o%2fN%3dWddkB9G_XLg-%2fC%3d261366.10729796.12726797.10391589%2fD%3dFPC1%2fB%3d1720487%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=141lcibrq%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d996432389%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13gt7cd0o%2fN%3dWddkB9G_XLg-%2fC%3d261366.10729796.12726797.10391589%2fD%3dFPC1%2fB%3d1720487%2fV%3d1"></noscript></li>
|
|
<li><a href="r/wr">Y! International</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="rightcx">
|
|
<div id="middle">
|
|
<div class="colpadding">
|
|
<div id="today" class="md featured1">
|
|
<div class="hd tabs">
|
|
<h3 class="a11y">Featured Navigation</h3>
|
|
<ul id="todaytabs">
|
|
<li class="on first">
|
|
<em><a hidefocus="true" id="featured1" href="r/tj">Featured</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="tab2">
|
|
<em><a hidefocus="true" id="entertainment1" href="r/e8">Entertainment</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="tab3">
|
|
<em><a hidefocus="true" id="sports1" href="r/sm">Sports</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="last">
|
|
<em><a hidefocus="true" id="money1" href="r/1i">Video</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="todayvideo">
|
|
</div>
|
|
<div id="todaybd" class="bd">
|
|
<cite class="timestamp"> </cite>
|
|
<span id="featured1ct" class="current">
|
|
<div id="featured1main">
|
|
<a href=s/1055010><img src="http://l.yimg.com/a/i/ww/news/2009/04/07/carrie-u.jpg" width="154" height="115" alt="Carrie Underwwod (Ethan Miller/Getty Images)"></a>
|
|
<span>
|
|
<h3><a href=s/1055010>Carrie's embarrassing joke</a></h3>
|
|
<p>Carrie Underwood cracks a racy joke at Matthew McConaughey onstage, then really regrets it. <a class=more href=s/1055010>» What she said</a></p>
|
|
<ul>
|
|
<li><a class=slideshow href=s/1055011>See Underwood on the red carpet</a></li>
|
|
<li><a class=bullet href=s/1055012>Simpson dumped from label...sort of</a></li>
|
|
</ul>
|
|
</span>
|
|
</div>
|
|
</span>
|
|
<span id="featured2ct">
|
|
</span>
|
|
<span id="featured3ct">
|
|
</span>
|
|
<span id="featured4ct">
|
|
</span>
|
|
<span id="entertainment1ct">
|
|
</span>
|
|
<span id="entertainment2ct">
|
|
</span>
|
|
<span id="entertainment3ct">
|
|
</span>
|
|
<span id="entertainment4ct">
|
|
</span>
|
|
<span id="sports1ct">
|
|
</span>
|
|
<span id="sports2ct">
|
|
</span>
|
|
<span id="sports3ct">
|
|
</span>
|
|
<span id="sports4ct">
|
|
</span>
|
|
<span id="money1ct">
|
|
</span>
|
|
<span id="money2ct">
|
|
</span>
|
|
<span id="money3ct">
|
|
</span>
|
|
<span id="money4ct">
|
|
</span>
|
|
</div>
|
|
<div id="todayft" class="ft">
|
|
<span id="footer1" class="current">
|
|
<ul id="todaystories1">
|
|
<li id="featured1|108867" class="on"><a href=s/1055025><img src="http://l.yimg.com/a/i/ww/news/2009/04/07/carrie-u-sm.jpg" alt="" width="29" height="21">Underwood mortified by racy onstage joke</a></li>
|
|
<li id="featured2|108855"><a href=s/1054820><img src="http://l.yimg.com/a/i/ww/news/2009/04/02/wolverine-sm.jpg" alt="" width="29" height="21">Columnist fired after reviewing 'Wolverine'</a></li>
|
|
<li id="featured3|108860"><a href=s/1054893><img src="http://l.yimg.com/a/i/ww/news/2009/04/07/jordan-sm.jpg" alt="" width="29" height="21">Basketball legend's son picks his college</a></li>
|
|
<li id="featured4|108847"><a href=s/1054633><img src="http://l.yimg.com/a/i/ww/news/2008/08/28/wii-mote-sm.jpg" alt="" width="29" height="21">Hyped new Wii feature may work too well</a></li>
|
|
</ul>
|
|
<div id="more-featured" class="btn-more">
|
|
<b>»</b> More:<a class="first" href="r/tm">Featured</a><a class="last" href="r/uz">Buzz</a>
|
|
</div>
|
|
</span>
|
|
<span id="footer2">
|
|
</span>
|
|
<span id="footer3">
|
|
</span>
|
|
<span id="footer4">
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div id="adwest" class="ad">
|
|
</div>
|
|
<script type="text/javascript">now=new Date;t5=now.getTime();</script>
|
|
<div id="news" class="md">
|
|
<div class="hd tabs">
|
|
<h3 class="a11y">News Navigation</h3>
|
|
<ul id="newstabs">
|
|
<li class="on first">
|
|
<em><a hidefocus="true" id="inthenews2" href="r/nb">News</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="tab2">
|
|
<em><a hidefocus="true" id="worldnews" href="r/1a">World</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="tab3">
|
|
<em><a hidefocus="true" id="localnews" href="r/n4">Local</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
<li class="last">
|
|
<em><a hidefocus="true" id="finsnews" href="r/fh">Finance</a></em>
|
|
<span class="pipe"></span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="newsbd" class="bd">
|
|
<span id="inthenews2ct" class="current">
|
|
<h2 class="a11y">In the News</h2>
|
|
<div id="newstop">
|
|
<cite class="timestamp"> </cite>
|
|
• <a href=s/1055086>Italy lags in earthquake-proofing buildings</a><dl class="inline"><dt><a href=s/1055087>Rescuers find survivor</a></dt></dl><br>• <a href=s/1055029>North Korea threatens 'strong steps' if U.N. takes action</a><br>• <a href=s/1055035>Report: Doctors helped CIA interrogate terrorism suspects</a><br>• <a href=s/1055037>Flight student charged with piloting stolen plane into U.S.</a><br>• <a href=s/1055038>Former sheriff's deputy on 'America's Most Wanted' after fleeing</a><br>• <a class=video style="background-position:-3px -48px;font:normal 100% arial;" href=s/1055036 onclick="window.open('s/1055036','playerWindow','width=793,height=608,scrollbars=no');return false;">Learn how to spot, dispute costly hospital billing mistakes</a><br>• <a href=s/1055030>Octuplet mother used inheritance to pay for in vitro procedures</a><br>
|
|
• <a href=s/379501>MLB</a> ·
|
|
<a href=s/404909>NBA</a> ·
|
|
<a href=s/404910>NHL</a> ·
|
|
<a href=s/987189>NCAA Basketball</a> ·
|
|
<a href=s/379502>NFL</a> ·
|
|
<a href=s/380904>Soccer</a> ·
|
|
<a href=s/379504>Golf</a><br>
|
|
<ul id="more-news" class="btn-more"><li class="first"><b>»</b> More:</li><li><a href=r/xn>News</a></li><li><a href=r/me>Popular</a></li><li class="last"><a href=r/bp>Odd News</a></li></ul>
|
|
</div>
|
|
<div id="newsft">
|
|
<div id="newsbottom">
|
|
<div id="finance-data">
|
|
<div id="markets"><h3><a href="r/f3">Markets:</a></h3><ul><li><strong><a href="r/fw">Dow: </a><span class="down">-2.3%</span></strong></li><li><strong><a href="r/fx">Nasdaq: </a><span class="down">-2.8%</span></strong></li></ul></div><script language="javascript" type="text/javascript">document.getElementById("news").className="md afterhours";</script></div>
|
|
<div id="news-sponsor">
|
|
<style type="text/css">#news-sponsor img{position:relative;display:block;margin:0;}#news.afterhours #news-sponsor img{display:inline;position:relative;top:10px;}</style><a href="http://us.ard.yahoo.com/SIG=15rjcolmj/M=708491.13243709.13380112.9498165/D=yahoo_top/S=2716149:STCK/_ylt=A0LEarPI99tJhc4ADwD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=WtdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5670658/R=0/SIG=13rqcktp0/*http://ad.doubleclick.net/clk;212391253;33773237;c?http://research.scottrade.com/public/stocks/overview/overview.asp?id=1"><img src="http://l.yimg.com/a/a/1-/flash/promotions/scottrade/090227/scottrade_yellow.gif" border=0 width=165 height=15 title="Switch to Scottrade"></a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['WtdkB9G_XLg-']='&U=13fekdvsm%2fN%3dWtdkB9G_XLg-%2fC%3d708491.13243709.13380112.9498165%2fD%3dSTCK%2fB%3d5670658%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142gd7a6o%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d3193639419%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13fekdvsm%2fN%3dWtdkB9G_XLg-%2fC%3d708491.13243709.13380112.9498165%2fD%3dSTCK%2fB%3d5670658%2fV%3d1"></noscript></div>
|
|
</div>
|
|
</div>
|
|
</span>
|
|
<span id="worldnewsct">
|
|
</span>
|
|
<span id="localnewsct">
|
|
</span>
|
|
<span id="finsnewsct">
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">now=new Date;t6=now.getTime();</script>
|
|
<div id="marketplace" class="md">
|
|
<div class="hd">
|
|
<h2><a href="r/0v" name="marketplace">Marketplace</a></h2>
|
|
</div>
|
|
<div id="marketplacebd" class="bd">
|
|
<table border=0 cellpadding=0 cellspacing=0 width="100%"><tr><td valign=top><a href="http://us.ard.yahoo.com/SIG=15qlgqice/M=717915.13236651.13497545.9413987/D=yahoo_top/S=2716149:MKP/_ylt=A0LEarPI99tJhc4AEAD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=XNdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5689717/R=0/SIG=14p774v4r/*http://forms.nextag.com/goto.jsp?url=/serv/main/buyer/education.jsp?doSearch=n&tm=y&search=education_text_links_140_h7fc4&s=3020&p=4317"><img src="http://l.yimg.com/a/a/1-/flash/promotions/nextag/090407/70x50iltld.gif" width=70 height=50 border=0></a></td><td width=8> </td><td valign=top><font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=15qlgqice/M=717915.13236651.13497545.9413987/D=yahoo_top/S=2716149:MKP/_ylt=A0LEarPI99tJhc4AEAD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=XNdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5689717/R=1/SIG=14p774v4r/*http://forms.nextag.com/goto.jsp?url=/serv/main/buyer/education.jsp?doSearch=n&tm=y&search=education_text_links_140_h7fc4&s=3020&p=4317">Why online college is rocking:</a><br>1) Some employers pay tuition 2) Convenient 3) Higher salary with higher degree <a href="http://us.ard.yahoo.com/SIG=15qlgqice/M=717915.13236651.13497545.9413987/D=yahoo_top/S=2716149:MKP/_ylt=A0LEarPI99tJhc4AEAD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=XNdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5689717/R=2/SIG=14p774v4r/*http://forms.nextag.com/goto.jsp?url=/serv/main/buyer/education.jsp?doSearch=n&tm=y&search=education_text_links_140_h7fc4&s=3020&p=4317">4) Top schools online.</a></font></td></tr></table><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['XNdkB9G_XLg-']='&U=13e23hjeq%2fN%3dXNdkB9G_XLg-%2fC%3d717915.13236651.13497545.9413987%2fD%3dMKP%2fB%3d5689717%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=14174ckib%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d836050664%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13e23hjeq%2fN%3dXNdkB9G_XLg-%2fC%3d717915.13236651.13497545.9413987%2fD%3dMKP%2fB%3d5689717%2fV%3d1"></noscript><hr style="height:1px; border:none; border-top:1px solid #dce3e9;"><a href="http://us.ard.yahoo.com/SIG=15rc415tp/M=717942.13222226.13495792.9413843/D=yahoo_top/S=2716149:MKP1/_ylt=A0LEarPI99tJhc4AEQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=ZNdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5688111/R=0/SIG=13iu6l7j3/*http://www.freecreditreport.com/pm/default.aspx?pagetypeid=homepage62&sc=668061&bcd=YFPTUE0407BADEZCLK62">A bad credit score is 600 or below. Click here to instantly see your score in 2 easy steps for $0. By Experian®</a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['ZNdkB9G_XLg-']='&U=13f9n842g%2fN%3dZNdkB9G_XLg-%2fC%3d717942.13222226.13495792.9413843%2fD%3dMKP1%2fB%3d5688111%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142jrb5od%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d3700077711%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13f9n842g%2fN%3dZNdkB9G_XLg-%2fC%3d717942.13222226.13495792.9413843%2fD%3dMKP1%2fB%3d5688111%2fV%3d1"></noscript><hr size=1 noshade><a href="http://us.ard.yahoo.com/SIG=15rd6hgq8/M=661776.13392632.13494935.9413843/D=yahoo_top/S=2716149:MKP1/_ylt=A0LEarPI99tJhc4AEgD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=ZddkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5658480/R=0/SIG=11pvnijet/*http://roia.biz/im/n/p1mJvq1BAAGKOkMAAAVAQgAATOhmMQA-A/">Hugh Downs reports on little-known heart attack symptom many people sadly ignore in Bottom Line Book</a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['ZddkB9G_XLg-']='&U=13fq8jht9%2fN%3dZddkB9G_XLg-%2fC%3d661776.13392632.13494935.9413843%2fD%3dMKP1%2fB%3d5658480%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142lunoep%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d3926186334%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13fq8jht9%2fN%3dZddkB9G_XLg-%2fC%3d661776.13392632.13494935.9413843%2fD%3dMKP1%2fB%3d5658480%2fV%3d1"></noscript><hr style="height:1px; border:none; border-top:1px solid #dce3e9;"><a href="http://us.ard.yahoo.com/SIG=15rmhe2eq/M=707932.13399754.13497330.9413843/D=yahoo_top/S=2716149:MKP1/_ylt=A0LEarPI99tJhc4AEwD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=ZtdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5689484/R=0/SIG=14khps804/*http://shop.avon.com/shop/campaigns/campaign_store.asp?code=YAHOOFS&s=MkpTEXT&c=Yahoo&otc=YAH040709LowestPricesEver&dept=YAH040709">Avon: Lowest Prices Ever $10 Off Anew Clinical Anti-Aging Skincare and Free Shipping.</a><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['ZtdkB9G_XLg-']='&U=13fmlg153%2fN%3dZtdkB9G_XLg-%2fC%3d707932.13399754.13497330.9413843%2fD%3dMKP1%2fB%3d5689484%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142q8tsm7%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1676159469%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13fmlg153%2fN%3dZtdkB9G_XLg-%2fC%3d707932.13399754.13497330.9413843%2fD%3dMKP1%2fB%3d5689484%2fV%3d1"></noscript>
|
|
<!-- SpaceID=2716149 loc=MKP4 noad -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['Z9dkB9G_XLg-']='&U=12cl10e5q%2fN%3dZ9dkB9G_XLg-%2fC%3d-1%2fD%3dMKP4%2fB%3d-1%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=1429kdb8t%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1332282184%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12cl10e5q%2fN%3dZ9dkB9G_XLg-%2fC%3d-1%2fD%3dMKP4%2fB%3d-1%2fV%3d0"></noscript></div>
|
|
</div>
|
|
<script type="text/javascript">now=new Date;t7=now.getTime();</script>
|
|
</div>
|
|
</div>
|
|
<div id="right">
|
|
<div class="colpadding">
|
|
<div id="pa" class="md">
|
|
<div id="pabd">
|
|
<div id="patop">
|
|
|
|
<ul id="reg" class="so">
|
|
<li class="mailstatus">Check your mail status: <a href="r/l6">Sign In</a></li>
|
|
<li id="signup">Free mail: <a href="r/m7">Sign Up</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="patabs">
|
|
<ul id="tabs1" class="patabs first">
|
|
<li id="mail" class="first">
|
|
<div>
|
|
<h4>
|
|
<a id="pamail" accesskey="m" href="r/m2"><span class="icon">Mail</span></a></h4>
|
|
</div>
|
|
</li>
|
|
<li id="messenger">
|
|
<div>
|
|
<h4>
|
|
<a id="pamsgr" href="r/p1"><span class="icon">Messenger</span></a>
|
|
</h4>
|
|
</div>
|
|
</li>
|
|
<li id="games" class="last">
|
|
<div>
|
|
<h4>
|
|
<a id="pagames" href="r/04"><span class="icon">Puzzles</span></a>
|
|
</h4>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div id="tabs1previewdiv" class="papreviewdiv"></div>
|
|
<ul id="tabs2" class="patabs last">
|
|
<li id="weather" class="first">
|
|
<div>
|
|
<h4>
|
|
<a id="paweather" href="r/wa"><span class="icon">Weather</span></a></h4>
|
|
</div>
|
|
</li>
|
|
<li id="events">
|
|
<div>
|
|
<h4>
|
|
<a id="paevents" href="r/bz"><span class="icon">Events</span></a></h4>
|
|
</div>
|
|
</li>
|
|
<li id="horoscope" class="last">
|
|
<div>
|
|
<h4>
|
|
<a id="pahoroscope" href="r/h1"><span class="icon">Horoscopes</span></a>
|
|
</h4>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div id="tabs2previewdiv" class="papreviewdiv"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t8=now.getTime();
|
|
</script>
|
|
<div id="ad" class="ad">
|
|
<style type="text/css"> #addiv{text-align:center;} #adlnk {margin-top:2px;font:7.5pt verdana;text-align:center;}</style>
|
|
<script language="javascript">
|
|
function jp(r,s,u){ return red+'R='+r+(cap+1)+(lan+1)+nv+'/id='+s+(cap?'_cap':'_nocap')+(lan?'_lan':'_dial')+'/*'+u; }
|
|
function tt(n,s,u) { var img=new Image;img.src='http://srd.yahoo.com/'+(r0?r0.substring(r0.indexOf('/M=')+1,r0.length-5):'')+'N='+n+(cap+1)+(lan+1)+nv+'/id='+s+'/fv='+fv+'/'+Math.random()+'/*'+(u?u:'1');}
|
|
r0='http://us.ard.yahoo.com/SIG=15rrkfqn8/M=732537.13383445.13495313.7674020/D=yahoo_top/S=2716149:FPAD/_ylt=A0LEarPI99tJhc4AFAD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=aNdkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5687830/R=0/*';
|
|
var lan=0,nv=0,fv=0,cap=0,ncap=0,nfv=8;
|
|
var red=r0.substring(0,r0.length-5);
|
|
var ired = [];
|
|
ired['iM_a'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
var sred = [];
|
|
sred['a'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
sred['e_r3'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
sred['e_r1'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
sred['e_r2'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
sred['e_r4'] = 'http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
var tred='http://ad.doubleclick.net/click;h=v2|3ADC|0|0|%2a|k;213731017;0-0;0;35271948;31-1|1;30935866|30953742|1;;%3fhttp://lt.dell.com/lt/lt.aspx?CID=42274&LID=1081616&DGC=BA&DGSeg=BSD&DURL=http://www.dell.com/content/topics/topic.aspx/us/segments/bsd/odg/4-07uhip?c%3dus%26l%3den%26s%3dbsd';
|
|
var text="Dell One Day Sale";
|
|
var survey='http://surveylink.yahoo.com/wix/p0834715.aspx?source=dell_2009047';
|
|
var dir='http://l.yimg.com/a/a/1-/flash/promotions/us/dell/090407/';
|
|
var img=dir+'300x250fea.jpg';
|
|
var swf=dir+'300x250fea.swf';
|
|
var swf_w = '300';
|
|
var swf_h = '250';
|
|
var img_src='<a href="'+red+'R=8/id=img/*'+ired["iM_a"]+'"><img src="'+img+'" width="'+swf_w+'" height="'+swf_h+'" border="0" alt="'+text+'" /><'+'/a>';if(typeof(YAHOO)!='undefined'&&YAHOO.Fp.Flash.version[0]>=nfv) { if(YAHOO.Fp._ie)cap=1; else ncap=1; }
|
|
document.write('<div id="addiv" style="height:'+swf_h+'px;"><'+'/div>');
|
|
document.write('<div id="adlnk"><b><a href="'+red+'R=3/id=txt/*'+tred+'">'+text+'<'+'/a><'+'/b> - <a href="'+red+'R=2/id=survey/*'+survey+'" target="_blank">Ad Feedback<'+'/a><'+'/div>');
|
|
var adFlashVars = "swfext="+dir+"&r0="+r0+"&cap="+cap+"&ncap="+ncap+"&lan="+lan+"&nv="+nv+"&fv="+fv+"&flashDebug=0";
|
|
function swfAction(a) {
|
|
if(a=='done') { tt(8,a); }
|
|
else if(a.indexOf('e_r')!=-1 && typeof(sred[a]) != 'undefined') { location.href=jp(30+parseInt(a.substring(a.indexOf(a)+3,a.length)),a,sred[a]); }
|
|
else if(a.indexOf('e_n') != -1) { tt(60+parseInt(a.substring(a.indexOf(a)+3,a.length)),a); }
|
|
else if(a.indexOf('m_n') != -1){ tt(90+parseInt(a.substring(a.indexOf(a)+3,a.length)),a); }
|
|
else { location.href=jp(8,'def',sred['a']); }
|
|
}
|
|
function ad_init() { if(typeof(ad_jsl)!='undefined'&&(cap||ncap)) { if (cap) { ad_embedObj('swf','1','addiv',swf_w,swf_h,ad_params('object',['movie',swf],['quality','high'],['loop','true'],['wmode','opaque'],['allowScriptAccess','always'],['FlashVars',adFlashVars])); } else if(ncap) { ad_embedObj('swf','1','addiv','','',ad_params('embed',['src',swf],['loop','true'],['menu','false'],['quality','high'],['width',swf_w],['height',swf_h],['type','application/x-shockwave-flash'],['pluginspage','http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'],['wmode','opaque'],['allowScriptAccess','always'],['FlashVars',adFlashVars])); }} else { document.getElementById('addiv').innerHTML = img_src; } }
|
|
function adTrk1(){ var adimgb=new Image; adimgb.src='http://ad.doubleclick.net/imp;v1;f;213731017;0-0;0;35271948;1|1;30935866|30953742|1;;cs=p%3fhttp://ad.doubleclick.net/dot.gif?1239152584387000'; }
|
|
var adOnLoad = function() {setTimeout("ad_init();", 1);setTimeout("adTrk1()", 1);};
|
|
if(window.attachEvent)window.attachEvent('onload',adOnLoad); else if(window.addEventListener)window.addEventListener('load',adOnLoad,0);
|
|
</script><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['aNdkB9G_XLg-']='&U=13fj9vk4k%2fN%3daNdkB9G_XLg-%2fC%3d732537.13383445.13495313.7674020%2fD%3dFPAD%2fB%3d5687830%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=1404l57qn%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d37057213%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13fj9vk4k%2fN%3daNdkB9G_XLg-%2fC%3d732537.13383445.13495313.7674020%2fD%3dFPAD%2fB%3d5687830%2fV%3d1"></noscript></div>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t9=now.getTime();
|
|
</script>
|
|
<div id="mantlecx">
|
|
<div id="mantle">
|
|
<style>
|
|
#mantle2 { min-height:103px; _height:103px;}
|
|
#mantle2 .bd { position:relative; padding:5px 8px 0 108px;}
|
|
#mantle2 .bd img { position:absolute; top:5px; left:5px; margin:0; padding:1px; border:1px solid #9cafbd; border-color:#9cafbd #9cafbd #647684 #647684;}
|
|
#mantle2 h3 {font:bold 100% arial; margin-bottom:2px; color:#333;}
|
|
#mantle2 ul {font:77% verdana; min-height:3em;margin-bottom:.3em;color:#333;}
|
|
#mantle2 ul li {color:#333;margin-bottom:1px;padding-left: 8px; background:url(http://l.yimg.com/a/i/nt/gr/li/2x2/003399.gif) 2px 50% no-repeat;}
|
|
|
|
</style>
|
|
<div id="mantle2" class="md">
|
|
<div class="hd">
|
|
<h2><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=0/SIG=10q4evmsa/*http://hotjobs.yahoo.com">Inside Yahoo! HotJobs</a></h2>
|
|
|
|
</div>
|
|
<div class="bd">
|
|
<a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=1/SIG=1215i18fg/*http://hotjobs.yahoo.com/career-articles-stimulus_job_watch-794"><img src="http://l.yimg.com/a/i/mntl/hot/09q2/img_c3584b71.jpg" height="68" width="92" alt="Yahoo! HotJobs" border="0"></a><h3><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=2/SIG=1215i18fg/*http://hotjobs.yahoo.com/career-articles-stimulus_job_watch-794">Where the stimulus jobs are</a></h3><ul><li><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=3/SIG=12c2gj5tl/*http://hotjobs.yahoo.com/career-articles-6_ways_to_find_a_stimulus_job-803">Six ways to land stimulus jobs</a></li><li><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=4/SIG=1215i18fg/*http://hotjobs.yahoo.com/career-articles-stimulus_job_watch-794">Jobs with booming salaries</a></li><li><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=5/SIG=1215i18fg/*http://hotjobs.yahoo.com/career-articles-stimulus_job_watch-794">Green-collar jobs that pay</a></li><li><a href="http://us.ard.yahoo.com/SIG=15snk9u2t/M=634813.13363365.13476912.10360830/D=yahoo_top/S=2716149:MNTL/_ylt=A0LEarPI99tJhc4AFQD1cSkA;_ylg=X3oDMTBmNWJvMjFuBGNjA3VzBGNfY2FjaGUDMA--/Y=YAHOO/EXP=1239159784/L=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H/B=addkB9G_XLg-/J=1239152584387000/K=s2YySCLoeFfcYJGSCcBQAA/A=5674374/R=6/SIG=1300s4mr2/*http://hotjobs.yahoo.com/career-articles-6_fields_that_stand_to_benefit_from_stimulus_plan-765">Sectors boosted by the stimulus</a></li></ul></div>
|
|
</div><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['addkB9G_XLg-']='&U=13gns16v0%2fN%3daddkB9G_XLg-%2fC%3d634813.13363365.13476912.10360830%2fD%3dMNTL%2fB%3d5674374%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142itg8av%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d3773890363%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13gns16v0%2fN%3daddkB9G_XLg-%2fC%3d634813.13363365.13476912.10360830%2fD%3dMNTL%2fB%3d5674374%2fV%3d1"></noscript></div>
|
|
</div>
|
|
<style type="text/css">#pulse h3{font:bold 114% arial;text-align:left;color:#555;margin-bottom:6px;}#pulse .bd{padding:9px 10px 1.2em 10px;}#pulse img{float:left;margin:0px;padding:1px; border:1px solid #9cafbd;border-color:#9cafbd #9cafbd #647684 #647684;}#pulse ol{float:left;width:33.5%;}#pulse ol.col1 {margin-left:5px;}#pulse li{padding-left:8px;margin-bottom:10px;font:bold 77%/100% verdana;background:url(http://l.yimg.com/a/i/nt/gr/li/2x2/003399.gif) 2px .6em no-repeat;}</style><div id="pulse" class="md"><div class="hd"><h2>Pulse - What Yahoos Are Into</h2></div><div id="pulsebd" class="bd"><h3> Most Popular Sunglass Brands </h3><a href=s/1054334/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Ray-Ban;_ylc=X3oDMTNuNW1yMWQ4BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzIChSYXktQmFuKQRzZWMDZnAtcHVsc2UEc2xrA01vc3QgUG9wdWxhciBTdW5nbGFzcyBCcmFuZHMgKFJheS1CYW4p?y=nnnnnn&clink=&view=&ovstart=3&b=91><img src="http://l.yimg.com/a/i/us/sh/pr/raybn-shpbp.jpg" alt=" Ray-Ban sunglasses " width="92" height="119"></a><ol class="col1"><li><a href=s/1054335/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Ray-Ban;_ylc=X3oDMTJvZmU1dTAyBF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNSYXktQmFuBHNlYwNmcC1wdWxzZQRzbGsDTW9zdCBQb3B1bGFyIFN1bmdsYXNzIEJyYW5kcyAoUmF5LUJhbik-?y=nnnnnn&clink=&view=&ovstart=3&b=91> Ray-Ban </a></li><li><a href=s/1054336/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Oakley;_ylc=X3oDMTJubjBsNmUxBF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNPYWtsZXkEc2VjA2ZwLXB1bHNlBHNsawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzIChSYXktQmFuKQ--?keyword=sunglasses> Oakley </a></li><li><a href=s/1054337/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Prada;_ylc=X3oDMTJtc2JhZ3FuBF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNQcmFkYQRzZWMDZnAtcHVsc2UEc2xrA01vc3QgUG9wdWxhciBTdW5nbGFzcyBCcmFuZHMgKFJheS1CYW4p> Prada </a></li><li><a href=s/1054338/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Bolle;_ylc=X3oDMTJtNGFwdW90BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNCb2xsZQRzZWMDZnAtcHVsc2UEc2xrA01vc3QgUG9wdWxhciBTdW5nbGFzcyBCcmFuZHMgKFJheS1CYW4p> Bolle </a></li><li><a href=s/1054339/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Gianni%20Versace;_ylc=X3oDMTJvdjBxcmJqBF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNWZXJzYWNlBHNlYwNmcC1wdWxzZQRzbGsDTW9zdCBQb3B1bGFyIFN1bmdsYXNzIEJyYW5kcyAoUmF5LUJhbik-> Versace </a></li></ol><ol start="6"><li><a href=s/1054340/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Serengeti:4491-Store=1000027;_ylc=X3oDMTJxZWdzcDl1BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNTZXJlbmdldGkEc2VjA2ZwLXB1bHNlBHNsawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzIChSYXktQmFuKQ--> Serengeti </a></li><li><a href=s/1054341/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Gucci;_ylc=X3oDMTJtMmpzMHE0BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNHdWNjaQRzZWMDZnAtcHVsc2UEc2xrA01vc3QgUG9wdWxhciBTdW5nbGFzcyBCcmFuZHMgKFJheS1CYW4p> Gucci </a></li><li><a href=s/1054342/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Ed%20Hardy;_ylc=X3oDMTJwODM2ZGl2BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNFZCBIYXJkeQRzZWMDZnAtcHVsc2UEc2xrA01vc3QgUG9wdWxhciBTdW5nbGFzcyBCcmFuZHMgKFJheS1CYW4p> Ed Hardy </a></li><li><a href=s/1054343/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Armani:4491-Store=1024706;_ylc=X3oDMTJuYXN0bXNzBF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNBcm1hbmkEc2VjA2ZwLXB1bHNlBHNsawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzIChSYXktQmFuKQ--> Armani </a></li><li><a href=s/1054344/*-http://shopping.yahoo.com/s:Sunglasses:4168-Brand=Gatorz;_ylc=X3oDMTJuaWVwbjY4BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNHYXRvcnoEc2VjA2ZwLXB1bHNlBHNsawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzIChSYXktQmFuKQ--> Gatorz </a></li></ol></div><a class=btn-more href=s/1054345/*-http://shopping.yahoo.com/;_ylc=X3oDMTNkMWRhMHB2BF9TAzI3MTYxNDkEX3MDMjI3MDgyMjgEawNNb3N0IFBvcHVsYXIgU3VuZ2xhc3MgQnJhbmRzBHNlYwNmcC1wdWxzZQRzbGsDTW9zdCBQb3B1bGFyIFN1bmdsYXNzIEJyYW5kcyAoUmF5LUJhbik->» More Yahoo! Shopping </a></div> <div id="popsearch" class="md">
|
|
<div class="hd"><h2>Today's Top Searches</h2></div>
|
|
<div id="popsearchbd" class="bd">
|
|
<ol start=1><li><a href="r/dy/*-http://search.yahoo.com/search?p=Kathy+Ireland&cs=bz&fr=fp-buzzmod">Kathy Ireland</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Jennifer+Garner&cs=bz&fr=fp-buzzmod">Jennifer Garner</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Trista+Sutter&cs=bz&fr=fp-buzzmod">Trista Sutter</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Megamouth+Shark&cs=bz&fr=fp-buzzmod">Megamouth Shark</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Michael+J.+Fox&cs=bz&fr=fp-buzzmod">Michael J. Fox</a></li></ol><ol start=6><li><a href="r/dy/*-http://search.yahoo.com/search?p=The+Beatles&cs=bz&fr=fp-buzzmod">The Beatles</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Cheap+Car+Rental&cs=bz&fr=fp-buzzmod">Cheap Car Rental</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Internet+Phone+Calls&cs=bz&fr=fp-buzzmod">Internet Phone Calls</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=Wrinkle+Creams&cs=bz&fr=fp-buzzmod">Wrinkle Creams</a></li><li><a href="r/dy/*-http://search.yahoo.com/search?p=BlackBerry+Bold&cs=bz&fr=fp-buzzmod">BlackBerry Bold</a></li></ol></div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t10=now.getTime();
|
|
</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer" class="md">
|
|
<ul id="flist2">
|
|
<li class="first"><a href="r/ao">Advertise with Us</a></li>
|
|
<li><a href="r/o4">Search Marketing</a></li>
|
|
<li><a href="r/pv">Privacy Policy</a></li>
|
|
<li><a href="r/ts">Terms of Service</a></li>
|
|
<li><a href=r/ad>Suggest a Site</a></li>
|
|
<li><a href="r/cb">Yahoo! en Español</a></li>
|
|
<li><a href="r/1p/*-http://feedback.help.yahoo.com/feedback.php?.src=FP&.from=501&.done=http://www.yahoo.com">Send Feedback</a></li><li class="last"><a href="r/hw">Help</a></li>
|
|
</ul>
|
|
<ul id="copyright">
|
|
<li class="first">Copyright © 2009 Yahoo! Inc. All rights reserved.</li>
|
|
<li class="first"><a href="r/cy">Copyright/IP Policy</a></li>
|
|
<li><a href="r/cp">Company Info</a></li>
|
|
<li><a href="r/1q">Participate in Research</a></li>
|
|
<li><a href="r/hr">Jobs</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- SpaceID=2716149 loc=FR01 noad -->
|
|
<!-- SpaceID=2716149 loc=SIP noad -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['bddkB9G_XLg-']='&U=12bpo5fbm%2fN%3dbddkB9G_XLg-%2fC%3d-1%2fD%3dSIP%2fB%3d-1%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142ct7tq6%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d1588204463%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12bpo5fbm%2fN%3dbddkB9G_XLg-%2fC%3d-1%2fD%3dSIP%2fB%3d-1%2fV%3d0"></noscript> <!-- SpaceID=2716149 loc=RMP noad-spid -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['b9dkB9G_XLg-']='&U=12bshkaqp%2fN%3db9dkB9G_XLg-%2fC%3d-2%2fD%3dRMP%2fB%3d-2%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=141ba70o0%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d577067322%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12bshkaqp%2fN%3db9dkB9G_XLg-%2fC%3d-2%2fD%3dRMP%2fB%3d-2%2fV%3d0"></noscript><!-- SpaceID=2716149 loc=SIPR noad -->
|
|
<script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['bNdkB9G_XLg-']='&U=12c69jv6l%2fN%3dbNdkB9G_XLg-%2fC%3d-1%2fD%3dSIPR%2fB%3d-1%2fV%3d0';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=142t64gmq%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d4094828406%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=12c69jv6l%2fN%3dbNdkB9G_XLg-%2fC%3d-1%2fD%3dSIPR%2fB%3d-1%2fV%3d0"></noscript><script language=javascript>
|
|
if(window.yzq_d==null)window.yzq_d=new Object();
|
|
window.yzq_d['atdkB9G_XLg-']='&U=13d3qc3nd%2fN%3datdkB9G_XLg-%2fC%3d224039.2072002.3536622.2012076%2fD%3dFOOT%2fB%3d1088125%2fV%3d1';
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=141lmlhoc%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d2.1%2fW%3dH%2fY%3dYAHOO%2fF%3d657985576%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442&U=13d3qc3nd%2fN%3datdkB9G_XLg-%2fC%3d224039.2072002.3536622.2012076%2fD%3dFOOT%2fB%3d1088125%2fV%3d1"></noscript><script type="text/javascript">
|
|
if ( "undefined" != typeof(rt_SetComment) ) { rt_SetComment("spirit"); }
|
|
</script>
|
|
<noscript><img src="r/dw" style="position:absolute;left:-2000px;top:0;" height="1" width="1"></noscript>
|
|
</body>
|
|
<script type="text/javascript">
|
|
YAHOO.Fp.dod = function(){
|
|
var aArgs = arguments, nArgsLength = aArgs.length;
|
|
this.oTypes = {
|
|
js : "script" ,
|
|
css : "link"
|
|
}
|
|
sNode=(nArgsLength>3) ? this.oTypes[aArgs[3]] : this.oTypes["js"];
|
|
this.oAttributes = {
|
|
sNode : sNode ,
|
|
aType : ["type", (sNode=="script" ? "text/javascript" : "text/css") ] ,
|
|
aSource : [ (sNode=="script" ? "src" : "href" ) , aArgs[0] ] ,
|
|
aName : ( sNode=="script" ? [ "name" , "javascript" ] : [ "rel" , "stylesheet" ] ) ,
|
|
sId : ( this.id++ || 0 ) ,
|
|
bBreakCache : ( (nArgsLength>1 && aArgs[1]!='') ? aArgs[1] : 0 ) ,
|
|
bRemove : ( (nArgsLength>2 && aArgs[2]!='') ? aArgs[2] : 0 )
|
|
}
|
|
this.get = function(){
|
|
var d = document;
|
|
var dNode = d.createElement(this.oAttributes.sNode);
|
|
dNode.setAttribute( this.oAttributes.aType[0] , this.oAttributes.aType[1] );
|
|
dNode.setAttribute( this.oAttributes.aName[0] , this.oAttributes.aName[1] );
|
|
dNode.setAttribute( "id" , "src" + this.oAttributes.sId );
|
|
if(this.oAttributes.bBreakCache){
|
|
this.oAttributes.aSource[1] += "?rnd=" + Math.random();
|
|
}
|
|
dNode.setAttribute( this.oAttributes.aSource[0] , this.oAttributes.aSource[1] );
|
|
var dHead = d.getElementsByTagName('head')[0];
|
|
dHead.appendChild(dNode);
|
|
if(this.oAttributes.bRemove){
|
|
setTimeout(function(){dNode.parentNode.removeChild(dNode);}, 500);
|
|
}
|
|
return dNode;
|
|
}
|
|
return this.get();
|
|
}
|
|
YAHOO.Fp.sQueryString = function ( ) {
|
|
var aQueryString = [];
|
|
aQueryString.push('test=v' + ver );
|
|
aQueryString.push('tmpl=v' + ver + '-l');
|
|
aQueryString.push('coke=1');return ( ( aQueryString.length > 0 ) ? aQueryString.join('&') : '' );
|
|
}();
|
|
YAHOO.Fp.load = function(){
|
|
now=new Date;
|
|
t12=now.getTime();
|
|
_ult=(typeof(yguc)!="undefined")?1:0;
|
|
YAHOO.Fp.dod('http://l.yimg.com/d/i/ww/sp/onload_1.4.2.css','','', 'css');
|
|
YAHOO.Fp.dod('http://l.yimg.com/d/i/ww/sp/onload_1.7.4.js');
|
|
YAHOO.Fp.oSearch.updateBg = function(){
|
|
document.images["searchother_e2e"].src=YAHOO.Fp.oSearch.bg;
|
|
document.images["searchtoggle_e2e"].src=YAHOO.Fp.oSearch.toggleBg;
|
|
};
|
|
}
|
|
window.onload=YAHOO.Fp.load;
|
|
YAHOO.Fp.jsOnloadLoaded = function(){
|
|
if(document.getElementById('allyservices')){
|
|
YAHOO.Fp.trough = new YAHOO.Fp.oTrough();
|
|
YAHOO.util.Event.addListener('allyservices', 'click',function(e){YAHOO.util.Event.stopEvent(e);YAHOO.Fp.trough.toggleTrough(0,{sAction : "all"});});
|
|
}
|
|
}
|
|
YAHOO.Fp.jsLoaded = function(){
|
|
if(document.getElementById("exceptional")){
|
|
YAHOO.Fp.updateTimeStamp('exceptional','d');
|
|
}
|
|
YAHOO.Fp._ylh=typeof(YLH)!='undefined'?YLH+'/':'';
|
|
if (document.getElementById('pa'))
|
|
{
|
|
instantiatePaModule();
|
|
}
|
|
var eSizeToggleLink = document.getElementById("sizetogglelink");
|
|
if(eSizeToggleLink){
|
|
eSizeToggleLink.onclick=function(){YAHOO.Fp.togglePageSize("ts");return false;};
|
|
}
|
|
if(document.getElementById('todaytabs')){
|
|
var todayTabs = new YAHOO.Fp.tabs("todaytabs");
|
|
todayTabs.bHotLinkEnable=1;
|
|
todayTabs.oHotLinks = { "featured1": "r/0i", "entertainment1" : "r/0j", "sports1" : "r/0k", "money1": "r/0l" };
|
|
todayTabs.bChangeTab=0;
|
|
todayTabs.sCurrentTab = 'featured1';
|
|
todayTabs.changeAction(YAHOO.Fp.loadPanel,{"type":"tab","module":"today","load":"story,footer"});
|
|
todayTabs.setupTabs();
|
|
YAHOO.Fp.setupStoriesTabs("footer1",todayTabs,"featured1ct");
|
|
}
|
|
if(document.getElementById('vsearchtabs')){
|
|
var verts=new YAHOO.Fp.tabs("vsearchtabs");
|
|
verts.changeAction(YAHOO.Fp.changeVert,{"obj":verts});
|
|
verts.setupTabs();
|
|
}
|
|
if(document.getElementById('p')){
|
|
YAHOO.util.Event.addListener(document,"keydown",fKeyDown);
|
|
}
|
|
if(YAHOO.Fp._ie){
|
|
YAHOO.Fp.onResize = function(){
|
|
var dLink = document.getElementById("copyright");
|
|
var nSize = dLink.offsetHeight;
|
|
if(document.getElementById('scountry')){document.getElementById('scountry').style.bottom=(nSize>17 ? (nSize>21 ? '32px' : '28px') : '25px');}
|
|
}
|
|
YAHOO.Fp.onResize();
|
|
YAHOO.util.Event.addListener('page','resize',YAHOO.Fp.onResize);
|
|
}
|
|
YAHOO.Fp.oSearch.searchTargets = {"IN":"r/i5","UK":"r/i6","CA":"r/i7","PH":"r/i8","MY":"r/ib","SG":"r/ic","CN":"r/if","AU":"r/ih","NZ":"r/ii","DE":"r/ij","ID":"r/ik"};
|
|
YAHOO.util.Event.addListener(document.sf1, 'submit', YAHOO.Fp.oSearch.updateSearch, verts);
|
|
if(document.getElementById('newstabs')){
|
|
var newsTabs = new YAHOO.Fp.tabs("newstabs");
|
|
newsTabs.bHotLinkEnable=1;
|
|
newsTabs.oHotLinks = {"inthenews2":"r/0m","worldnews":"r/0n", "localnews":"r/0o", "finsnews":"r/0p"};
|
|
newsTabs.bChangeTab=0;
|
|
newsTabs.changeAction(YAHOO.Fp.loadPanel,{"type":"tab","module":"news","load":"story"});
|
|
newsTabs.setupTabs();
|
|
if(typeof(YAHOO.Fp.updateTimeStamp)!='undefined'){
|
|
YAHOO.Fp.updateTimeStamp('newstop');YAHOO.Fp.updateTimeStamp('todaybd','d');
|
|
}
|
|
}
|
|
YAHOO.Fp.local = new YAHOO.Fp.localNews();
|
|
if(document.getElementById('editpage')){
|
|
YAHOO.Fp.pageSettings = new YAHOO.Fp.oPageSettings();
|
|
YAHOO.Fp.oPageSettings.prototype.sCurrentTheme = "t1";YAHOO.util.Event.addListener('editpage', 'click',function(e){YAHOO.util.Event.stopEvent(e);YAHOO.Fp.pageSettings.toggle();return false;} );
|
|
YAHOO.util.Event.addListener(document.getElementById('themes').getElementsByTagName('a'), 'click', function(e){YAHOO.util.Event.stopEvent(e);YAHOO.Fp.pageSettings.applyTheme(e,YAHOO.Fp.pageSettings);return false;} );
|
|
}
|
|
YAHOO.Fp.selectTab = function(sTab,oObj){
|
|
sTab = YAHOO.cookie.getsub("FPM",sTab);
|
|
if(sTab!=""){
|
|
setTimeout( function(){
|
|
oObj.tabAction(0,oObj,document.getElementById(sTab));
|
|
}, 10);
|
|
}
|
|
}
|
|
if(YAHOO.cookie.get("FPM").indexOf('=')>0){
|
|
YAHOO.Fp.selectTab("news",newsTabs);
|
|
YAHOO.Fp.selectTab("today",todayTabs);
|
|
}
|
|
if(!YAHOO.Fp.News){
|
|
YAHOO.Fp.News={};
|
|
}
|
|
YAHOO.Fp.News.Tweener={
|
|
refreshInterval: 5,
|
|
sUrl : 'http://'+YAHOO.Fp._hostname+'/includes/spirit/sportsnews/cache/marchmad.js',
|
|
timer: null,
|
|
failureTimer: null,
|
|
cookieExp: 15*24*60*60*1000
|
|
};
|
|
YAHOO.Fp.News.Tweener.toggle=function(e){
|
|
if (e) YAHOO.util.Event.stopEvent(e);
|
|
YAHOO.Fp.beacon('r/f6');
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
var oDivStyle=FPNT.eContent.style;
|
|
var oFtrStyle=FPNT.eFtr.style;
|
|
var uMsgStyle = FPNT.eMsg.style;
|
|
if(YAHOO.util.Dom.getStyle(FPNT.eContent,'display')=='none'){
|
|
FPNT.updateContent();
|
|
FPNT.run();
|
|
FPNT.eHd.innerHTML = 'hide';
|
|
uMsgStyle.display = 'block';
|
|
FPNT.setUpdateMsg();
|
|
oDivStyle.display='block';
|
|
oFtrStyle.display = 'block';
|
|
YAHOO.cookie.set('FPNC','0',(new Date(new Date().getTime()+FPNT.cookieExp)));
|
|
}else{
|
|
oDivStyle.display='none';
|
|
uMsgStyle.display = 'none';
|
|
oFtrStyle.display = 'none';
|
|
FPNT.eHd.innerHTML = 'show';
|
|
if(FPNT.timer) window.clearInterval(FPNT.timer);
|
|
YAHOO.cookie.set('FPNC','1',(new Date(new Date().getTime()+FPNT.cookieExp)));
|
|
}
|
|
};
|
|
YAHOO.Fp.News.Tweener.run=function(){
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
FPNT.timer=window.setInterval(function(){FPNT.updateContent();}, (FPNT.refreshInterval*60*1000));
|
|
};
|
|
YAHOO.Fp.News.Tweener.updateContent = function() {
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
if(FPNT.failureTimer) {
|
|
clearTimeout(FPNT.failureTimer);
|
|
}
|
|
YAHOO.Fp.dynamicScriptNodes.load(FPNT.sUrl + '?t=' + new Date().getTime());
|
|
FPNT.failureTimer = setTimeout(function(){FPNT.onContentUpdateFailure();}, YAHOO.Fp.dynamicScriptNodes.timeout);
|
|
};
|
|
YAHOO.Fp.News.Tweener.onContentUpdateFailure=function(){
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
if(FPNT.timer) clearInterval(FPNT.timer);
|
|
YAHOO.Fp.beacon('r/f0',1);
|
|
};
|
|
YAHOO.Fp.News.Tweener.processResponse = function(){
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
clearTimeout(FPNT.failureTimer);
|
|
var oData = arguments[0];
|
|
if (!oData.data || oData.data.retcode != 0) {
|
|
FPNT.onContentUpdateFailure();return;
|
|
}
|
|
FPNT.eRound.innerHTML = oData.data.round;
|
|
FPNT.eContent.innerHTML = oData.data.content;
|
|
YAHOO.Fd.attachUlt(FPNT.eDiv);
|
|
};
|
|
YAHOO.Fp.News.Tweener.setUpdateMsg = function(){
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
FPNT.eMsg.innerHTML = 'Updated every ' + ((FPNT.refreshInterval < 2) ? '60 sec' : FPNT.refreshInterval + ' min');
|
|
};
|
|
YAHOO.Fp.News.Tweener.init=function(){
|
|
var FPNT=YAHOO.Fp.News.Tweener;
|
|
FPNT.eDiv=document.getElementById('ncaa');
|
|
if(!FPNT.eDiv) return;
|
|
var iRefreshInterval=FPNT.eDiv.className;
|
|
if(iRefreshInterval){
|
|
iRefreshInterval=parseInt(iRefreshInterval, 10);
|
|
if(iRefreshInterval==0){
|
|
return;
|
|
}
|
|
else if(iRefreshInterval>0 && iRefreshInterval<16){
|
|
FPNT.refreshInterval=iRefreshInterval;
|
|
}
|
|
}
|
|
FPNT.eContent=document.getElementById('ncaacontent');
|
|
FPNT.eHd = document.getElementById('ncaa_hd');
|
|
FPNT.eFtr = document.getElementById('ncaaft');
|
|
FPNT.eMsg = document.getElementById('ncaaUpdateTxt');
|
|
FPNT.eRound = document.getElementById('ncaaRound');
|
|
YAHOO.util.Event.addListener(FPNT.eHd, 'click', FPNT.toggle);
|
|
if(YAHOO.cookie.get('FPNC')==1) {
|
|
FPNT.eMsg.style.display = 'none';
|
|
}
|
|
else {
|
|
FPNT.eMsg.style.display = 'block';
|
|
FPNT.setUpdateMsg();
|
|
FPNT.run();
|
|
}
|
|
};
|
|
YAHOO.Fp.News.Tweener.init();
|
|
YAHOO.Fp.onJsLoaded.fire();
|
|
};
|
|
var YMAPPID = "trafficbrowser";
|
|
YAHOO.Fp.sPartner="";
|
|
YAHOO.Fp.nUlmVer=3;
|
|
YAHOO.Fp.oSearch={};
|
|
YAHOO.Fp.oSearch.bg='http://l.yimg.com/a/i/ww/thm/1/whood.png';
|
|
YAHOO.Fp.oSearch.initBg = function(n){
|
|
YAHOO.Fp.oSearch.toggleBg = 'http://l.yimg.com/a/i/ww/thm/'+n+'/wlip_closed.png';
|
|
YAHOO.Fp.oSearch.bg = "http://l.yimg.com/a/i/ww/thm/"+n+"/whood.png";
|
|
};
|
|
YAHOO.Fp.oSearch.sMoreLinksHtml='<div><ul><li class="first"><a href="r/av/*http://answers.yahoo.com/search/search_result" class="vs_answers">Answers</a></li><li><a href="r/aw/*-http://audio.search.yahoo.com/search/audio" class="vs_audio">Audio</a></li><li><a href="r/b0/*-http://search.yahoo.com/search/dir" class="vs_directory">Directory</a></li><li><a href="r/b4/*-http://hotjobs.yahoo.com/job-search" class="vs_jobs">Jobs</a></li><li><a href="r/b1/*-http://news.search.yahoo.com/search/news" class="vs_news">News</a></li><li class="last"><a href="r/cq">All Search Services</a></li></ul><span></span><ul class="vslist"><li class="first"><a href="r/bt">Advertising Programs</a></li></ul></div>';
|
|
YAHOO.Fp.oSearch.sLocalSearchHtml = '<label for="p" class="plabel"><input id="p" type="text" class="inputtext" name="p" value="Businesses & Services"></label><label for="scsz" class="cszlabel1">in</label><label for="scsz" class="cszlabel2"><input name="csz" class="inputtext" id="scsz" type="text" value="Address, City, State, or ZIP"></label>';
|
|
function PaModule(){};
|
|
YAHOO.Fp.oPaErrorManager = {
|
|
mail : {
|
|
html : "go to <a href='r/lm'>Yahoo! Mail</a> to get your mail.</li><li class='last'><a href='r/ll'>» Go To Yahoo! Mail",
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
bProcessed : 0,
|
|
dScriptNode : null
|
|
},
|
|
messenger : {
|
|
html : "go to <a href='r/p4'>Yahoo! Messenger</a> to see your online contacts.</li><li class='last'><a href='ymsgr:SendIM'>» Go To Yahoo! Messenger",
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
bProcessed : 0,
|
|
dScriptNode : null
|
|
},
|
|
weather : {
|
|
html : "go to <a href='r/wf'>Yahoo! Weather</a> to get the local weather.</li><li class='last'><a href='r/wf'>» Go To Yahoo! Weather",
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
traffic : {
|
|
html : "go to <a href='r/kf'>Yahoo! Local</a> to get the local traffic.</li><li class='last'><a href='r/kf'>» Go To Yahoo! Local",
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
events : {
|
|
html : "go to <a href='r/bx'>Upcoming</a> to get local events.</li><li class='last'><a href='r/bx'>» Go To Upcoming",
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
games : {
|
|
html : "go to <a href='r/9v'>Yahoo! Games</a> to play Daily Puzzles.</li><li class='last'><a href='r/9v'>» Go To Yahoo! Games",
|
|
error : false,
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
music : {
|
|
html : "<h3><a href='r/uc'>LAUNCHcast Radio:</a> <em><a href='r/ud'>Featured stations</a></em></h3><div class='station'><div class='station-hd'></div><div class='station-bd' class='fixfloat'><a class='photo-link' href='r/ut/*-http://music.yahoo.com/launchcast/stations/station.asp?i=341'><img class='station-photo' src='http://us.ent1.yimg.com/images.launch.yahoo.com/000/025/969/25969265.jpg'></a><h4><a class='station-name' href='r/ut/*-http://music.yahoo.com/launchcast/stations/station.asp?i=341'>Today's Big Hits</a></h4><p class='artists'><a href='r/ut/*-http://music.yahoo.com/launchcast/stations/station.asp?i=341'>Mary J. Blige, Kelly Clarkson, Sean Paul, Beyonce</a></p><a class='listen' href='r/ul/*-http://music.yahoo.com/lc/?rt=1&rp1=341&rp2=0' onclick=\"YAHOO.Fp.launchMusicWindow('http://radio.music.yahoo.com/radio/player/default.asp?clientID=1&clientStationID=0&p=1&m=341&d=0',491,365,'http://music.yahoo.com/lc/?rt=1&rp1=341&rp2=0');return false;\">Listen</a></div><div class='station-ft'></div></div><a class='btn-more' href='r/ua'>» View All Stations</a><div class='nav'><a class='back' onclick=\"return YAHOO.Fp.oPaModule.getModuleData('music',{nav:'prev',curr_stn:1})\" href='r/um'>Previous</a><a class='frwd' onclick=\"return YAHOO.Fp.oPaModule.getModuleData('music',{nav:'next',curr_stn:1})\" href='r/um'>Next</a></div>",
|
|
error : false,
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
horoscope : {
|
|
html : "go to <a href='r/h3'>Yahoo! Astrology</a> to get your horoscope.</li><li class='last'><a href='r/h3'>» Go To Yahoo! Astrology",
|
|
error : false,
|
|
status : false,
|
|
buffer : false,
|
|
requestDelayTimeout : null,
|
|
requestFailTimeout : null,
|
|
dScriptNode : null
|
|
},
|
|
template : {
|
|
templateHdr : "<div class='pa-alert error'><ul><li class='first'>Please ",
|
|
templateFtr : "</a></li></ul></div>"
|
|
}
|
|
}
|
|
YAHOO.Fp.oPaModuleHostname="p.www.yahoo.com";
|
|
if (YAHOO.Fp._hostname == 'us.yahoo.com') {
|
|
YAHOO.Fp.oPaModuleHostname = 'p.' + YAHOO.Fp._hostname;
|
|
}
|
|
if(YAHOO.Fp._hostname === 'preview.www.yahoo.com' || YAHOO.Fp._hostname === 'qa.www.yahoo.com' || YAHOO.Fp._hostname === 'qa2.www.yahoo.com' || YAHOO.Fp._hostname === 'staging.www.yahoo.com'){
|
|
YAHOO.Fp.oPaModuleHostname = YAHOO.Fp._hostname;
|
|
}
|
|
</script>
|
|
<script type="text/javascript" src="http://l.yimg.com/d/i/ww/sp/js_3.033.js"></script>
|
|
<script type="text/javascript">
|
|
now=new Date;
|
|
t11=now.getTime();
|
|
YAHOO.Fp.updateTimeStamp('navbardate', 'd');
|
|
document.getElementById('navbardate').style.visibility = 'visible';
|
|
YAHOO.cookie.set("FPCK","AQBJ2/cQAGlDEACpNxAAqTwQAKkv",new Date(new Date().getTime()+604800000));YAHOO.Fp.TodayCokeULT = {
|
|
init : function(id){
|
|
var ele = document.getElementById(id);
|
|
if(ele){
|
|
var aLinks = ele.getElementsByTagName('A');
|
|
for (var i = 0, numLinks = aLinks.length; i < numLinks; i++) {
|
|
ygAddEventListener(aLinks[i], 'click' , function() { YAHOO.Fp.TodayCokeULT.updateULT({'id': id}); });
|
|
}
|
|
}
|
|
},
|
|
updateULT : function (obj) {
|
|
var id = obj.id;
|
|
if(c_p ){
|
|
id = id.substring(0, 1) + id.substring(id.length-3).substring(0, 1);
|
|
YAHOO.Fd.updateYLC([{key: 'p', value: id}]);
|
|
}
|
|
}
|
|
};
|
|
YAHOO.Fp.TodayCokeULT.init('featured1ct');
|
|
</script>
|
|
<script language="javascript" type="text/javascript">
|
|
YAHOO.Fp.nFontSize=false;
|
|
if(document.getElementById("copyright")){
|
|
YAHOO.Fp.nFontSize=document.getElementById("copyright").offsetHeight;
|
|
}
|
|
if (typeof(app_c_pp)!='undefined'){
|
|
app_c_pp('hp',YAHOO.Fp.hp?1:0);
|
|
app_c_pp('res',YAHOO.Fp.bNarrow);
|
|
app_c_pp('cres',YAHOO.Fp.sFsCookie);
|
|
app_c_pp('aw',YAHOO.Fp.nScreenWidth);
|
|
app_c_pp('fs',YAHOO.Fp.nFontSize);
|
|
app_c_pp('cpkg','1f3sjB1k8d0');
|
|
}
|
|
var s=screen,b=document.body;
|
|
YAHOO.Fp.sFpm = YAHOO.cookie.get("FPM");
|
|
cc='&hp='+(YAHOO.Fp.hp?1:0)+'&cp='+(YAHOO.Fp.cp?1:0)+'&res='+(YAHOO.Fp.bNarrow)+'&cres='+(YAHOO.Fp.sFsCookie)+'&aw='+(YAHOO.Fp.nScreenWidth)+'&sh='+s.height+'&sw='+s.width+'&fs='+YAHOO.Fp.nFontSize+(YAHOO.Fp.sFpm!=''?'&'+YAHOO.Fp.sFpm:'');
|
|
if(YAHOO.Fp._ie){
|
|
b.style.behavior='url(#default#clientCaps)';
|
|
cc=cc+'&ct='+b.connectionType+'&ch='+b.clientHeight+'&cw='+b.clientWidth;
|
|
}
|
|
if(YAHOO.Fp._ie){
|
|
b.style.behavior='url(#default#clientCaps)';
|
|
cc=cc+'/ct='+b.connectionType+'/ch='+b.clientHeight+'/cw='+b.clientWidth;
|
|
}
|
|
</script>
|
|
</html>
|
|
<script language=javascript>ULT_KEY='X3oDMTVvbm1tdThhBGNjA3VzBGNfY2FjaGUDMAR5cHVsc2UDY29uc2VycgRwYQMtMQRwY2lkA1Nob3BwaW5nX1N1bmdsYXNzZXNfcmF5YmFuX292ZXJzaXplZF81Si04OTU4MzMEcHBpZAMxMjM5MDQ0MDQwBGZwY2sDQVFCSjIvY1FBR2xERUFDcE54QUFxVHdRQUtrdgR0bXBsA2luZGV4LWwEX1MDMjcxNjE0OQRwaWQDMTIzOTE1MjMzMAR0ZXN0AzA-';</script><!-- pbt 1239152330 --><script language=javascript>
|
|
if(window.yzq_p==null)document.write("<scr"+"ipt language=javascript src=http://l.yimg.com/d/lib/bc/bc_2.0.4.js></scr"+"ipt>");
|
|
</script><script language=javascript>
|
|
if(window.yzq_p)yzq_p('P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=13slgd3oh%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d1.1%2fW%3dJ%2fY%3dYAHOO%2fF%3d666807605%2fS%3d1%2fJ%3dB36AC442');
|
|
if(window.yzq_s)yzq_s();
|
|
</script><noscript><img width=1 height=1 alt="" src="http://us.bc.yahoo.com/b?P=8gcjukLEarMqfQxCw5h.pQAaRDaRfUnb98gABb3H&T=141ccjn7a%2fX%3d1239152584%2fE%3d2716149%2fR%3dyahoo_top%2fK%3d5%2fV%3d3.1%2fW%3dJ%2fY%3dYAHOO%2fF%3d826651103%2fQ%3d-1%2fS%3d1%2fJ%3dB36AC442"></noscript>
|
|
<!-- f53.www.mud.yahoo.com compressed/chunked Tue Apr 7 18:03:04 PDT 2009 -->
|