ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-GB"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <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://uk.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://uk.yahoo.com" r (n 0 s 0 v 0 l 0))'> <meta name="description" content="Yahoo! UK &amp; Ireland Home Page. Search the web, connect to friends with Yahoo! Mail and Messenger and get the latest News, Finance, Sport and Entertainment"> <meta name="keywords" content="yahoo, yahoo uk, yahoo ireland, yahoo home page, yahoo homepage,yahoo search, yahoo mail, yahoo messenger, news, finance, sport, entertainment,games"> <title>Yahoo! UK &amp; Ireland</title> <!-- SpaceID=97473665 loc=TEAR noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['KNuZ2NmSuyM-']='&U=12c1etaos%2fN%3dKNuZ2NmSuyM-%2fC%3d-1%2fD%3dTEAR%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=1408vg3t8%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d1138810678%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12c1etaos%2fN%3dKNuZ2NmSuyM-%2fC%3d-1%2fD%3dTEAR%2fB%3d-1%2fV%3d0"></noscript> <script type="text/javascript"> var sss=0,lck='',ylp='',_lcs=''; if(typeof YAHOO=="undefined"){var YAHOO={};} YAHOO.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=YAHOO;for(j=(d[0]=="YAHOO")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}} return o;};YAHOO.log=function(msg,cat,src){var l=YAHOO.widget.Logger;if(l&&l.log){return l.log(msg,cat,src);}else{return false;}};YAHOO.register=function(name,mainClass,data){var mods=YAHOO.env.modules;if(!mods[name]){mods[name]={versions:[],builds:[]};} var m=mods[name],v=data.version,b=data.build,ls=YAHOO.env.listeners;m.name=name;m.version=v;m.build=b;m.versions.push(v);m.builds.push(b);m.mainClass=mainClass;for(var i=0;i<ls.length;i=i+1){ls[i](m);} if(mainClass){mainClass.VERSION=v;mainClass.BUILD=b;}else{YAHOO.log("mainClass is undefined for module "+name,"warn");}};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(name){return YAHOO.env.modules[name]||null;};YAHOO.env.ua=function(){var o={ie:0,opera:0,gecko:0,webkit:0};var ua=navigator.userAgent,m;if((/KHTML/).test(ua)){o.webkit=1;} m=ua.match(/AppleWebKit\/([^\s]*)/);if(m&&m[1]){o.webkit=parseFloat(m[1]);} if(!o.webkit){m=ua.match(/Opera[\s\/]([^\s]*)/);if(m&&m[1]){o.opera=parseFloat(m[1]);}else{m=ua.match(/MSIE\s([^;]*)/);if(m&&m[1]){o.ie=parseFloat(m[1]);}else{m=ua.match(/Gecko\/([^\s]*)/);if(m){o.gecko=1;m=ua.match(/rv:([^\s\)]*)/);if(m&&m[1]){o.gecko=parseFloat(m[1]);}}}}} return o;}();(function(){YAHOO.namespace("util","widget","example");if(typeof YAHOO_config!="undefined"){var l=YAHOO_config.listener,ls=YAHOO.env.listeners,unique=true,i;if(l){for(i=0;i<ls.length;i=i+1){if(ls[i]==l){unique=false;break;}} if(unique){ls.push(l);}}}})();YAHOO.lang={isArray:function(o){if(o){var l=YAHOO.lang;return l.isNumber(o.length)&&l.isFunction(o.splice)&&!l.hasOwnProperty(o.length);} return false;},isBoolean:function(o){return typeof o==='boolean';},isFunction:function(o){return typeof o==='function';},isNull:function(o){return o===null;},isNumber:function(o){return typeof o==='number'&&isFinite(o);},isObject:function(o){return(o&&(typeof o==='object'||YAHOO.lang.isFunction(o)))||false;},isString:function(o){return typeof o==='string';},isUndefined:function(o){return typeof o==='undefined';},hasOwnProperty:function(o,prop){if(Object.prototype.hasOwnProperty){return o.hasOwnProperty(prop);} return!YAHOO.lang.isUndefined(o[prop])&&o.constructor.prototype[prop]!==o[prop];},_IEEnumFix:function(r,s){if(YAHOO.env.ua.ie){var add=["toString","valueOf"];for(i=0;i<add.length;i=i+1){var fname=add[i],f=s[fname];if(YAHOO.lang.isFunction(f)&&f!=Object.prototype[fname]){r[fname]=f;}}}},extend:function(subc,superc,overrides){if(!superc||!subc){throw new Error("YAHOO.lang.extend failed, please check that "+"all dependencies are included.");} var F=function(){};F.prototype=superc.prototype;subc.prototype=new F();subc.prototype.constructor=subc;subc.superclass=superc.prototype;if(superc.prototype.constructor==Object.prototype.constructor){superc.prototype.constructor=superc;} if(overrides){for(var i in overrides){subc.prototype[i]=overrides[i];} YAHOO.lang._IEEnumFix(subc.prototype,overrides);}},augmentObject:function(r,s){if(!s||!r){throw new Error("Absorb failed, verify dependencies.");} var a=arguments,i,p,override=a[2];if(override&&override!==true){for(i=2;i<a.length;i=i+1){r[a[i]]=s[a[i]];}}else{for(p in s){if(override||!r[p]){r[p]=s[p];}} YAHOO.lang._IEEnumFix(r,s);}},augmentProto:function(r,s){if(!s||!r){throw new Error("Augment failed, verify dependencies.");} var a=[r.prototype,s.prototype];for(var i=2;i<arguments.length;i=i+1){a.push(arguments[i]);} YAHOO.lang.augmentObject.apply(this,a);},dump:function(o,d){var l=YAHOO.lang,i,len,s=[],OBJ="{...}",FUN="f(){...}",COMMA=', ',ARROW=' => ';if(!l.isObject(o)||o instanceof Date||("nodeType"in o&&"tagName"in o)){return o;}else if(l.isFunction(o)){return FUN;} d=(l.isNumber(d))?d:3;if(l.isArray(o)){s.push("[");for(i=0,len=o.length;i<len;i=i+1){if(l.isObject(o[i])){s.push((d>0)?l.dump(o[i],d-1):OBJ);}else{s.push(o[i]);} s.push(COMMA);} if(s.length>1){s.pop();} s.push("]");}else{s.push("{");for(i in o){if(l.hasOwnProperty(o,i)){s.push(i+ARROW);if(l.isObject(o[i])){s.push((d>0)?l.dump(o[i],d-1):OBJ);}else{s.push(o[i]);} s.push(COMMA);}} if(s.length>1){s.pop();} s.push("}");} return s.join("");},substitute:function(s,o,f){var i,j,k,key,v,meta,l=YAHOO.lang,saved=[],token,DUMP='dump',SPACE=' ',LBRACE='{',RBRACE='}';for(;;){i=s.lastIndexOf(LBRACE);if(i<0){break;} j=s.indexOf(RBRACE,i);if(i+1>=j){break;} token=s.substring(i+1,j);key=token;meta=null;k=key.indexOf(SPACE);if(k>-1){meta=key.substring(k+1);key=key.substring(0,k);} v=o[key];if(f){v=f(key,v,meta);} if(l.isObject(v)){if(l.isArray(v)){v=l.dump(v,parseInt(meta,10));}else{meta=meta||"";var dump=meta.indexOf(DUMP);if(dump>-1){meta=meta.substring(4);} if(v.toString===Object.prototype.toString||dump>-1){v=l.dump(v,parseInt(meta,10));}else{v=v.toString();}}}else if(!l.isString(v)&&!l.isNumber(v)){v="~-"+saved.length+"-~";saved[saved.length]=token;} s=s.substring(0,i)+v+s.substring(j+1);} for(i=saved.length-1;i>=0;i=i-1){s=s.replace(new RegExp("~-"+i+"-~"),"{"+saved[i]+"}","g");} return s;},trim:function(s){try{return s.replace(/^\s+|\s+$/g,"");}catch(e){return s;}},merge:function(){var o={},a=arguments,i;for(i=0;i<a.length;i=i+1){YAHOO.lang.augmentObject(o,a[i],true);} return o;},isValue:function(o){var l=YAHOO.lang;return(l.isObject(o)||l.isString(o)||l.isNumber(o)||l.isBoolean(o));}};YAHOO.util.Lang=YAHOO.lang;YAHOO.lang.augment=YAHOO.lang.augmentProto;YAHOO.augment=YAHOO.lang.augmentProto;YAHOO.extend=YAHOO.lang.extend;YAHOO.register("yahoo",YAHOO,{version:"2.3.0",build:"442"}); YAHOO.namespace("util"); YAHOO.namespace("widget"); YAHOO.namespace("example"); YAHOO.namespace("Fd"); YAHOO.namespace("Fp"); YAHOO.Fp.SAYT_GOSSIP = 'http://uk-sayt.ff.search.yahoo.com/gossip-uk-sayt'; YAHOO.Fp.SAYT_NUMRESULTS = '5'; YAHOO.Fp.SAYT_FRCODE = 'fp-tab-sayt1'; YAHOO.Fp.SAYT = 'true'; YAHOO.Fp.spaceId = '97473665'; YAHOO.Fp.SeoFlyOut = false; 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.nPageSize = 0; YAHOO.Fp.d = document; YAHOO.Fp.$ = function(id){ return (typeof(id)=='string') ? YAHOO.Fp.d.getElementById(id) : false; } var $=YAHOO.Fp.$; var d=YAHOO.Fp.d; 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; }, update : function(n,v){ var a=arguments, sExistingkey='', sExistingValue='', aOptions = new Array(), sOptions='', sCookie = this.get(n), aPairs=sCookie.split('&'), eq = v.indexOf('='), sUpdateKey = v.substring(0,eq), sUpdateValue = v.substring(eq+1,v.length); for (var sKey in aPairs){ eq = aPairs[sKey].indexOf('='), sExistingkey = aPairs[sKey].substring(0,eq), sExistingValue = aPairs[sKey].substring(eq+1,aPairs[sKey].length); if(sExistingkey!=''&&sExistingValue!=''){aOptions[sExistingkey]=sExistingValue; } } aOptions[sUpdateKey]=sUpdateValue; for (var sKey in aOptions){ sOptions += sKey + '=' + aOptions[sKey] + '&'; } sOptions = sOptions.substring(0,sOptions.length-1); this.set(n,sOptions,a[2],a[3],a[4]); }, set : function(n,v) { var a=arguments,al=a.length; document.cookie = n + "=" + v + ((al>2&&a[2]!="") ? ";expires=" + (new Date(a[2] * 1000)).toGMTString() : "") + ";path=" + ((al>3&&a[3]!="") ? a[3] : "/") + ";domain=" + ((al>4&&a[4]!="") ? a[4] : location.hostname); } } YAHOO.Fp.setFPS = function(){ YAHOO.cookie.set("FPS",(YAHOO.Fp.nPageSize==1) ? "tl": "ts",400*3600000); } YAHOO.Fp.loadWidePage = function(){ location.replace("/"); } YAHOO.Fp.loadNarrowPage = function(){ location.replace("/index_narrow.html"); } YAHOO.Fp.sFsCookie = YAHOO.cookie.get("FPS"); if (YAHOO.Fp.sFsCookie.indexOf("t")!=0 && YAHOO.Fp.bNarrow!=-1) { if (YAHOO.Fp.nPageSize==1 && YAHOO.Fp.bNarrow==0){ YAHOO.Fp.loadWidePage(); } else if (YAHOO.Fp.nPageSize==0 && YAHOO.Fp.bNarrow==1){ YAHOO.Fp.loadNarrowPage(); } } else { if (YAHOO.Fp.nPageSize==1 && YAHOO.Fp.sFsCookie == "tl") { YAHOO.Fp.loadWidePage(); } else if (YAHOO.Fp.nPageSize==0 && YAHOO.Fp.sFsCookie == "ts") { YAHOO.Fp.loadNarrowPage(); } } YAHOO.Fp.minMax = function(){ var nFontSize = document.getElementById("client").offsetHeight; document.getElementById("page").style.width=(nFontSize<16?"950px":(nFontSize>23 ? "1250px" : "71.3em")); } YAHOO.Fp._crumb = "oB6im.DkjMo"; YAHOO.Fp._win=1; YAHOO.Fp._ie=1; YAHOO.Fp._ie7=1; YAHOO.Fp._ff=0; YAHOO.Fp._ffv='0'; YAHOO.Fp._sf=0; YAHOO.Fp._op=0; YAHOO.Fp._hostname=location.hostname; YAHOO.Fp._ylh = typeof(YLH)!='undefined'?YLH+'/':''; YAHOO.Fp._intl = 'uk'; YAHOO.Fp._pageType = 'wide'; YAHOO.Fp._defaultTheme = 't2'; YAHOO.Fp.aPaSwitch = new Array(true,true,true); // insert a node at a given position under a parent // takes root element, element to insert, position to insert at 0 index YAHOO.Fp.insertAtPosition = function(root, el, pos) { //if the position is out of the current scope of the element if(pos > root.childNodes.length || pos < 0) { return false; } // if pos is the same as length then add to the end of the children array if (pos === root.childNodes.length) { root.appendChild(el); } // insert before works for all other cases else { root.insertBefore(el, root.childNodes[pos]); } return true; }; YAHOO.namespace("Fp.Ads"); YAHOO.Fp.sayt = true; var troughCols = 5; YAHOO.Fp.deferImage = function( deferredImage, deferredImageSrc, deferredImageGroup ) { try { if ( typeof( YAHOO.Fp.deferredImages ) == 'undefined') { YAHOO.Fp.deferredImages = new Array(); } if ( typeof( YAHOO.Fp.deferredImages[deferredImageGroup] ) == 'undefined') { YAHOO.Fp.deferredImages[deferredImageGroup] = new Array(); } YAHOO.Fp.deferredImages[deferredImageGroup][deferredImage] = deferredImageSrc; } catch( e ) { } }; YAHOO.Fp.loadDeferredImages = function( deferredImageGroup ) { try { for ( var i in YAHOO.Fp.deferredImages[deferredImageGroup] ) { document.getElementById(i).setAttribute( 'src', YAHOO.Fp.deferredImages[deferredImageGroup][i] ); } delete YAHOO.Fp.deferredImages[deferredImageGroup]; } catch( e ) { } }; 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; } function err(a,b,c) { var img=new Image; img.src='http://srd.yahoo.com/hp5-err/'+escape(a)+','+escape(b)+','+escape(c)+'/*1'; return true; } ylp='http://us.lrd.yahoo.com/t/b.gif?t=1229613810&_ylp=A9mSukXyakpJom4BYsuBVM8F'; </script> <style type="text/css"> ol:after, ul:after, .md:after, .md-sub:after, .hd:after, .bd:after, .ft:after, .fixfloat:after, #colcx:after, #rightcx:after, #eyebrow:after, #masthead:after, #search:after, #tabs:after, #sbox:after, #doors:after, #patabs:after, #patop:after, #trough-overlay-bd div:after, #trough ul:after, #trough li:after, #lastvideolist:after { content:"."; display:block; font-size:0px; line-height:0px; height:0; clear:both; visibility:hidden; } ol, ul, .md, .md-sub, .hd, .bd, .ft, .fixfloat, #colcx, #rightcx, #eyebrow, #masthead, #search, #tabs, #sbox, #doors, #patabs, #patop, #trough ul, #lastvideolist { zoom:1; _height:1px; } 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;} 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; } cite { font:normal 85% verdana; } em { font-style:normal; } cite span { font-weight:bold; } a { color:#16387c; } a:link,a:visited { text-decoration:none; } a:hover { text-decoration:underline; } .on a:hover { text-decoration:none; } .a11y,legend { position:absolute; left:-5000px; width:100px; } ol:after, ul:after, .md:after, .md-sub:after, .hd:after, .bd:after, .ft:after, .fixfloat:after, #colcx:after, #rightcx:after, #eyebrow:after, #masthead:after, #search:after, #tabs:after, #sbox:after, #doors:after, #patabs:after, #patop:after, #trough-overlay-bd div:after, #trough ul:after, #trough li:after { content:"."; display:block; font-size:0px; line-height:0px; height:0; clear:both; visibility:hidden; } ol, ul, .md, .md-sub, .hd, .bd, .ft, .fixfloat, #colcx, #rightcx, #eyebrow, #masthead, #search, #tabs, #sbox, #doors, #patabs, #patop, #trough ul { 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; color:#000; background:#ddd; overflow:visible; 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, .videoplayer, .slideshow, .search, .minimantle li { font:normal 77% verdana; padding:0 0 2px 22px; background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat; } .more { background:none; font-weight:bold; padding-left:0px } .bullet { background-position:0 -1px; } .video, .videoplayer { background-position:0 -52px; } .audio { background-position:0 -102px; } .slideshow { background-position:0 -153px; } .search { background-position:0 -202px; } .btn-more { position:absolute; bottom:5px; right:10px; font:bold 77% verdana; white-space:nowrap; } .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; background:url(http://l.yimg.com/a/i/ww/t1/norgie-down.gif) 50% no-repeat; } .hide a.norgie { background-image:url(http://l.yimg.com/a/i/ww/t1/norgie-down.gif); } a.mover { float:right; margin:0 4px; width:19px; height:20px; background:url(http://l.yimg.com/a/i/ww/t1/norgie-down.gif) 50% no-repeat; display:none; } .bd span,.ft span { display:none; } .bd .current,.ft .current,.current span { display:block; } .md { position:relative; margin:0 0 10px; background:#fff; } .hd { position:relative; margin:-1px -1px 0; padding:1px 11px; } .hd h2 { position:relative; display:inline; font:bold 100% arial; } .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%; } .hd ul li { position:relative; float:left; } .hd li.last { float:right; margin-right:-1px; } .hd li a { position:relative; display:block; padding:2px 0 0; margin-right:-1px; font:normal 92% arial; outline:none; text-align:center; white-space:nowrap; border-right:0; *zoom:1; z-index:50; } .hd li.on { z-index:60; } .hd li .pipe { display:block; position:absolute; top:1px; right:0; width:1px; height:1.15em; z-index:60; } .hd li.on .pipe { visibility:hidden; } .hd li.on a { padding-bottom:1px; margin:-1px 0; *padding-bottom:2px; *margin:-1px 0 -2px; font-weight:bold; z-index:70; } .hd li.off .pipe,.hd li.on .pipe,.hd li.last .pipe { visibility:hidden; } #news .hd ul li { width:24.9%; } #today .hd ul li { width:24.9%; } #todaybd ul li { margin-right:10px; } .md-sub h3 { font-size:100%; } #client { position:absolute; visibility:hidden; } #page { margin:0 auto; position:relative; overflow:hidden; min-width:950px; width:70em; *width:71.3em; text-align:left; } #colcx { position:relative; } #left { float:left; width:15.79%; min-width:150px; margin:0 0 10px 0; } #rightcx { float:right; width:84.21%; min-width:800px; *margin-left:-20px; } .colpadding { margin-left:10px; } #middle { float:left; width:55%; min-width:440px; } #right { float:left; width:45%; min-width:360px; *margin-right:-200px; } #quoteAd{ float:right; margin:6px 0px 5px; } #quoteAd span{ position:relative; bottom:4px; margin-right:2px; font:normal 100% verdana; } #loading { display:none; position:absolute; top:2px; right:2px; z-index:999; } div.minimantle { border:1px solid #b0bbcf; border-width:0 1px 1px 0; margin:10px 0; background:#e2e7ea url(http://l.yimg.com/a/i/ww/t5/grd-4px.gif) 0 -1740px repeat-x; } .minimantle .md-sub { padding:5px 0 5px 10px; } .minimantle .md-sub{ border-bottom:1px solid #91A7B4; } div.minimantle .mmlast{ border-bottom:1px solid #fff; } .minimantle h2 { font:bold 100% arial; margin-bottom:4px; } .minimantle li { font:bold 85% verdana; padding-left:8px; background:url(http://l.yimg.com/a/i/ww/t5/icons.gif) -8px -1px no-repeat; } #mantlecx { margin:0 0 10px; } #eyebrow { position:relative; margin:0 auto; font:normal 77% verdana; padding:3px 10px; } #eyebrow li { float:left; } #eyebrow ul,#eyebrow ul a { float:left; } #sethomepage { border-left:1px solid #B0BEC7; padding-left:10px; margin-left:10px; font-weight:bold; } .noborder { border: none !important; padding: 0 !important; margin: 0 !important; } #headline { float:right; } #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; display:block; left:47%; top:-6px; 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; } #masthead { margin:0 0 10px 0; } #mastheadbd .top { display:block; position:relative; left:-1px; margin-right:-2px; height:4px; font-size:0; background:#e2eaed url(http://l.yimg.com/i/i/uk/hp/grd1.gif) repeat-x; } #mastheadbd { position:relative; text-align:center; background:#eef3f6 url(http://l.yimg.com/i/i/uk/hp/grd1.gif) 0 -30px repeat-x; *z-index: 1; } #masthead h1 { margin: 2px 0 0 0; } /* belowl has to go away altogether */ #belowl { display: none; } #p, #sdv, #poi { padding: 3px 0pt 2px 3px; } #sbox { display: inline; padding: 1.5em 0 0 0; height: 2em; overflow:hidden; } label.plabel { float: left; } #searchwrapper { margin-bottom: 10px; text-align: center; } #sbox #p.plong { margin-left: 0; width: 440px; } #searchsubmit { margin: 0; width: 180px; position: relative; left: -7px; } #sbox .inputtext { width: 203px; margin-left: 0; } p.searchinfo { font-size: 91%; left:235px; position:absolute; top: 150px; font-size: 83%; } p#searchinfotwo { left:445px; } #searchlabel { font-size:122%; font-weight:bold; margin: 0 8px 0 7px; } #searchlabel.local { margin: 0 12px 0 7px; } #searchfields { display: table-cell; margin-top: 1.5em; position: relative; } #belowr { font-family: Arial; font-size: 81%; position: absolute; top: -20px; right: 7px; text-align: center; width: 184px; z-index: 10; white-space: nowrap; } #belowr label { position: relative; bottom: 2px; margin: 0 0 0 2px; } #belowr #v11 { margin: 0 0 0 2px; } #sbox label span { position: relative; right: 300px; top: 20px; } label.dvlabel1 { font-weight: bold; font-size: 122%; line-height: 1em; padding: 4px 9px 0px 10px; background: #8EABBB; } #vsearchtabs{ font-size: 93%; position: absolute; top: -20px; right: 0; z-index: 5; width: 630px; } #vsearchtabs *{ line-height:14px; } #vsearchtabs li{ float:left; border-left:1px solid #fff; position:relative; } #vsearchtabs li a{ padding:2px 7px; border-left:1px solid #b0bec7; float:left; } #vsearchtabs li.first { border:0; } #vsearchtabs li.first a{ border:0; } #vsearchtabs li.last { z-index:20; } #vsearchtabs li.on a{ color:#333; font-weight:bold; } #vsearchtabs dl{position:relative;z-index:100;} #vsearchtabs dt{position:absolute;} #vsearchtabs dl dt a{ background:url(http://l.yimg.com/i/i/eu/hp/2.gif) no-repeat 100% -406px; position:relative; text-transform:lowercase; padding-right:20px; } #vsearchtabs dt a:hover, #vsearchtabs dt a.on{ border:1px solid #B0BEc7; text-decoration:none; background-position:100% -454px; padding:1px 20px 1px 7px; } #vsearchtabs dt a.on, #vsearchtabs dt a.on:hover{ background-position:100% -505px; } #vslist{ position:absolute; left:0; top:17px; _top:1.4em; display:none; background:#eee; border:1px solid #889AA7; font-size:92%; width:14em; text-align:left; } #vslist div{ position:relative; margin:-2px 0 0 -2px; background:#fff; border:1px solid #889AA7; padding:5px 2px; } #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; float:none; border:0; } #vslist a:hover{ background:#889AA7; color:#fff; text-decoration:none; } #navbar { background-repeat:repeat-x; background-position:0pt -1336px; margin-top:0px; clear:both; padding:7px 0pt 4px 10px; } #navbar-links { margin:0; padding:0; } #navbar-links li { float:left; font-family:arial; font-size:85%; margin:0pt; background:#DDE6EB; } #navbar-links li.first { width:7.4em; text-align:center; } #navbar-links li strong { color:#FFFFFF; } #navbar-links li a, #navbar-links li strong { display:block; margin:-1px 1px; padding:3px 0.6em; } #navbar-links li.middle a { padding-left:0; } #navbar-links li, #navbar-links li strong, #navbar-links li a { background:none; border:0pt none; } #navbar-links li strong { border-style:solid; border-width:1px; } #navbar-links li, #navbar-links li strong, #navbar-links li a { background:none; border:0pt none; } #navbar-links li.last a { border-left:1px solid #CAD5DB; margin:2px 0pt; padding:0pt 1em; } #navbar #navbar-links li a.usflag { padding-left:32px; background: url(http://l.yimg.com/i/i/eu/hp/usfla.png) no-repeat 10px center; } #pagesettingscx { position:relative; right:10px; top: 3px; float:right; } #pagesettings { display:none; position:absolute; top:1em; right:-3px; min-width:160px; width:11.8em; margin:2px 0 0; background:#acc0c9; z-index: 100; } #pagesettings .bd { position:relative; top:-1px; left:-1px; padding:0; background:#fffac6; border:1px solid #000; border-color:#cad5db #6b8792 #6b8792 #cad5db; } #pagesettings .bd span { display: block; padding:15px 5px; font:bold 77% verdana; border:1px solid #fff; border-width:0 1px 1px 0; } #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; display:inline; margin-left:4px; } #themes li a { display:block; width:13px; height:12px; text-indent:-5000px; font-size:0px; background:url(http://l.yimg.com/a/i/ww/sp/theme-icons_1.2.gif) no-repeat; 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; } a#editpage { font:normal 77% verdana; padding-right:15px; zoom:1; display:block; *display:inline; height:12px; background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat; } a#editpage { background-position:100% -307px; } a#editpage.on { background-position:100% -361px; } #doors{ position:absolute; left:2px; bottom:2px; background:0; border:0; } #doors li{ float:left; margin:0 0 0 5px; background:#dde6eb; } #doors li strong{ display:block; position:relative; top:-1px; left:-1px; min-width:82px; _width:4.8em; border:1px solid #dee6e9; border-color:#dee6e9 #586b7a #586b7a #dee6e9; } #doors li a{ position:relative; min-width:60px; margin:0; padding:2px 10px; font:normal 100% arial; border:1px solid #fff; background:#fff url(http://l.yimg.com/i/i/uk/hp/grd1.gif) bottom left repeat-x; _width:4.8em; } #page #trough span.tag{ float:none; display:inline; position:absolute; margin:1px -50px 0 3px; width:50px; height:12px; border:0; padding:0; background:transparent no-repeat; } #trough { position:relative; overflow:hidden; *overflow:visible; } #trough .bd { padding:0; } #trough span { display:block; position:relative; margin:-1px -1px 0 0; padding:5px; } #trough .btn-more-2 { display:block; position:relative; top:0; left:0; padding:1px 2px; text-align:center; white-space:nowrap; } #trough ul { background:#f8f9fc url(http://l.yimg.com/i/i/uk/hp/grd4.gif) repeat-x; } #trough li { padding:3px 0 3px 5px; zoom:1; } #trough li a { display:block; min-height:12px; padding:3px 0 3px 25px; margin:-1px 0 -2px; *margin:-2px 0 -3px; font:bold 84% verdana; } #trough li.plink a { font:bold 122% arial; } #trough ul#trough-promo{ background-position:0 -500px; } #trough-promo li.last{ margin-bottom:2px; } #trough li em{ font:bold 122% arial; } #trough li em a{ padding:1px 0 1px 25px; } #trough-overlay-cx{ position:absolute; top:0; left:0; z-index:900; overflow:hidden; } #trough-overlay{ position:absolute; top:0; right:0; z-index:200; width:44em; min-width:592px; _width:44.5em; padding:2px 0 0 2px; overflow:hidden; *overflow:visible; } #trough-overlay.edit{ width:47em; } #trough-overlay .shadow1{ display:block; background:#b1b1b1; } #trough-overlay .shadow2{ display:block; position:relative; top:-1px; left:-1px; background:#8b8b8b; } #trough-overlay-content{ position:relative; top:-1px; left:-1px; min-width:540px; _width:100%; padding:10px 6px; border:1px solid #184473; background:#85a9cb url(http://l.yimg.com/a/i/ww/t5/grd-4px.gif) left -3100px repeat-x; } #trough-overlay h2{ font:bold 122% arial; color:#fff; margin:0 0 10px 10px; } #trough-overlay p{ font:normal 92% arial; color:#fff; margin:-10px 0 10px 10px; } #trough-close{ display:block; position:absolute; top:6px; right:5px; padding:0 0 0 10px; font:bold 77% verdana; color:#fff; background:url(http://l.yimg.com/a/i/ww/t5/trough-close-2.gif) center left no-repeat; } #trough-overlay-bd{ padding:3px 0 0 3px; background:#fff url(http://l.yimg.com/a/i/ww/t5/shd-tr.gif) no-repeat; } #trough-overlay-bd ol{ float:left; width:20%; } #trough-overlay-bd ol.cols4{ width:25%; } #trough-overlay-bd ol.cols5{ width:20%; } #trough-overlay.edit li{ font-weight:normal; white-space:nowrap; } #trough-overlay.edit li input{ *margin-right:-3px; } #trough-overlay.edit li.on{ font-weight:bold; } #trough-overlay-bd li{ font:bold 85% verdana; margin-bottom:9px; *margin-bottom:6px; } #trough-overlay-bd li a{ white-space:nowrap; } #trough-overlay-bd div{ _width:100%; padding:10px 17px 0; *padding:5px 17px 4px; zoom:1; } #properties{ background:#f1f6fa; color:#333; } #properties, #properties-intl{ border:1px solid transparent; margin:-1px; *border:0; *margin:0; } #trough-overlay.edit #properties{ background:#fdfac3; } #properties-intl, #seriously{ background:#fff url(http://l.yimg.com/a/i/ww/t5/grd-2px.gif) repeat-x; } div#seriously{ padding:7px 17px; margin-right:-1px; *margin:0; text-align:right; font:bold 85% verdana; } #seriously a{ display:block; margin-right:-7px; } #trough-overlay.edit #properties-intl{ background-color:#fffcd9; } #today { min-height:225px; _height:225px; } #today h3 { font-size:122%; color:#16387c; } #today p { margin:5px 0; } #today .hd { text-align:left; } #today .bd { position:relative; padding:7px 0 5px 10px; min-height:117px; _height:116px; background:#fff; } #today .bd img { float:left; margin-right:10px; width:156px; height:117px; padding:1px; border:1px solid #9dafbd; border-color:#9eb1c0 #677787 #677787 #9eb1c0; } #today .bd img.editor { width:auto; height:auto; } #today .bd span span{ display:none; } #today .bd span.current span { float:left; width:56.5%; margin-bottom:-6px; overflow:hidden; display:block; } #today .bd div div { display:none; } #today .bd div img { display:none; } #today .bd div.current div { float:left; width:56.5%; margin-bottom:-6px; overflow:hidden; display:block; } #today .bd div.current img { display:block; } #today .bd h3,#today .bd p,#today .bd ul { margin:0 0 6px; } #today .bd ol,#today .bd ul,#today .bd ul li { float:left; } #today .bd ul li a { white-space:nowrap; zoom:1; } #today .bd ol li a { display:block; *display:inline; zoom:1; } #today .ft { padding:0 5px 6px; background:#fff; } #today .ft ul { padding:2px 0 0; width:100%; } #today .ft li { position:relative; float:left; width:46%; margin-right:2%; min-height:30px; height:2.3em; 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:22px; _height:22px; font:normal 77% verdana; } #today .ft li.on a { background:#fcfcfc url(http://l.yimg.com/i/i/uk/hp/grd1.gif) 0 -296px repeat-x; } #today .ft li a .editor { position:absolute; left:0; } #today.todayvideo{ height:381px; } #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 {border:1px solid #9eb1c0; padding:1px 1px 0 1px; width:416px; _width:420px; margin-left:4px; } #videoad {position:absolute; bottom:0; width:100%; border-top:1px solid #b0bec7;} /*#videoad span{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 span{ background-repeat:no-repeat; background-position: 50% 50%; height:27px; text-indent:-2000px; outline:none; text-decoration:none; } #internalad, #externalad{display:none;} .inlinevideo { background: transparent url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat scroll 0%; padding: 0pt 0pt 2px 22px; background-position: 0pt -52px; } #news { background:#f5f7f6; } #newsbd { position:relative; background:#fff; padding-bottom:0; } #news DIV.newstop { position:relative; margin:4px -10px 0 0; padding-bottom:15px; min-height:119px; _height:119px; } #news DIV.newstop ul { padding-bottom:0.75em; } #news.afterhours DIV.newstop { min-height:142px; _height:142px; } #news .single-panel { padding-top:9px; min-height:163px; _height:163px; border: 1px solid #000; } #newsbottom { padding:4px 10px; font:normal 77% verdana; color:#333; } #news.afterhours #newsbottom { padding:4px 10px 6px; } #news.afterhours #markets { margin:0; } #news DIV.newstop li { list-style-type: disc; margin-left: 15px; } #news ul.btn-more{ position:absolute; bottom:0px; right:5px; margin:0; padding:0 0 1px; color:#16387c; } #news ul.btn-more li{ float:left; list-style-type:none; margin:0; padding:0 5px; line-height:1.1em; border-right:1px solid #94a1c3; } #news ul.btn-more li a{ line-height:1.1em; } #news ul.btn-more li.first{ border:0; padding:0; margin:0; font-weight:normal; } #news ul.btn-more li.last{ border:0; padding:0 0 0 5px; margin:0px; } #newstabs li.on #sportnews2, #newstabs li.on #miscnews2 { margin-left:-5px; } #markets h3 { font:normal 100% verdana; display:inline; margin-right:5px; } #quotes a { color:#333; } #markets span { display:inline; } #markets ul, #markets li { display:inline; } #markets li { margin-right:10px; } #qsponsor { margin-top:5px; } #quotes { margin-top:4px; width:220px; } #quotes a,#s { margin-right:5px; } input#sz { font-size:100%; padding:1px; } #quotes .submit { font-size:100%; padding:0 3px; } #news .bd { padding-left: 0; } #news .bd ul { padding-left: 10px; } #markets .up{ color:#359c00; } #markets .down{ color:#c00; } .qsponsored { float:left; } #news .bd div,#news .ft div { display:none; } #news .bd .current,#news .ft .current,#news .current div { display:block; } #news #videonews2ct ul.videos { margin:7px 0pt 0pt -5px; width:48%; _width:47%; float:left; padding-bottom: 0; *margin-bottom: 10px; _margin-bottom: 0; } #news #videonews2ct ul.videos li { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0pt -1px 10px 2px; padding:0pt 0pt 0pt 1px; font-size:85%; float: left; width: 100%; } #news #videonews2ct ul li a img { float: left; margin-right: 5px; padding: 1px; border: 1px solid #b3bfc6; } #news #videonews2ct ul li a.title { display:block; margin:0; font-size: 110.39%; } #news #videonews2ct .btn-more { position:static; float: right; padding-right: 5px; } #news #videonews2ct .newstop { padding-bottom:0; } #news-feat1{ margin:0 10px 5px 10px; } #news-featbd1 { position: relative; padding-bottom: 2em; } #news-feat1.min #news-featbd1 { display: none; } #news-featbd1 div { margin: 0 5px; padding-bottom: 5px; border-bottom: 1px solid #ccc; } #news-feat1 #news-featsec1 { height: auto; font-size: 85%; padding: 5px 0 0 0; overflow: hidden; } #news-feat1 #news-featsec1 ul, #news-feat1 h4{ font-size: 100%; padding: 0 5px 0 7px; margin: 0; } #news-feat1 #news-featsec1 li{ list-style: none; margin-left: 0; margin-top: 2px; } #ol-athletes1, #ol-results1, #ol-medals1 { float: left; padding-bottom: 1000px; margin-bottom: -1000px; } #ol-medals1 { width: 20%; } #ol-athletes1, #ol-results1 { border-left: 1px dotted #ccc; width: 39%; } #news-featsec1 #ol-medals1 ul, #news-featsec1 #ol-medals1 h4 { padding-left: 2px; } #ol-medals1 li { line-height: 1.5em; } #news-feat1 span { display: inline; font-weight: normal; } #news-feat1 span.noresults { text-align: center; display: block; padding-top: 1em; } a#shownewsfeat1 { font-weight: bold; padding-left:25px; background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat; background-position:-25px -359px; } #news-feat1.min a#shownewsfeat1 { background-position:-25px -305px; } #ol-medals1 img { vertical-align: middle; } #news #news-feat1 #more-news.btn-more { padding: .7em 0 0 0; position: relative; display: inline; float: right; } /* Temporary change to position more links correctly * with Olympics content. Consider moving to general news css */ #news ul#more-news.btn-more { position: relative; display: inline; float: right; } #news div.newstop { padding-bottom: 1em; _padding-bottom: .7em; } #news-feat2{ margin:0 10px 5px 10px; } #news-featbd2 { position: relative; padding-bottom: 2em; } #news-feat2.min #news-featbd2 { display: none; } #news-featbd2 div { margin: 0 5px; padding-bottom: 5px; border-bottom: 1px solid #ccc; } #news-feat2 #news-featsec2 { height: auto; font-size: 85%; padding: 5px 0 0 0; overflow: hidden; } #news-feat2 #news-featsec2 ul, #news-feat2 h4{ font-size: 100%; padding: 0 5px 0 7px; margin: 0; } #news-feat2 #news-featsec2 li{ list-style: none; margin-left: 0; margin-top: 2px; } #ol-athletes2, #ol-results2, #ol-medals2 { float: left; padding-bottom: 1000px; margin-bottom: -1000px; } #ol-medals2 { width: 20%; } #ol-athletes2, #ol-results2 { border-left: 1px dotted #ccc; width: 39%; } #news-featsec2 #ol-medals2 ul, #news-featsec2 #ol-medals2 h4 { padding-left: 2px; } #ol-medals2 li { line-height: 1.5em; } #news-feat2 span { display: inline; font-weight: normal; } #news-feat2 span.noresults { text-align: center; display: block; padding-top: 1em; } a#shownewsfeat2 { font-weight: bold; padding-left:25px; background:url(http://l.yimg.com/a/i/ww/thm/1/icons_1.1.gif) no-repeat; background-position:-25px -359px; } #news-feat2.min a#shownewsfeat2 { background-position:-25px -305px; } #ol-medals2 img { vertical-align: middle; } #news #news-feat2 #more-news.btn-more { padding: .7em 0 0 0; position: relative; display: inline; float: right; } /* Temporary change to position more links correctly * with Olympics content. Consider moving to general news css */ #news ul#more-news.btn-more { position: relative; display: inline; float: right; } #news div.newstop { padding-bottom: 1em; _padding-bottom: .7em; } #marketplace .bd { min-height:165px; _height:165px; } #marketplace li { clear:both; border-top:1px solid #ccc; padding-top:3px; margin-top:3px; } #marketplace li.first { border:none; padding:0; margin:0; } #marketplace li img { float:left; margin: 0 5px 5px 0; } #marketplace li span { display:block; } #ysearchcontainer{position:absolute;z-index:300;right: 0; top: 1.8em; width: 1255px; zoom: 1;} #ysearchcontainer .yui-ac-content{position:absolute;width:438px;border:1px solid #89a;border-top-width:0;background:#fff;overflow:hidden;text-align:left;z-index:300;} #ysearchcontainer .yui-ac-bd {padding:5px;} #ysearchcontainer ul{margin:0;padding:5px;border: 1px #91A7B4 solid;} #ysearchcontainer li{padding:0;cursor: pointer;white-space:nowrap;} #ysearchcontainer li strong{font-weight:bold;} #ysearchcontainer li.yui-ac-highlight{background:#36c;color:#000;} #ysearchcontainer li strong {color:#16387c;} #yschinfo p{position:static;} .yschhd {position:static;} #ysearchcontainer .yui-ac-ft p{margin:0;padding:5px;text-align:right;font-family: "Verdana", Helvetica, Arial;font-size:0.9em;*font-size:0.8em;color:#16387C;} #ysearchcontainer .yui-ac-ft p a{text-decoration:none;} #ysearchcontainer .yui-ac-ft p a:hover{text-decoration:underline;}#yschqcon #yschtg {padding-left:1em;} #disablesayt { font-size: 91%; } #patop { position:relative; padding:8px 9px 9px; } #patop .so { padding:2px 0; } #patop .so a { font-weight:bold; } #reg h2 { font:normal 122% arial; } #reg h2 a { font-weight:bold; } #signup,#signout { position:absolute; top:10px; right:10px; } #signout { top:11px; font:normal 77% verdana; } #patop #pa-logout-note p { color:#CC6633; padding:0 0 5px 0; } #patop #pa-logout-note a { font-size:122%; font-weight:bold; padding:0; margin:5px 0px; line-height:1; } #patop #pa-logout-note a.signout-network { border-left:1px solid #333; padding-left:3px; } #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 { 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; margin-top:-3px; *margin-bottom:-1px; padding-right:2px; font-size:92%; font-weight:normal; } #patabs li.tab-on .icon { padding-bottom:17px; } #patabs li .details .icon { padding:3px 0 4px 40px; *padding-bottom:5px; } #patabs li.tab-on .details .icon { padding:3px 0 12px 40px; *padding-bottom:13px; } #patabs li .icon { display:block; z-index:10; padding:8px 0 9px 40px; background:url(http://l.yimg.com/i/i/eu/hp/paic2.gif) 5px 3px no-repeat; } #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; margin-bottom: 3px; } #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 -902px; } #patabs #horoscope .icon { padding-left:29px; background-position:3px -797px; } #patabs #local .icon { background-position:5px -397px; } #patabs #shopping .icon { background-position:5px -1006px; } #patabs #dating .icon { background-position:5px -1108px; } #patabs #autos .icon { background-position:5px -1205px; } .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; } .pa-alert { text-align:center; color:#16387c; padding:0 20px; } .pa-alert h3,.pa-alert ul{ margin:5px 0 0 0; text-align:left; } .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 ul { width:80%; margin-top:30px; } .error li { float:none; margin:0; } .error li.first { border:1px solid #c2d0d9; padding:5px 10px; text-align:center } .error li.first a { text-decoration:underline; font-weight:bold; } .error li.last { text-align:right; font:bold 77% verdana; } .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; } .promo{ position:absolute; bottom:0; top:5px; _top:9px; left:0; right:0; background:#edf2f7 url(http://l.yimg.com/d/i/ww/t9/error_bckgrnd.gif) repeat-x; } .promo{ _top:auto; padding-right:0; _padding-bottom:10px; } .promo h4{ background:url(http://l.yimg.com/d/lib/eu/fp/img/liambbq.gif) no-repeat; text-align: right; font:normal 100% arial; color:#434343; margin:10px 0 0 0; _margin-left:20px; padding:15px 20px 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 table { width:100%; border-collapse:collapse; font:normal 100% arial; margin-top:3px; table-layout:fixed; } #mailpreview table td { width:33%; 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 table td a { float:left; white-space:nowrap; overflow:hidden; } #mailpreview th { font:normal 85% verdana; } #mailpreview .pamailfooter th { border-top:1px solid #ebeff2; } #mailpreview .hdr { color:#333; } #mailpreview .seen1 { color:#666; } #mailpreview .btn-more { font-size:85%; position:relative; float:right; margin-right:5px; margin-top:5px } #mailpreview .hdr th.left { padding-left:8px; } #mailpreview .hdr th.right { padding-left:18px; } #mailpreview .seen0 { color:#16387c; font-weight:bold; } .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; } .details h5 { font:bold 100% arial; } .details .rate { font-weight:bold; } .details li { display:block; white-space:nowrap; float:none; } .details li em { font:bold 100% arial; color:#f46924; } .details .tl,.details .bl,.details .br { position:absolute; right:0; bottom:-6px; width:100%; height:6px; background:#fff url(http://l.yimg.com/a/i/ww/t4/movies-ol-br.gif) bottom right no-repeat; } .details .tl{ bottom:auto; top:-1px; left:0; width:2px; height:2px; background:url(http://l.yimg.com/a/i/ww/t4/movies-ol-tl.gif) no-repeat; } .details .bl { right:auto; left:0; bottom:0; width:4px; font-size:0px; background:url(http://l.yimg.com/a/i/ww/t4/movies-ol-bl.gif) bottom left no-repeat; } #pamssgr { position:relative; height:8.5em; padding:1px 5px 2px; } #pamssgr span#panav { display:block; position:absolute; top:1px; right:5px; white-space:nowrap; } #pamssgr .hdr { color:#16387c; } #msgrcount { display:inline; float:none; } #panav a { font:bold 77% verdana; color:#16387c; } #panavprev { padding-left:10px; background:url(http://l.yimg.com/a/i/ww/t4/pointer-blue-left.gif) center left no-repeat; } #panavnext { padding-right:10px; background:url(http://l.yimg.com/a/i/ww/t4/pointer-blue-right.gif) center right no-repeat; } #pamssgr ol { display:none; } #pamssgr ol li { margin:3px 0 0; } #pamssgr .current { display:block; } #pamssgr .blast { width:16px; height:16px; zoom:1; } #pamssgr li a.on { background:url(http://l.yimg.com/a/i/us/psg/sr/gr/s1/new_blast.gif) 0 0 no-repeat; } #pamssgr .buddy { margin-left:5px; padding-left:18px; font-weight:bold; background:url(http://l.yimg.com/a/i/us/msg/6/gr/online_12px_1.gif) 0 2px no-repeat; } #pamssgr .ft { position:absolute; bottom:5px; padding:0; margin:0; font:bold 77% verdana; } #pamssgr .three60 { float:left; font-weight:normal; } #pamssgr .psmssgrlnch { float:right; margin-right:5px; } .papreviewheader { margin:0; padding:0 10px; height:1.4em; clear:both; overflow: hidden; } #localresize { float:left; } .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 { line-height:150%; background:url(http://l.yimg.com/a/i/ww/t4/pa-preview-shadow.gif) repeat-x; padding:0 10px; position:relative; } #weatherpreview .forcast { position:relative; top:4px; clear:both; margin:1px 10px; padding:0; font-size:92%; } #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; /*_right:-1px;*/ 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; margin-bottom:8px; } #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; } #weatherpreview #weatherfooter { font:bold 77% verdana; clear:both; text-align:right; margin:0 10px 5px 10px; } #weatherpreview dd.info { font-size:75%; } #ulmformweather, #ulmformtraffic, #ulmformevents { margin:0; } .ulmform { position:relative; padding: 9px; background: #ffc; zoom:1; border: 2px solid #95ADB7; } .nocookie { margin:9px; border:1px solid #95ADB7; } .ulmform fieldset { *position:relative; margin: 0; padding:0 0 0 59px; border: 0; background: url(http://l.yimg.com/a/i/ww/t4/local_map.gif) no-repeat 10px 22px; } .ulmform fieldset.invalid { margin: -5px 0 -4px; } #weatherpreview .ulmform fieldset { background: url(http://l.yimg.com/a/i/ww/t1/weather-form-icon.gif) no-repeat 9px 50%; } .ulmform input{ margin:0 5px 0 0; } .ulmform label { margin:3px 0; display: block; font:92% arial; } .ulmform fieldset.cl{ padding-top:4px; padding-bottom:5px; } .ulmform #csz { width:13em; padding:2px; margin-left:0; } .ulmform #csz, .ulmform #cszvisible { width:13em; } .ulmform fieldset.cl #cszlabel { margin: 10px 0px 6px } #ulmdefault { *margin:-1px 0 0 -3px; } #ulmdefaultlbl { left:0; margin:3px 0; *margin:1px 0; font-size:85%; } .ulmform fieldset.cl #ulmdefaultlbl { margin:5px 0 7px; } .ulmform .alert { color: red; } .ulmform .nonus { margin:-4px; margin-top:-9px; padding-left:35px; background-position-y:30px; background-position-x:0; } .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 { margin: 0; padding: 0; font-weight: bold; } #picklist dd { margin: 0; padding: 0 0 0 20px; } #picklist a { display: block; } #musicpreview{padding-bottom:1em;_padding-bottom:.7em;} #musicpreview{text-align:center;margin:0 auto;} #musicpreview h3, #moviespreview 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;} .station-bd{min-height:70px;_height:70px;padding-right:10px;background:url(http://l.yimg.com/a/i/ww/t4/music-mask-1.gif) 100% 0 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-bd h4{font-size:100%;} .station-name{ float:left; width:170px; font:bold 100% arial; 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;} .station-photo{width:70px;height:70px;} .artists{ float:left; width:185px; margin:0 0 5px; font:normal 77% verdana; color:#666; } .artists a{ display:block; overflow:hidden; color:#666; } .listen{ float:left; padding:1px 5px 2px; font:bold 85% arial; background:#fec128; border:1px solid #333; border-color:#d0ced1 #313133 #333 #cdcfce; } #moviespreview h4 a { border-bottom: 1px solid #b8b9ba; margin-bottom: 3px;} .papreviewdiv #moviespreview h4 a span { border-bottom: 1px solid #e8e9ec; padding-bottom: 2px; display: block;} #moviespreview .station-bd div { float: right;} #moviespreview .artists { width: 85px; color: #000; font-weight: bold;} #moviespreview .reviews { font-size: 77%; text-align: center; } /* jbyrum@ - adding styles for local tab - will optimize later */ #localsubheader{ border-bottom:1px solid #c1cbd4; padding:2px 10px; font:bold 77% verdana; } #localsubheader a{ color:#16387f; background:url(http://l.yimg.com/d/i/ww/sp/btn2.gif) no-repeat; padding-left:15px; padding-right:3px; } #localsubheader a.off{ color:#16387f; } #localsubheader a.on{ color:#333; background-position:0 -24px } #localpreview h3{position:relative;top:3px;margin:0 0 0 5px;font-size:100%;} #local-nav.nav a{top:52%;} #localpreview a.ulmtrigger{position:absolute;top:5px;right:10px;font:normal 77% verdana;} #localpreview .station{ min-height:65px; height:auto; _height:65px; } #localpreview .station-bd{ padding:5px 0 5px 5px; min-height:51px; height:auto; _height:51px; } #local-station li{ list-style:none; margin:0 0 3px; } #local-station.list li{ position:relative; background:url(http://l.yimg.com/a/i/ww/t1/pulse-topten-orange.gif) 0 1px no-repeat; padding:0 0 0 19px; margin-right:8px; *margin-left:-15px; _width:90%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } #local-station.list li.tt0{background-position:0 0;} #local-station.list li.tt1{background-position:0 -28px;} #local-station.list li.tt2{background-position:0 -56px;} #local-station.list li.tt3{background-position:0 -84px;} #local-station.list li.tt4{background-position:0 -113px;} #local-station.list li.tt5{background-position:0 -142px;} #local-station.list li.tt6{background-position:0 -169px;} #local-station.list li.tt7{background-position:0 -197px;} #local-station.list li.tt8{background-position:0 -225px;} #local-station.list li.tt9{background-position:0 -253px;} #local-station li a{ font:bold 100% arial; } #local-station li cite{ font:normal 92% arial; color:#666; } #local-sponsor{ position:absolute; left:10px; bottom:2px; font:normal 77% verdana; color:#666; } a.ulmtrigger{ padding-left:12px; background:url(http://l.yimg.com/a/i/ww/t1/ulm-norgie-dn.gif) no-repeat left 50%; } .localsearch{margin-bottom:5px;} .localsearch label,.localsearch input{float:left;} .localsearch span label{ width:7em; font-size:92%; padding-top:2px; } #ulmformlocal strong{color:#f00;} #page .localsearch fieldset span{float:left;clear:both;display:block;margin-left:5px;width:100%;_width:92%;font-size:100%;} #page .localsearch fieldset span.first{margin-bottom:5px;} .localsearch .inputtext{ font-size:85%; padding:2px 2px; } #page div.localsearch input.submit{ font-size:77%; padding:1px 2px; position:relative; top:-1px; } #ulmdefault{margin-left:5px;} /* /local styles */ #ad { text-align:center; } #ad table { margin:0 auto; } .bdFillImage { padding: 0; } .mantleBuild h3 { font:bold 100% arial; margin-bottom:2px; color:#666; } .mantleBuild h3.fillImage { padding-top: 5px; } .mantleBuild h3 a { display:block; color:#597300; } .mantleBuild .btn-more-left { position: absolute; bottom: 5px; font-family: verdana; font-style: normal; font-variant: normal; font-weight: bold; font-size: 77%; line-height: normal; font-size-adjust: none; font-stretch: normal; white-space: nowrap; } .mantleBuild img { float:left; margin-right:8px; border:1px solid #9CAFBD; border-right:1px solid #647684; border-bottom:1px solid #647684; } .mantleBuild .btn-more, #mantle .btn-more-left { bottom:10px; } #mantle ul { clear:left; } #mantle ul li{ margin: 0.2em 0; } .shop-xmas .bd {padding-bottom: 0;} .shop-xmas ul { margin: 0 auto; width: 24.4em;} .shop-xmas li { float: left; width: 79px; font-size: 85%; text-align: center; overflow: hidden;} .shop-xmas img { display: block; border: 1px solid #777; margin: 0 auto; float:none; } #popsearch{height:11.3em;*height:11.6em;_height:11.3em;} #popsearch span{font:normal 92% arial;} #popsearch .bd{padding:16px 3px .5em 3px;} #popsearch ol{float:left;width:49.5%;} #popsearch li:after{content:".";display:block;font-size:0px;line-height:0px;height:0;clear:both;visibility:hidden;} #popsearch li{ border:1px solid transparent; _border:0; padding-left:16px; padding-right:3px; margin-bottom:6px; font:bold 77%/150% verdana; background:url(http://l.yimg.com/a/i/pulse/06q3/p_numb2.gif) 0 0 no-repeat; } #popsearch li.tt1{background-position:0 -1px;} #popsearch li.tt2{background-position:0 -39px;} #popsearch li.tt3{background-position:0 -77px;} #popsearch li.tt4{background-position:0 -115px;} #popsearch li.tt5{background-position:0 -153px;} #popsearch li.tt6{background-position:0 -190px;} #popsearch li.tt7{background-position:0 -229px;} #popsearch li.tt8{background-position:0 -267px;} #popsearch li a{display:block;margin-top:1px;*margin-top:-1px;_margin-top:0;} #popsearch li a{float:left;} #footer { clear:both; text-align:center; padding:10px 0; margin:0 0 10px 10px; } #footer ul { margin-bottom: 3px; } #footer li { display:inline; padding:0 5px 0 0; margin: 0 5px 0 0; } #footer li.last { border:0; padding-right:0; margin-right:0; } #footer p { padding: 0 5px; font:normal 100% arial; color:#666; } .feedback { padding: 0 5px; } #ysearchcontainer ul, #ysearchcontainer .yui-ac-content { border:1px solid #959a7a; background: #fff; } #ysearchcontainer .yui-ac-content { background-image:url(http://l.yimg.com/i/i/eu/hp/troug7.gif); background-repeat:repeat-x; background-position: 0 -810px; } #ysearchcontainer li.yui-ac-highlight { background-color: #f8f8f8; } .btn-more-2, .hd li.on a, .hd, #mastheadbd .top, #mastheadbd, #doors li a, #today .ft li.on a{ background-image:url(http://l.yimg.com/a/i/ww/thm/2/grd-1px_1.1.gif); background-repeat:repeat-x; } div.minimantle, #sizetoggle, #trough ul, #pa{ background-image:url(http://l.yimg.com/a/i/ww/thm/2/grd-4px.gif); background-repeat:repeat-x; } .md{ background:#fff; border:1px solid #c7cab7; } #left .md{ border:1px solid #91a7b4; border-color:#c7c8b8; } .hd{ color:#16397b; background-color:#f3f4ef; background-position:bottom left; border:1px solid #c7cab7; border-bottom:1px solid #959a7a; } .hd li a{ color:#16377a; } .hd li .pipe{ background:#959a7a; border-right:1px solid #fff; } .hd li.on a{ border:1px solid #969b7d; border-top-color:#959a7a; border-bottom:1px solid #fff; background-color:#fff; background-position:0 -178px; } .hd li.first a{ border-left:none; } .hd li.on a{ color:#d5541a; } div.minimantle, #sizetoggle{ border:1px solid #cc9e62; border-width:0 1px 1px 0; background-color:#c6c9b8; background-position:0 -2041px; } .minimantle .md-sub, #sizetoggle .bd{ border:1px solid #fff; } .minimantle .md-sub{ border-bottom:1px solid #c6c9b8; } div.minimantle .mmlast{ border-bottom:1px solid #fff; } .minimantle h2 a{ color:#333; } .minimantle li{ background-position:-8px 1px; *background-position:-8px 1px; } #mastheadbd .top{ background-color:#f4f5f0; } #mastheadbd{ background-color:#f4f5f0; background-position:0 -30px; border:1px solid #c6c9b8; border-width:0 1px; border-bottom:1px solid #c6c9b8;} #searchIE{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/a/i/ww/thm/2/search_1.1.png', sizingMethod='scale'); } #navbar { background-image:url(http://l.yimg.com/a/i/ww/thm/2/grd-1px_1.3.gif); } #navbar-links li.first, #navbar-links li.first strong { background:#959a7a; } #navbar-links li strong{ border-color:#c6c9b8 #536f7a #536f7a #c6c9b8 } #doors li{ background:#bec0ab } #doors li strong{ border:1px solid #dee6e9; border-color:#c6c9b8 #536f7a #536f7a #c6c9b8 } #doors li a{ border:1px solid #fff; background-color:#fff; background-position:bottom left; } #trough{ background:#fff; } #trough .bd{ border:1px solid #fff; border-width:0 1px 1px 0; } #trough span { background:#f8f9fb; border-top:1px solid #9a9e85; } #trough ul{ background-color:#c6c8bb; } #trough #trough-promo{ border-top:1px solid #fff; } #trough #trough-promo .first{ border-top:1px solid #9a9e85; } #trough li a{ background:url(http://l.yimg.com/d/lib/eu/fp/img/sand16.gif) 0 0 no-repeat; } #today .ft li.on{ border:1px solid #afbec5; border-color:#959a7a #c6c9b8 #c6c9b8; } #today .ft li.on a{ color:#666; background-color:#fff; background-position:0 -296px; } #newsbottom, .news-feat { background:#f8f8f8; border-top:1px solid #c7cab7; } .news-feat{ border:1px solid #c7cab7; } #pa{ border-color:#c5c7ba #949979 #949979 #c5c7ba; background-position:0 -2700px; } #pabd{ border:1px solid #c5c7ba; border-width:0 1px 1px 0; } #patabs ul.patabs li div{ background:#b1b6af; } #patabs ul.patabs li h4{ background:#9eaaa8; } #patabs ul.patabs li a{ border:1px solid #c9d6de; border-color:#c7cab9 #566c79 #566c79 #c7cab9; background-color:#fff; } #patabs ul.patabs li.tab-on a, #patabs .papreviewdiv{ border-color:#566c79 #c7cab9 #c7cab9; 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 #c7cab9; border-top-color:#566c79; } #footer{ color:#16387c; } #footer li{ border-right:1px solid #b0bec7; } .feedback { border-right:1px solid #b0bec7; } body { background: white; } #eyebrow, #eyebrow a{ color:#16387C; } #themes li a { background:url(http://l.yimg.com/a/i/ww/sp/theme-icons_1.2.gif) no-repeat; } #adeast, #adeast a, #adeast a:hover, #adeast a:visited {color:#000000;font-size:11px; text-align:center;} #mastheadbd.bucket {background: #f4f5ee url(http://l.yimg.com/i/i/eu/any/topg1.gif) repeat-x;} </style> </head> <body> <div id="client">Y</div> <div id="page"> <div id="eyebrow"> <ul> <li><!-- SpaceID=97473665 loc=PHL2 noad-spid --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['LNuZ2NmSuyM-']='&U=12cbqksq2%2fN%3dLNuZ2NmSuyM-%2fC%3d-2%2fD%3dPHL2%2fB%3d-2%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140ker9f0%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d3691554267%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12cbqksq2%2fN%3dLNuZ2NmSuyM-%2fC%3d-2%2fD%3dPHL2%2fB%3d-2%2fV%3d0"></noscript><a href="http://uk.yahoo.com/_ylt=Amh_3pRxzAL1YLlKN42vmReBVM8F;_ylv=9/SIG=12odacr9b/**http%3A//uk.rd.yahoo.com/referurl/evt=47843/*http%3A//uk.downloads.yahoo.com/firefox/">Get the latest Firefox browser</a></li> <li><a href="http://uk.yahoo.com/_ylt=AjRWv0eUpLtwRzatsZkmSBOBVM8F;_ylv=9/SIG=10s70ej05/**http%3A//uk.yahoo.com/set" id="sethomepage">Make Yahoo! your home page</a></li> </ul> <div id="headline"> <a href="http://uk.ard.yahoo.com/SIG=1568fir31/M=200110256.201782341.203019470.200811577/D=ukhmpg/S=97473665:PHL1/_ylt=AiCODIRGxRaGDr8ACok6jgyBVM8F/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=K9uZ2NmSuyM-/J=1229613810120122/A=200910010/R=0/SIG=128oq142s/*http://synpath.clashdev.com/default.aspx?pid=2348&campid=187&subid=eye">Win a pair of UGG boots</a><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['K9uZ2NmSuyM-']='&U=13orm31v5%2fN%3dK9uZ2NmSuyM-%2fC%3d200110256.201782341.203019470.200811577%2fD%3dPHL1%2fB%3d200910010%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140t7mr2i%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d1208586528%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13orm31v5%2fN%3dK9uZ2NmSuyM-%2fC%3d200110256.201782341.203019470.200811577%2fD%3dPHL1%2fB%3d200910010%2fV%3d1"></noscript></a> </div> </div> <script type="text/javascript"> YAHOO.Fp.hm=document.getElementById('sethomepage'); YAHOO.Fp.hp=1; </script> <a id="ieshp"></a> <script type="text/javascript"> YAHOO.Fp.checkHomePage = function() { YAHOO.Fp.sp='http://'+location.hostname; _ieshp=document.getElementById("ieshp"); _ieshp.style.behavior='url(#default#homepage)'; YAHOO.Fp.hm.onclick=function() { _ieshp.setHomePage(YAHOO.Fp.sp); YAHOO.Fp.checkSHP(); 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() { var _hp=(_ieshp.isHomePage(YAHOO.Fp.sp)||_ieshp.isHomePage(YAHOO.Fp.sp+'/')); if (typeof(YAHOO.cookie) != "undefined" && YAHOO.cookie.set) {YAHOO.cookie.set("D","","-1","/","uk.yahoo.com");} var aBeacons = []; aBeacons = [ { type:'image' , value: 'http://pclick.europe.yahoo.com/p/s=97329915/lng=uk/rand='+Math.random() } , { type:'image' , value: 'http://rd.afil.uk.yahoo.com/tradedoubler/beaconimg.php?promoid=HPSETUK&eventid=61069' } , { type:'image' , value: 'http://being.successfultogether.co.uk/registersale.asp?site=4266&order=TRACKING_NUMBER' } , { type:'js' , value: "esvtk_trackprintonce({esvtk_v:'1', esvtk_esvid:'2002' , event:'made_homepage', amount:'0'})" } ]; if(_hp) { var nBeaconLength = aBeacons.length; if(nBeaconLength>0){ for(var i=0; i<nBeaconLength; i++){ if(aBeacons[i].type==='image'){ YAHOO.Fp['trackingBeacon'+i] = new Image; YAHOO.Fp['trackingBeacon'+i].src=aBeacons[i].value; }else if(aBeacons[i].type==='js'){ //eval(aBeacons[i].value); } } } YAHOO.Fp.shp=1; YAHOO.cookie.set("HP","1","","","uk.yahoo.com"); alert("Your home page is now Yahoo!\nThe home button of your browser goes directly to Yahoo!"); YAHOO.Fp.eyebrow(); } } </script> <script type="text/javascript"> YAHOO.Fp.shp=1; /// boolean - true if y! is the home page YAHOO.Fp._hpc=YAHOO.cookie.get("HP"); /// number - value of the HP cookie YAHOO.Fp._hlr=(window.history.length==((YAHOO.Fp._ie)?0:1)); /// boolean - result of the history length check - true of the first page view of the browser session if( (YAHOO.Fp._ie==1 && YAHOO.Fp.hp) || /// is IE and IE home page check returned true OR (YAHOO.Fp._ff==1 && YAHOO.Fp._hlr) ) { /// is Firefox and history length check returned true YAHOO.cookie.set("HP","1","","","uk.yahoo.com"); /// Set the HP cookie to a value of 1 } else { YAHOO.Fp.shp=0; /// change shp to be false indicating we don't think the users home page is y! } YAHOO.Fp.scp=(YAHOO.Fp._ie||parseFloat(YAHOO.Fp._ffv)>=parseFloat('1.0'))?YAHOO.Fp.cp:1; /// boolean - check to make sure we're using IE or Firefox and, if we are, set to the value of cp YAHOO.Fp.eyebrow = function(){ document.getElementById('sethomepage').parentNode.style.display=(!YAHOO.Fp.shp)?'block':'none'; } YAHOO.Fp.eyebrow(); </script> <div id="masthead"> <div id="mastheadhd"> </div> <div id="mastheadbd" class="bucket"> <span class="top"></span> <script type="text/javascript"> /** * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * */ if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject; </script> <h1 id="pagelogo"><a href="http://uk.yahoo.com/_ylt=Am3X347xTd9aw_fQThqvzm.BVM8F;_ylv=9/SIG=113c4udiv/**http%3A//uk.christmas.yahoo.com/"> <img src="http://l.yimg.com/i/i/uk/hp/2xmas.gif" width="250" height="63" alt="Yahoo! UK &amp; Ireland" title="Yahoo! UK &amp; Ireland" /></a> </h1> <script type="text/javascript"> var so = new SWFObject("http://l.yimg.com/i/i/uk/hp/2xmas.swf ", "logomovie", "250", "63", "8", "#ffffff", true); so.addParam("wmode", "transparent"); so.write("pagelogo"); if(document.getElementById("logomovie")){document.getElementById("logomovie").onmouseup=function(){document.location.href="http://uk.yahoo.com/_ylt=Am3X347xTd9aw_fQThqvzm.BVM8F;_ylv=9/SIG=113c4udiv/**http%3A//uk.christmas.yahoo.com/";};} </script> <script type="text/javascript"> function yschblonToggle(oChkbx) { var oCDiv = oChkbx.parentNode; if (oCDiv) { var aLabels = oCDiv.getElementsByTagName("label"); var aRadioBtns = oCDiv.getElementsByTagName("input"); var sClassName = oChkbx.checked ? 'disabled': ''; var aLabelsLen = aLabels.length - 1; if (aLabels) { for (var i = 0; i < aLabelsLen; i++) { aLabels[i].className = sClassName; } } if (aRadioBtns) { if (sClassName == 'disabled') { aRadioBtns[0].checked = true; } else { aRadioBtns[1].checked = true; } for (var j = 0; j < aLabelsLen; j++) { aRadioBtns[j].disabled = oChkbx.checked; } } } } </script> <div id="searchwrapper"> <form name="sf1" id="search" action="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=1140u5jk8/*-http://uk.search.yahoo.com/search"> <fieldset> <legend>Yahoo! Search</legend> <div id="sbox"> <div id="searchfields"> <ul id="vsearchtabs"> <li class="first on"><a href="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=9/SIG=116tiob0k/**http%3A//uk.search.yahoo.com/search" id="sbt1" class="radios translate stripe">Web</a></li><li><a href="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=9/SIG=11dt5jnef/**http%3A//uk.search.yahoo.com/search/images" id="sbt2" class=" stripe">Images</a></li><li><a href="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=9/SIG=11innvlsn/**http%3A//uk.video.search.yahoo.com/search/video" id="sbt3" class=" stripe">Video</a></li><li><a href="http://uk.yahoo.com/_ylt=AhZRBtwFknXYjjWQVyapGgGBVM8F;_ylv=9/SIG=11airs1ma/**http%3A//uk.local.yahoo.com/search.html" id="sbt4" class="local stripe">Local</a></li><li><a href="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=9/SIG=11j2svu62/**http%3A//cgi.europe.yahoo.com/cgi/de/uk_kelk.cgi" id="sbt5" class=" stripe">Shopping</a></li> <li class="last ignore"><dl id="vsearchm"><dt><a id="vsearchmore" href="http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=9/SIG=121anhh2l/**http%3A//uk.search.yahoo.com/info/servicesandtools%3F%26amp;p=">more</a></dt><dd id="vslist"></dd></dl></li> </ul> <script type="text/javascript"> YAHOO.Fp.Search = {}; YAHOO.Fp.Search.sbt1 = "http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=1140u5jk8/*-http://uk.search.yahoo.com/search"; YAHOO.Fp.Search.sbt2 = "http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=11bkngcij/*-http://uk.search.yahoo.com/search/images"; YAHOO.Fp.Search.sbt3 = "http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=11gepmf97/*-http://uk.video.search.yahoo.com/search/video"; YAHOO.Fp.Search.sbt4 = "http://uk.local.yahoo.com/search.html;_ylt=AhZRBtwFknXYjjWQVyapGgGBVM8F;_ylv=3"; YAHOO.Fp.Search.sbt5 = "http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=11hfltc5k/*-http://cgi.europe.yahoo.com/cgi/de/uk_kelk.cgi"; </script> <div id="searchbox"> <label id="searchlabel" for="p">Search:</label> <input class="plong inputtext" type="text" id="p" name="p" accesskey="s"> <input type="submit" id="searchsubmit" class="btn-more-2" value="Web Search"> </div> <input type="hidden" id="fr" name="fr" value="yfp-t-501"> <input type="hidden" name="ei" value="UTF-8"> <div style="display: block;" id="searchoptions"> <div id="belowl"><a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/"><img src="http://l.yimg.com/a/i/ww/answers.gif" width="13" height="14" alt=""></a><span><a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/" id="ans">Yahoo! Answers:</a> <a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=13880ngs4/**http%3A//uk.answers.yahoo.com/question/index%3Fqid=20070814065727AAzUyoU%26show=3%23answer-title-area">Why doesn't glue stick together in its bottle?</a></span></div><div id="belowr"><input type="radio" name="rd" id="v10" checked="checked" value="r1"><label for="v10">the Web</label><input type="radio" name="rd" id="v11" value="r2"><label for="v11">UK only</label></div></div> <script type="text/javascript"> if(YAHOO.Fp.SAYT == 'true') { document.sf1.p.setAttribute('autocomplete', 'off'); } document.sf1.p.focus(); document.sf1.action = "http://uk.yahoo.com/_ylt=Ak2ZMMpARgAqHaxYQv_iFlyBVM8F;_ylv=0/SIG=1140u5jk8/*-http://uk.search.yahoo.com/search"; document.sf1.fr.value = "yfp-t-501"+(typeof(ver)!='undefined'?ver:""); </script> </div> </div> </fieldset> </form> </div> <div id="navbar"> <div id="pagesettingscx"> <a href="" id="editpage">Page Options</a> <div id="pagesettings"> <div class="bd"> <span> <h4>Colour:</h4> <ol id="themes"> <li><a href="/" id="t1"title="Ocean">Ocean</a></li><li><a href="/" id="t2" class="on" title="Oyster">Oyster</a></li><li><a href="/" id="t3"title="Violet">Violet</a></li><li><a href="/" id="t4"title="Tangerine">Tangerine</a></li><li><a href="/" id="t5"title="Grass">Grass</a></li><li><a href="/" id="t7"title="Pink">Pink</a></li> </ol> <a id="sizetogglelink" href="/index_narrow.html">Switch to narrow layout</a> <a id="enablesayt" href="/">Enable search suggestions</a> </span> </div> </div> </div> <!-- got: gb --> <ul id="navbar-links"> <li class="middle"><a href="http://uk.yahoo.com/_ylt=ArEdLLsBSvCoa_V2yAqR1c.BVM8F;_ylv=9/SIG=10ssecg0e/**http%3A//uk.my.yahoo.com/">My Yahoo!</a></li> <li class="last"><a href="http://uk.yahoo.com/_ylt=As.APZN6mR5BMpD1nVK3rRaBVM8F;_ylv=9/SIG=137kq706s/**http%3A//uk.rd.yahoo.com/evt=44976/*https%3A//edit.europe.yahoo.com/config/mail%3F.intl=uk%26.src=ym">Yahoo! Mail</a></li> </ul> </div> </div> </div> <div id="colcx"> <div id="left"> <div id="trough" class="md"> <div class="bd"> <ul class="col1" id="trough-links"><li class="first"><a style="background-position:-400px -120px" href="http://uk.yahoo.com/_ylt=AjGl0TrlKtT1Dnt1aElX1IeBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/">Answers</a></li><li><a style="background-position:-400px -439px" href="http://uk.yahoo.com/_ylt=Aq7UxRXeaoWOygqzSqjFxk.BVM8F;_ylv=9/SIG=10uiieitl/**http%3A//uk.cars.yahoo.com/">Cars</a></li><li><a style="background-position:0 -480px" href="http://uk.yahoo.com/_ylt=ApWFpYcrNH6dQN1dHA6AN8.BVM8F;_ylv=9/SIG=10uicd19o/**http%3A//uk.chat.yahoo.com/">Chat</a></li><li><a style="background-position:0 -40px" href="http://uk.yahoo.com/_ylt=AtT6uus.lp9bqrwqgZI5AbOBVM8F;_ylv=9/SIG=153ant1ku/**http%3A//clkuk.tradedoubler.com/click%3Fp=49135%26a=1250873%26g=16453480%26url=http%3A//uk.match.yahoo.net/uk/yahootd.aspx%3FTrackingID=523899%26BannerID=567441">Dating</a></li><li><a style="background-position:0 -760px" href="http://uk.yahoo.com/_ylt=Au92ccibntfGm21GSam1.mqBVM8F;_ylv=9/SIG=1115ruosd/**http%3A//uk.finance.yahoo.com/">Finance</a></li><li><a style="background-position:-403px -745px" href="http://uk.yahoo.com/_ylt=AvcGGurlrFCUBA14IM30pUCBVM8F;_ylv=9/SIG=10r6a9hh2/**http%3A//www.flickr.com/">Flickr</a></li><li><a style="background-position:0 -1600px" href="http://uk.yahoo.com/_ylt=AlCsWgwqM19hrKHLM7OcnFqBVM8F;_ylv=9/SIG=10vp6bskk/**http%3A//uk.games.yahoo.com/">Games</a></li><li><a style="background-position:-403px -791px" href="http://uk.yahoo.com/_ylt=AmIJAYJW.bJisiTwRfoxqcWBVM8F;_ylv=9/SIG=10vt5iomg/**http%3A//uk.green.yahoo.com/">Green</a></li><li><a style="background-position:0 -1399px" href="http://uk.yahoo.com/_ylt=Ahg1K0_TWczcbXstbun1pwSBVM8F;_ylv=9/SIG=1108tpe1s/**http%3A//uk.groups.yahoo.com/">Groups</a></li><li><a style="background-position:0 -1359px" href="http://uk.yahoo.com/_ylt=AsAXGs9ks.RS9WewBDTXCfiBVM8F;_ylv=9/SIG=11c682422/**http%3A//uk.horoscopes.yahoo.net/yahoouk/">Horoscopes</a></li><li><a style="background-position:0 -160px" href="http://uk.yahoo.com/_ylt=ArGAS9Vo4IAih9_2d.7p9NqBVM8F;_ylv=9/SIG=110dtq1m6/**http%3A//uk.mobile.yahoo.com/">Mobile</a></li><li><a style="background-position:0 -559px" href="http://uk.yahoo.com/_ylt=AvnhSq8_.o_4x7wYU1FQ0LqBVM8F;_ylv=9/SIG=1107vvlop/**http%3A//uk.movies.yahoo.com/">Movies</a></li><li><a style="background-position:0 -1560px" href="http://uk.yahoo.com/_ylt=AhDIJFo5j2.HOqzx08.xav2BVM8F;_ylv=9/SIG=113truhe6/**http%3A//new.uk.music.yahoo.com/">Music</a></li><li><a style="background-position:0 0" href="http://uk.yahoo.com/_ylt=AlaS_u.fIr27G4nxV.TXO3OBVM8F;_ylv=9/SIG=10ujoncd2/**http%3A//uk.news.yahoo.com/">News</a></li><li><a style="background-position:-400px -160px" href="http://uk.yahoo.com/_ylt=AmylvQ6kufVEH05_gI.YtWeBVM8F;_ylv=9/SIG=12ur8d1dl/**http%3A//yahoo.propertyfinder.com/cgi-bin/rsearch%3Fcu=YAHOOUK%26a=bhp%26t=res%26da=YAHOOUK">Property</a></li><li><a style="background-position:0 -1639px" href="http://uk.yahoo.com/_ylt=AjFUp1rO9epf9lDv98PhJH.BVM8F;_ylv=9/SIG=125amhhei/**http%3A//www.kelkoo.co.uk/c-601-home-page.html%3FpartnerId=8914248">Shopping</a></li><li><a style="background-position:0 -799px" href="http://uk.yahoo.com/_ylt=AixA66Yb7rZmxMGHWvU08kuBVM8F;_ylv=9/SIG=1136vpejr/**http%3A//uk.eurosport.yahoo.com/">Sport</a></li><li><a style="background-position:0 -999px" href="http://uk.yahoo.com/_ylt=AjjIddhglCcq3e0UVgfTHd.BVM8F;_ylv=9/SIG=10smm470q/**http%3A//uk.tv.yahoo.com/">TV</a></li><li><a style="background-position:0 -79px" href="http://uk.yahoo.com/_ylt=Aun.8gQkaGGSFq1HMjDVp62BVM8F;_ylv=9/SIG=110951jvn/**http%3A//uk.travel.yahoo.com/">Travel<span class="tag" style="background-image:url(http://l.yimg.com/i/i/any/gling.gif);"></span></a></li><li class="last"><a style="background-position:-403px -613px" href="http://uk.yahoo.com/_ylt=AjqUOg5yMoERLby78JFBWe2BVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/">Video</a></li></ul><ul class="col1 trough-promo" id="trough-promo"><li class="first"><a style="background-position:-403px -983px" href="http://uk.yahoo.com/_ylt=AhHvjxIBC86DCjdUdREr782BVM8F;_ylv=9/SIG=113c4udiv/**http%3A//uk.christmas.yahoo.com/">Christmas<span class="tag" style="background-image:url(http://l.yimg.com/a/i/ww/sp/new.gif);"></span></a></li><li class="last"><a style="background-position:-403px -1022px" href="http://uk.yahoo.com/_ylt=Aun.8gQkaGGSFq1HMjDVp62BVM8F;_ylv=9/SIG=11d3l16pb/**http%3A//uk.travel.yahoo.com/ski-holidays/">Ski<span class="tag" style="background-image:url(http://l.yimg.com/a/i/ww/sp/new.gif);"></span></a></li></ul><span id="allyservicescx"> <a href="http://uk.yahoo.com/_ylt=ArQR6AP7Z5grvoPmC2CgsBqBVM8F;_ylv=9/SIG=11234fk0m/**http%3A//uk.yahoo.com/more.html" id="allyservices" class="btn-more-2" title="View the complete list of Yahoo! Services">All Yahoo! Services</a> </span> </div> </div> <div class="minimantle md"> <div id="smallbiz" class="md-sub"> <h2><a href="http://uk.yahoo.com/_ylt=ArcOVjNOYaXOivWK7WcQiV6BVM8F;_ylv=9/SIG=12s5lac8g/**http%3A//uk.rd.yahoo.com/evt=42294/*http%3A//searchmarketing.yahoo.com/en_GB/as/index.php">Advertise with us</a></h2> <ul id="smallbiz-links"> <li><a href="http://uk.yahoo.com/_ylt=ArcOVjNOYaXOivWK7WcQiV6BVM8F;_ylv=9/SIG=12h2of8uc/**http%3A//searchmarketing.yahoo.com/en_GB/arp/sponsoredsearch_v1.php%3Fo=GB0210">Search Advertising </a></li><li><a href="http://uk.yahoo.com/_ylt=AkZAlpWtHQUM47UMrhMFNS2BVM8F;_ylv=9/SIG=1233k9bk4/**http%3A//uk.rd.yahoo.com/evt=42386/*http%3A//uk.media.yahoo.com/">Media Solutions</a></li><li><a href="http://uk.yahoo.com/_ylt=Are9o6X_XlJBvtB90BsnsMWBVM8F;_ylv=9/SIG=12gjb6l5v/**http%3A//shopping.yahoo.co.uk/b/a/co_4292_128501-partner-with-us-company.html">Merchant Solutions</a></li> </ul> </div> <div id="advertising" class="mmlast md-sub"> <h2>Featured Services</h2> <ul> <li><a href="http://uk.yahoo.com/_ylt=Ag8hAw57Z8KvCy0JhLkWeiyBVM8F;_ylv=9/SIG=12oklf1g7/**http%3A//uk.rd.yahoo.com/referurl/evt=47844/*http%3A//uk.downloads.yahoo.com/firefox/">Get Firefox now</a></li><li><a href="http://uk.yahoo.com/_ylt=AiElSuym8KJMBGQmsSiwwsGBVM8F;_ylv=9/SIG=1134poqc3/**http%3A//uk.broadband.yahoo.com/">Broadband</a></li><li><a href="http://uk.yahoo.com/_ylt=Ams.CMEOlH48BmFpvo7hH9WBVM8F;_ylv=9/SIG=10t3j6v3q/**http%3A//www.kelkoo.co.uk/">Kelkoo Shopping</a></li><li><a href="http://uk.yahoo.com/_ylt=As9jbeFWJBitrodRTxtS9kuBVM8F;_ylv=9/SIG=10ur9p5h7/**http%3A//uk.maps.yahoo.com/">Maps</a></li><li><a href="http://uk.yahoo.com/_ylt=Aq7LZl3sJuKXOcPUE7JwawOBVM8F;_ylv=9/SIG=111pn8s2s/**http%3A//uk.toolbar.yahoo.com/">Toolbar</a></li><li><a href="http://uk.yahoo.com/_ylt=Ako.uSzbpwK5KfqQMQ8VJ66BVM8F;_ylv=9/SIG=1139voeg7/**http%3A//world.yahoo.com/%3Fc=uk">Y! International</a></li> </ul> </div> </div> </div> <div id="rightcx"> <div id="middle"> <div class="colpadding"> <div id="today" class="md"> <div class="hd"> <h2>Featured</h2> </div> <div id="todayvideo"> </div> <div id="todaybd" class="bd"> <div id="featured1ct" class="current"> <a href="http://uk.yahoo.com/_ylt=AllCb3o3FY8PBp9bwL9tfLiBVM8F;_ylv=9/SIG=123blk1sr/**http%3A//uk.biz.yahoo.com/15122008/389/hidden-holiday-costs.html"><img src="http://l.yimg.com/i/i/uk/hp/cards2.jpg" id="today1" width="156" height="117" alt="Person holding credit cards"></a> <div> <h3><a href="http://uk.yahoo.com/_ylt=ArO6.YrnycIhCFlJ7j2F_GiBVM8F;_ylv=9/SIG=123blk1sr/**http%3A//uk.biz.yahoo.com/15122008/389/hidden-holiday-costs.html">Govinda loves Ramji</a></h3> <p> All paid and ready for your next holiday? Think again - companies often reserve the right to add extra charges. <a class="more" href="http://uk.yahoo.com/_ylt=Avhzuvw6cKNwld6Sjle0AaaBVM8F;_ylv=9/SIG=123blk1sr/**http%3A//uk.biz.yahoo.com/15122008/389/hidden-holiday-costs.html">&#187; Why?</a> </p> <ul id="todayMod1"> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AtglT4szdJiAN33NTIjlc12BVM8F;_ylv=9/SIG=12bu8q7np/**http%3A//clkuk.tradedoubler.com/click%3Fp=37401%26a=1218497%26g=16665134">Pay less for travel insurance</a></li> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AsJ8.jz.UW2nDvkfXXJU7KOBVM8F;_ylv=9/SIG=11d3l16pb/**http%3A//uk.travel.yahoo.com/ski-holidays/">Book your ski holiday online</a></li> </ul> <script type="text/javascript"> </script> <script type="text/javascript"> YAHOO.Fp.TodayVideo = Array(); YAHOO.Fp.TodayVideo[1] = {enabled: false}; videoLinks = document.getElementById('todayMod' + 1).getElementsByTagName("A"); //only add listeners to secondary links of type videoplayer (always class "videoplayer") if(deconcept.SWFObjectUtil.getPlayerVersion().major > 0) { for (j=0;j<videoLinks.length;j++) { if (videoLinks[j].className=="videoplayer") { videoLinks[j].href = videoLinks[j].href.replace(/_ylv=9/i, "_ylv=3"); } } } YAHOO.Fp.TodayVideo[1].vp = Array(); YAHOO.Fp.TodayVideo[1].vp[1] = {enabled: false}; YAHOO.Fp.TodayVideo[1].vp[2] = {enabled: false}; </script> </div> </div> <div id="featured2ct" > <a href="http://uk.yahoo.com/_ylt=Ak1UdexHDgavc6Q0Ytv1wNuBVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="today2" width="156" height="117" alt="Twiggy the squirrel"></a> <script type="text/javascript">YAHOO.Fp.deferImage( 'today2', 'http://l.yimg.com/i/i/uk/hp/squir10.jpg', 'today' );</script> <div> <h3><a href="http://uk.yahoo.com/_ylt=AsRCFHOMAPoZRp0LSZbR4JWBVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/" class="inlinevideo">A water-skiing squirrel?!</a></h3> <p> Watch Twiggy the water-skiing squirrel as she performs tricks in front of an amazed crowd in New York. <a class="more" href="http://uk.yahoo.com/_ylt=Am.qLnD0VvaI7.Rrp2HQYxKBVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/">&#187; Play video</a> </p> <ul id="todayMod2"> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AuDUZJW8OucfMoSlbOCxLHaBVM8F;_ylv=9/SIG=12r8mb2bs/**http%3A//uk.local.yahoo.com/United_Kingdom/Parks_and_Gardens/uk100004665-s-23424975.html">Find parks and gardens near you</a></li> <li><a class="search" href="http://uk.yahoo.com/_ylt=AoAtU33D5HMKIg7zD26zEeaBVM8F;_ylv=9/SIG=11kk6ulbk/**http%3A//uk.search.yahoo.com/search%3Fp=squirrels">Search for more info on squirrels</a></li> </ul> <script type="text/javascript"> </script> <script type="text/javascript"> videoLinks = document.getElementById('featured' + 2 + 'ct'); videoLinks = videoLinks.getElementsByTagName("A"); //only add listeners to the thumbnail, title and more links (always links 1-3) if(deconcept.SWFObjectUtil.getPlayerVersion().major > 0) { for (j=0;j<3;j++) { videoLinks[j].href = videoLinks[j].href.replace(/_ylv=9/i, "_ylv=3"); } } YAHOO.Fp.TodayVideo[2] = {enabled: true}; YAHOO.Fp.TodayVideo[2].hrefs = Array(); YAHOO.Fp.TodayVideo[2].hrefs[0] = videoLinks[0]; YAHOO.Fp.TodayVideo[2].hrefs[1] = videoLinks[1]; YAHOO.Fp.TodayVideo[2].hrefs[2] = videoLinks[2]; YAHOO.Fp.TodayVideo[2].vId = '11152762'; YAHOO.Fp.TodayVideo[2].chId = ''; YAHOO.Fp.TodayVideo[2].ivhrefs = Array(); YAHOO.Fp.TodayVideo[2].bPr = '0'; videoLinks = document.getElementById('todayMod' + 2).getElementsByTagName("A"); //only add listeners to secondary links of type videoplayer (always class "videoplayer") if(deconcept.SWFObjectUtil.getPlayerVersion().major > 0) { for (j=0;j<videoLinks.length;j++) { if (videoLinks[j].className=="videoplayer") { videoLinks[j].href = videoLinks[j].href.replace(/_ylv=9/i, "_ylv=3"); } } } YAHOO.Fp.TodayVideo[2].vp = Array(); YAHOO.Fp.TodayVideo[2].vp[1] = {enabled: false}; YAHOO.Fp.TodayVideo[2].vp[2] = {enabled: false}; </script> </div> </div> <div id="featured3ct" > <a href="http://uk.yahoo.com/_ylt=ArmLIzwobbFOIz.8RTtajn.BVM8F;_ylv=9/SIG=12nnk17eb/**http%3A//uk.news.yahoo.com/5/20081218/twl-eau-du-whopper-burgers-belief-3fd0ae9.html"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="today3" width="156" height="117" alt="A Burger King Whopper"></a> <script type="text/javascript">YAHOO.Fp.deferImage( 'today3', 'http://l.yimg.com/i/i/uk/hp/whopp.jpg', 'today' );</script> <div> <h3><a href="http://uk.yahoo.com/_ylt=Athy2qu4X0KX5qgn6HYfdNyBVM8F;_ylv=9/SIG=12nnk17eb/**http%3A//uk.news.yahoo.com/5/20081218/twl-eau-du-whopper-burgers-belief-3fd0ae9.html">New Burger King body spray</a></h3> <p> Burger King has released a scent for men which smells of 'seduction, with a hint of flame-broiled meat'. <a class="more" href="http://uk.yahoo.com/_ylt=Atmtu9HHeilqfIxI.1_OJqWBVM8F;_ylv=9/SIG=12nnk17eb/**http%3A//uk.news.yahoo.com/5/20081218/twl-eau-du-whopper-burgers-belief-3fd0ae9.html">&#187; Yes, really</a> </p> <ul id="todayMod3"> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AnAq6q_uN8rpMDngTTJ6vtOBVM8F;_ylv=9/SIG=136ud48g2/**http%3A//uk.local.yahoo.com/search.html%3Fcs=%26vid=%26p=burger%2Bking%26poi=uk%26yls-submit=Search">Find a Burger King in your local area</a></li> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AkAjQEQbo1JtDKQdJ72XRTeBVM8F;_ylv=9/SIG=11vro5skp/**http%3A//www.kelkoo.co.uk/c-133501-perfumes-aftershaves.html">Buy perfume and aftershave online</a></li> </ul> <script type="text/javascript"> </script> <script type="text/javascript"> YAHOO.Fp.TodayVideo[3] = {enabled: false}; videoLinks = document.getElementById('todayMod' + 3).getElementsByTagName("A"); //only add listeners to secondary links of type videoplayer (always class "videoplayer") if(deconcept.SWFObjectUtil.getPlayerVersion().major > 0) { for (j=0;j<videoLinks.length;j++) { if (videoLinks[j].className=="videoplayer") { videoLinks[j].href = videoLinks[j].href.replace(/_ylv=9/i, "_ylv=3"); } } } YAHOO.Fp.TodayVideo[3].vp = Array(); YAHOO.Fp.TodayVideo[3].vp[1] = {enabled: false}; YAHOO.Fp.TodayVideo[3].vp[2] = {enabled: false}; </script> </div> </div> <div id="featured4ct" > <a href="http://uk.yahoo.com/_ylt=Ap3uSa8xQ1dtp0sZ1GHfF7SBVM8F;_ylv=9/SIG=11nkqga0g/**http%3A//uk.christmas.yahoo.com/advent/article/1457/"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="today4" width="156" height="117" alt="Timmy Mallet and David Van Day"></a> <script type="text/javascript">YAHOO.Fp.deferImage( 'today4', 'http://l.yimg.com/i/i/uk/hp/snowf3.jpg', 'today' );</script> <div> <h3><a href="http://uk.yahoo.com/_ylt=Ag.whMgyF.A1aS4CKzuL2PyBVM8F;_ylv=9/SIG=11nkqga0g/**http%3A//uk.christmas.yahoo.com/advent/article/1457/">In your face, boys!</a></h3> <p> 'I'm A Celebrity' stars Nicola McLean, Timmy Mallet and David Van Day were reunited for a snowball fight in London today. <a class="more" href="http://uk.yahoo.com/_ylt=ArUCeB_U..1tXaPkrxfYQ8WBVM8F;_ylv=9/SIG=11nkqga0g/**http%3A//uk.christmas.yahoo.com/advent/article/1457/">&#187; See the photos</a> </p> <ul id="todayMod4"> <li><a class="bullet" href="http://uk.yahoo.com/_ylt=AkZWfCxSb8j0g0HnoHIT.JqBVM8F;_ylv=9/SIG=11npcb5v2/**http%3A//uk.christmas.yahoo.com/advent/article/1147/">15 fascinating facts about Christmas</a></li> </ul> <script type="text/javascript"> </script> <script type="text/javascript"> YAHOO.Fp.TodayVideo[4] = {enabled: false}; videoLinks = document.getElementById('todayMod' + 4).getElementsByTagName("A"); //only add listeners to secondary links of type videoplayer (always class "videoplayer") if(deconcept.SWFObjectUtil.getPlayerVersion().major > 0) { for (j=0;j<videoLinks.length;j++) { if (videoLinks[j].className=="videoplayer") { videoLinks[j].href = videoLinks[j].href.replace(/_ylv=9/i, "_ylv=3"); } } } YAHOO.Fp.TodayVideo[4].vp = Array(); YAHOO.Fp.TodayVideo[4].vp[1] = {enabled: false}; </script> </div> </div> </div> <div id="todayft" class="ft"> <div id="footer1" class="current"> <ul id="todaystories1"> <li id="featured1" class="on"><a href="http://uk.yahoo.com/_ylt=Ahyxq5l6R3xamq6bMQuIKCyBVM8F;_ylv=9/SIG=123blk1sr/**http%3A//uk.biz.yahoo.com/15122008/389/hidden-holiday-costs.html"><img src="http://l.yimg.com/i/i/uk/hp/cards3.jpg" alt="" width="29" height="22">Be prepared for the hidden costs of a holiday</a></li> <li id="featured2" ><a href="http://uk.yahoo.com/_ylt=Ahv6.u991TlHQqAfvSNGiKeBVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/"><img src="http://l.yimg.com/i/i/uk/hp/squir11.jpg" alt="" width="29" height="22">Watch a water-skiing squirrel wow New York</a></li> <li id="featured3" ><a href="http://uk.yahoo.com/_ylt=AvHu2IUOlnJbc73DaXT0TPmBVM8F;_ylv=9/SIG=12nnk17eb/**http%3A//uk.news.yahoo.com/5/20081218/twl-eau-du-whopper-burgers-belief-3fd0ae9.html"><img src="http://l.yimg.com/i/i/uk/hp/whopp1.jpg" alt="" width="29" height="22">Burger King spray makes you smell of meat</a></li> <li id="featured4" ><a href="http://uk.yahoo.com/_ylt=AtL2E915UKRQToQg904bj1GBVM8F;_ylv=9/SIG=11nkqga0g/**http%3A//uk.christmas.yahoo.com/advent/article/1457/"><img src="http://l.yimg.com/i/i/uk/hp/snowf1.jpg" alt="" width="29" height="22">In your face, boys! 'I'm A Celebrity' stars reunited</a></li> </ul> </div> </div> </div> <div id="adwest" class="ad"> <!-- SpaceID=97473665 loc=LMNTL noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['JtuZ2NmSuyM-']='&U=12d1vkovc%2fN%3dJtuZ2NmSuyM-%2fC%3d-1%2fD%3dLMNTL%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140ed7dr6%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d1556200978%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12d1vkovc%2fN%3dJtuZ2NmSuyM-%2fC%3d-1%2fD%3dLMNTL%2fB%3d-1%2fV%3d0"></noscript> </div> <div id="news" class="md"> <div class="hd tabs"> <h3 class="a11y">News Navigation</h3> <ul id="newstabs"> <li class="on first"> <em><a id="inthenews2" href="http://uk.yahoo.com/_ylt=AiJH1mBPUUc1qZBCqEE7ZxuBVM8F;_ylv=9/SIG=10ujoncd2/**http%3A//uk.news.yahoo.com/">News</a></em> <span class="pipe"></span> </li> <li > <em><a id="sportnews2" href="http://uk.yahoo.com/_ylt=ApJVo.zHbfIMF9IzF8oLEuOBVM8F;_ylv=9/SIG=110eieh9b/**http%3A//uk.sports.yahoo.com/">Sport</a></em> <span class="pipe"></span> </li> <li class=""> <em><a id="miscnews2" href="http://uk.yahoo.com/_ylt=AkgAj_n3I3.RFa6To8k6KHOBVM8F;_ylv=9/SIG=11m05s7ka/**http%3A//uk.news.yahoo.com/entertainment/index.html">Entertainment</a></em> <span class="pipe"></span> </li> <li class="last"> <em><a id="videonews2" href="http://uk.yahoo.com/_ylt=AmVQ8dEr8lQd0Cf5z2OVA8SBVM8F;_ylv=9/SIG=10vijae9g/**http%3A//uk.video.yahoo.com/">Video</a></em> <span class="pipe"></span> </li> </ul> </div> <div id="newsbd" class="bd"> <div id="inthenews2ct" class="current"> <h2 class="a11y">News</h2> <div class="newstop"> <ul> <li> <a href="http://uk.yahoo.com/_ylt=Ajx3969eMvBQLtbBLXtpHH6BVM8F;_ylv=9/SIG=12u2b5l72/**http%3A//uk.news.yahoo.com/4/20081218/tuk-man-admits-rachel-nickell-manslaught-dba1618.html">Man admits Rachel Nickell manslaughter</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AlM.zjIE59WUXPQnjX.0xb6BVM8F;_ylv=9/SIG=12pugqrg8/**http%3A//uk.news.yahoo.com/4/20081218/tuk-brown-announces-iraq-withdrawal-dba1618.html">Brown announces Iraq withdrawal</a></li> <li> <a href="http://uk.yahoo.com/_ylt=Ao29ipclEQO0_QwH.YYlqEeBVM8F;_ylv=9/SIG=12qc7ftsi/**http%3A//uk.news.yahoo.com/4/20081218/tuk-ambulance-999-service-struggling-dba1618.html">Ambulance 999 service 'struggling'</a></li> <li> <a href="http://uk.yahoo.com/_ylt=Al36kPSO07DS5Me0rGiWBHyBVM8F;_ylv=9/SIG=12ucasch3/**http%3A//uk.news.yahoo.com/4/20081218/twl-rwanda-genocide-kingpin-jailed-for-l-41f21e0.html">Rwanda genocide 'kingpin' jailed for life</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AhgYviA3xk8EWzKLbvUay6mBVM8F;_ylv=9/SIG=12qvnq2p2/**http%3A//uk.news.yahoo.com/4/20081218/tuk-nhs-overcharging-for-dental-work-dba1618.html">NHS 'overcharging' for dental work</a></li> <li> <a href="http://uk.yahoo.com/_ylt=ApibAADj9WrVKXyO53jzDFmBVM8F;_ylv=9/SIG=12q0q9m7b/**http%3A//uk.news.yahoo.com/4/20081218/twl-firebombs-thrown-at-greek-police-41f21e0.html">Firebombs thrown at Greek police</a></li> <li> <a href="http://uk.yahoo.com/_ylt=ApokAcMAdiAbNaLAgmz5T0CBVM8F;_ylv=9/SIG=12udl3aqv/**http%3A//uk.news.yahoo.com/4/20081218/tuk-two-convicted-of-al-qaeda-membership-dba1618.html">Two convicted of al-Qaeda membership</a></li> </ul> <ul id="more-news" class="btn-more"> <li class="first">&#187; More:</li> <li><a href="http://uk.yahoo.com/_ylt=AlM.zjIE59WUXPQnjX.0xb6BVM8F;_ylv=9/SIG=11565ke8r/**http%3A//uk.news.yahoo.com/uk.html">UK news</a></li> <li><a href="http://uk.yahoo.com/_ylt=Ao29ipclEQO0_QwH.YYlqEeBVM8F;_ylv=9/SIG=11824qqhm/**http%3A//uk.news.yahoo.com/world.html">World news</a></li> <li><a href="http://uk.yahoo.com/_ylt=Al36kPSO07DS5Me0rGiWBHyBVM8F;_ylv=9/SIG=11erqnv1s/**http%3A//uk.news.yahoo.com/oddlyenough.html">Oddly Enough</a></li> <li class="last"><a href="http://uk.yahoo.com/_ylt=AhgYviA3xk8EWzKLbvUay6mBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/">Y! Answers</a></li> </ul> </div> </div> <div id="sportnews2ct" > <h2 class="a11y">Sport</h2> <div class="newstop"> <ul> <li> <a href="http://uk.yahoo.com/_ylt=Ap_20pzngUYViUFssAXgoN6BVM8F;_ylv=9/SIG=132qud6ej/**http%3A//uk.eurosport.yahoo.com/18122008/58/int-football-united-reach-club-world-cup-final.html">Int Football - United reach Club World Cup final</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AvTCkqxsANU.9ArnmxXb0SyBVM8F;_ylv=9/SIG=12qoctefp/**http%3A//uk.eurosport.yahoo.com/18122008/58/transfers-gossip-shop-lennon-liverpool.html">Transfers - Gossip Shop: Lennon to Liverpool</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AmeB8CTWcf44Jfl8QCoEb8uBVM8F;_ylv=9/SIG=133f625nq/**http%3A//uk.eurosport.yahoo.com/18122008/58/premier-league-allardyce-set-unveiled-blackburn.html">Premier League - Allardyce set to be unveiled at Blackburn</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AlKnldiwAJu.jqNKPc.xVraBVM8F;_ylv=9/SIG=12usgm0k0/**http%3A//uk.eurosport.yahoo.com/18122008/58/championship-quota-system-gets-green-light.html">Championship - Quota system gets green light</a></li> <li> <a href="http://yahoo.eurosport.co.uk/snooker/uk-championship/2008-2009/livefullpage.shtml">UK Championship: LIVE!</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AuNVeHzIdavJIqUTC8VJWbiBVM8F;_ylv=9/SIG=12kcomvmf/**http%3A//uk.eurosport.yahoo.com/18122008/58/premier-league-kinnear-keep-owen.html">Premier League - Kinnear: We can keep Owen</a></li> <li> <a href="http://uk.yahoo.com/_ylt=Ag6FALPKIPBLmGcQDaXTs7CBVM8F;_ylv=9/SIG=132ufojhd/**http%3A//uk.eurosport.yahoo.com/18122008/58/premier-league-russian-roasts-chelsea-catering.html">Premier League - Russian roasts Chelsea catering</a></li> </ul> <ul id="more-news" class="btn-more"> <li class="first">&#187; More:</li> <li><a href="http://uk.yahoo.com/_ylt=AvTCkqxsANU.9ArnmxXb0SyBVM8F;_ylv=9/SIG=11c90o3md/**http%3A//uk.eurosport.yahoo.com/football/">Football</a></li> <li><a href="http://uk.yahoo.com/_ylt=AmeB8CTWcf44Jfl8QCoEb8uBVM8F;_ylv=9/SIG=11jdpl7a9/**http%3A//uk.premiership.fantasysports.yahoo.com/">Fantasy Football</a></li> <li><a href="http://uk.yahoo.com/_ylt=AlKnldiwAJu.jqNKPc.xVraBVM8F;_ylv=9/SIG=1191cmdc6/**http%3A//uk.eurosport.yahoo.com/rugby/">Rugby</a></li> <li class="last"><a href="http://uk.yahoo.com/_ylt=Ap3zdtm29OMIlLOzpwE5axaBVM8F;_ylv=9/SIG=11bkv3pak/**http%3A//uk.eurosport.yahoo.com/cricket/">Cricket</a></li> </ul> </div> </div> <div id="miscnews2ct" > <h2 class="a11y">Entertainment</h2> <div class="newstop"> <ul> <li> <a href="http://uk.yahoo.com/_ylt=AocxbZRaq5Z_Wma0_7mRE0qBVM8F;_ylv=9/SIG=12m19sid1/**http%3A//uk.news.yahoo.com/4/20081218/ten-bbc-give-ross-new-guidelines-ea4616c.html">BBC give Ross new guidelines</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AuU3JFj5qhvmYD0zh4fAKK.BVM8F;_ylv=9/SIG=12ul1abnc/**http%3A//uk.news.yahoo.com/1/20081218/ten-cowell-eager-to-sign-spears-for-amer-c60bd6d.html">Cowell eager to sign Spears for American Idol</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AtI76VNMDfIJvd_wPoBrM9mBVM8F;_ylv=9/SIG=12tgtapf1/**http%3A//uk.news.yahoo.com/1/20081218/ten-soulja-boy-quits-swearing-for-young-c60bd6d.html">Soulja Boy quits swearing for young fans</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AqV4LDKC_BK3z0OHaMzRz42BVM8F;_ylv=9/SIG=12tus626l/**http%3A//uk.news.yahoo.com/21/20081218/ten-writer-s-choices-for-female-doctor-5f8abb3.html">Writer's choices for female Doctor</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AnXzO87yEQQX9rilOPOsQkCBVM8F;_ylv=9/SIG=12tomrh6f/**http%3A//uk.news.yahoo.com/1/20081218/ten-trial-date-set-for-ledger-insurance-c60bd6d.html">Trial date set for Ledger insurance policy battle</a></li> <li> <a href="http://uk.yahoo.com/_ylt=Asi3e_T_GICRVKOs.PYFstiBVM8F;_ylv=9/SIG=12uc0sstc/**http%3A//uk.news.yahoo.com/1/20081218/ten-indiana-jones-comeback-tops-blunders-c60bd6d.html">Indiana Jones comeback tops blunders poll</a></li> <li> <a href="http://uk.yahoo.com/_ylt=AhUB7w24KdhbVcTsiEW2SCCBVM8F;_ylv=9/SIG=12ujvvve6/**http%3A//uk.news.yahoo.com/4/20081218/ten-affleck-and-jagger-team-up-for-congo-ea4616c.html">Affleck and Jagger team up for Congo</a></li> </ul> <ul id="more-news" class="btn-more"> <li class="first">&#187; More:</li> <li><a href="http://uk.yahoo.com/_ylt=AuU3JFj5qhvmYD0zh4fAKK.BVM8F;_ylv=9/SIG=11a0vrkl4/**http%3A//uk.news.yahoo.com/showbiz.html">Showbiz</a></li> <li><a href="http://uk.yahoo.com/_ylt=AtI76VNMDfIJvd_wPoBrM9mBVM8F;_ylv=9/SIG=11ahcod5r/**http%3A//uk.news.yahoo.com/tv-soap.html">TV</a></li> <li><a href="http://uk.yahoo.com/_ylt=AomR4G1M99oX9KWNkcIO5sKBVM8F;_ylv=9/SIG=112oc14pc/**http%3A//uk.launch.yahoo.com/n/">Music</a></li> <li class="last"><a href="http://uk.yahoo.com/_ylt=AnkybVQolBCiqZxlpCKJxVSBVM8F;_ylv=9/SIG=11b165icq/**http%3A//uk.movies.yahoo.com/movie-news/">Movies</a></li> </ul> </div> </div> <div id="videonews2ct" > <h2 class="a11y">Video</h2> <div class="newstop"> <ul class="videos"> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=Ahi8g6ul1N5MPj8siuX2CLmBVM8F;_ylv=9/SIG=12g7lajbj/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11154248%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video0" alt="Napper admits Nickell murder &amp; police&hellip;" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=ApZrTnLGfHHB56JUpIexJViBVM8F;_ylv=9/SIG=12g7lajbj/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11154248%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Napper admits Nickell murder &amp; police&hellip;</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video0', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76899345.jpg', 'videonews2' );</script></li> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AnMFhpAlhCYtKH0j2c7gW5KBVM8F;_ylv=9/SIG=12gab5jkp/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11154244%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video1" alt="Rachel Nickell's parents speak outside&hellip;" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AnMFhpAlhCYtKH0j2c7gW5KBVM8F;_ylv=9/SIG=12gab5jkp/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11154244%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Rachel Nickell's parents speak outside&hellip;</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video1', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76899324.jpg', 'videonews2' );</script></li> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AgTeG4kFl0wLhmEFDL9hUBmBVM8F;_ylv=9/SIG=12g1qesr9/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153893%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video2" alt="Ben Affleck presents charity film on&hellip;" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AgTeG4kFl0wLhmEFDL9hUBmBVM8F;_ylv=9/SIG=12g1qesr9/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153893%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Ben Affleck presents charity film on&hellip;</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video2', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76898206.jpg', 'videonews2' );</script></li> </ul><ul id="lastvideolist" class="videos"> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AlxKHZj5Gog0LQ_cr8NZAb.BVM8F;_ylv=9/SIG=12gss3fir/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153262%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video3" alt="Ministers hold Jaguar bail-out talks" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AlxKHZj5Gog0LQ_cr8NZAb.BVM8F;_ylv=9/SIG=12gss3fir/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153262%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Ministers hold Jaguar bail-out talks</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video3', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76896115.jpg', 'videonews2' );</script></li> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AvaWT85dyxesEyErkrEVav.BVM8F;_ylv=9/SIG=12g5i5c8s/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153220%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video4" alt="Gordon Brown announces Iraq troop&hellip;" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=AvaWT85dyxesEyErkrEVav.BVM8F;_ylv=9/SIG=12g5i5c8s/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153220%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Gordon Brown announces Iraq troop&hellip;</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video4', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76895922.jpg', 'videonews2' );</script></li> <li><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=Aj3YSkgHe1f8VxURHcs95x6BVM8F;_ylv=9/SIG=12g7v22c9/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153081%26lang=','playerWindow','width=793,height=666,scrollbars=no'));"><img src="http://l.yimg.com/i/i/eu/hp/trans1.gif" id="video5" alt="Ambulance 999 service 'struggling'" width="52" height="39"></a><a href="javascript:void(window.open('http://uk.yahoo.com/_ylt=Aj3YSkgHe1f8VxURHcs95x6BVM8F;_ylv=9/SIG=12g7v22c9/**http%3A//cosmos.bcst.yahoo.com/up/ukyvideo%3Fch=6037204%26cl=11153081%26lang=','playerWindow','width=793,height=666,scrollbars=no'));" class="title">Ambulance 999 service 'struggling'</a> <script type="text/javascript">YAHOO.Fp.deferImage( 'video5', 'http://us.i1.yimg.com/us.yimg.com/p/i/bcst/itnnews/6442/76895436.jpg', 'videonews2' );</script></li> </ul> <ul id="more-news" class="btn-more"> <li class="first">&#187; More:</li> <li><a href="http://uk.yahoo.com/_ylt=ApZrTnLGfHHB56JUpIexJViBVM8F;_ylv=9/SIG=11n65c2kq/**http%3A//uk.news.yahoo.com/video-uk/video-audio.html">UK news</a></li> <li><a href="http://uk.yahoo.com/_ylt=ArI9.KTOky4Af.JrWHn5I56BVM8F;_ylv=9/SIG=119a06su6/**http%3A//uk.eurosport.yahoo.com/video/">Sports news</a></li> <li class="last"><a href="http://uk.yahoo.com/_ylt=AgTeG4kFl0wLhmEFDL9hUBmBVM8F;_ylv=9/SIG=122bqsis8/**http%3A//uk.news.yahoo.com/video-entertainment/video-audio.html">Entertainment news</a></li> </ul> </div> </div> </div> <div id="newsbottom"> <script type="text/javascript"> <!-- function quotes_get() { var reg_isin=new RegExp("(^[a-z]{2}[0-9]{10})","gi"); var sym=document.getElementById('sz').value; var search="/r/n/f/s/*-http://uk.finsearch.yahoo.com/uk/index.php?s=uk_sort&tp=S&r=L&nm="; if(sym.indexOf(".") >=0 || sym.indexOf("^") >=0 || sym.indexOf("=") >=0 || sym.indexOf("@") >=0 || reg_isin.test(sym) || sym.length < 6) { return true; } search += sym; document.location=search; return false; } // --> </script> <div id="markets"> <h3><a href="http://uk.yahoo.com/_ylt=AiqgVGiea5Ht.ZhpQ6Jsx_eBVM8F;_ylv=9/SIG=11c4pb1s6/**http%3A//uk.biz.yahoo.com/uk_trading.html">Markets:</a></h3> <ul> <li><strong><a href="http://uk.yahoo.com/_ylt=AiqgVGiea5Ht.ZhpQ6Jsx_eBVM8F;_ylv=9/SIG=11kde4iel/**http%3A//uk.finance.yahoo.com/q%3Fd=t%26s=%5EFTSE">FTSE 100</a>: 4304 (<span class="down">-0.46%</span>)</strong></li> </ul></div> <div id="quotes" > <form name="fq" id="fq" onsubmit="return quotes_get();" action="http://uk.yahoo.com/_ylt=AiqgVGiea5Ht.ZhpQ6Jsx_eBVM8F;_ylv=9/SIG=112mgnj76/**http%3A//uk.finance.yahoo.com/q"> <fieldset> <legend>Yahoo! Finance</legend> <label for="sz">Stock Quotes:</label> <input type="text" class="inputtext" id="sz" name="s" size="5" title="Enter ticker symbol"> <input name="m" value="L" type="hidden"> <input type="submit" id="quote-submit" class="submit" value="Go"> </fieldset> </form> </div> <!-- SpaceID=97473665 loc=VAM noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['LduZ2NmSuyM-']='&U=12b3s6u51%2fN%3dLduZ2NmSuyM-%2fC%3d-1%2fD%3dVAM%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=1405v4fia%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d2926607483%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12b3s6u51%2fN%3dLduZ2NmSuyM-%2fC%3d-1%2fD%3dVAM%2fB%3d-1%2fV%3d0"></noscript></div> </div> <div id="marketplace" class="md"> <div class="hd"> <h2>Marketplace</h2> </div> <div id="marketplacebd" class="bd"> <ul> <li class="first"><a href="http://uk.ard.yahoo.com/SIG=153mp8nms/M=200108557.201780467.203012878.200780728/D=ukhmpg/S=97473665:M/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MNuZ2NmSuyM-/J=1229613810120122/A=200737073/R=0/SIG=1277tidj8/*http://www.one.com/banner/log_click?agency=y-tpos-cpm-uk&locale=en_GB"><img src="http://eur.a1.yimg.com/java.europe.yahoo.com/eu/any/70x50241.gif" width=70 height=50 border=0 alt="Free hosting and domain name"></a><a href="http://uk.ard.yahoo.com/SIG=153mp8nms/M=200108557.201780467.203012878.200780728/D=ukhmpg/S=97473665:M/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MNuZ2NmSuyM-/J=1229613810120122/A=200737073/R=1/SIG=1277tidj8/*http://www.one.com/banner/log_click?agency=y-tpos-cpm-uk&locale=en_GB">Free hosting and domain name</a><br><p>1 year hosting and .com or .co.uk domain free with <br>hosting package from One.com. Set&ndash;up fee applies. <br><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['MNuZ2NmSuyM-']='&U=13lh8o81i%2fN%3dMNuZ2NmSuyM-%2fC%3d200108557.201780467.203012878.200780728%2fD%3dM%2fB%3d200737073%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140gk4udb%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d3853457678%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13lh8o81i%2fN%3dMNuZ2NmSuyM-%2fC%3d200108557.201780467.203012878.200780728%2fD%3dM%2fB%3d200737073%2fV%3d1"></noscript> </li> <li><a href="http://uk.ard.yahoo.com/SIG=154c25bd3/M=200096489.201644537.202897988.200808813/D=ukhmpg/S=97473665:T1/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MduZ2NmSuyM-/J=1229613810120122/A=200842719/R=0/SIG=137tu3uaj/*http://shopping.kelkoo.co.uk/ctl/do/search?catId=100010713&siteSearchQuery=Samsung&partnerId=96910766"><img src="http://l.yimg.com/i/i/uk/sh/samsu41.jpg" width=70 height=50 border=0 alt="Samsung G800"></a><a href="http://uk.ard.yahoo.com/SIG=154c25bd3/M=200096489.201644537.202897988.200808813/D=ukhmpg/S=97473665:T1/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MduZ2NmSuyM-/J=1229613810120122/A=200842719/R=1/SIG=137tu3uaj/*http://shopping.kelkoo.co.uk/ctl/do/search?catId=100010713&siteSearchQuery=Samsung&partnerId=96910766">Get a Samsung mobile for less</a><br><p>Find great deals on the latest Samsung handsets including the U900 and Tocco.</p><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['MduZ2NmSuyM-']='&U=13m6e0tht%2fN%3dMduZ2NmSuyM-%2fC%3d200096489.201644537.202897988.200808813%2fD%3dT1%2fB%3d200842719%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140t79tjr%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d3446124976%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13m6e0tht%2fN%3dMduZ2NmSuyM-%2fC%3d200096489.201644537.202897988.200808813%2fD%3dT1%2fB%3d200842719%2fV%3d1"></noscript> </li> <li><a href="http://uk.ard.yahoo.com/SIG=154f6ihcq/M=200110256.201785775.203018753.200748812/D=ukhmpg/S=97473665:T2/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MtuZ2NmSuyM-/J=1229613810120122/A=200909728/R=0/SIG=11tr9io9d/*http://synpath.clashdev.com/default.aspx?pid=2348&campid=20"><img src="http://eur.a1.yimg.com/java.europe.yahoo.com/eu/any/caribbean70x50.jpg" width=70 height=50 border=0 alt="Win a Caribbean holiday"></a><a href="http://uk.ard.yahoo.com/SIG=154f6ihcq/M=200110256.201785775.203018753.200748812/D=ukhmpg/S=97473665:T2/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=MtuZ2NmSuyM-/J=1229613810120122/A=200909728/R=1/SIG=11tr9io9d/*http://synpath.clashdev.com/default.aspx?pid=2348&campid=20">Win a Caribbean holiday</a><br><p>Soak up the sun and relax in the cool blue sea.</p><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['MtuZ2NmSuyM-']='&U=13mtdmbq1%2fN%3dMtuZ2NmSuyM-%2fC%3d200110256.201785775.203018753.200748812%2fD%3dT2%2fB%3d200909728%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140qq3o7r%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d4283025008%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13mtdmbq1%2fN%3dMtuZ2NmSuyM-%2fC%3d200110256.201785775.203018753.200748812%2fD%3dT2%2fB%3d200909728%2fV%3d1"></noscript> </li> <li><a href="http://uk.ard.yahoo.com/SIG=154kerlt4/M=200110256.201785776.203018957.200829274/D=ukhmpg/S=97473665:T3/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=M9uZ2NmSuyM-/J=1229613810120122/A=200909748/R=0/SIG=12bc1l754/*http://synpath.clashdev.com/default.aspx?pid=2348&campid=198&subid=market"><img src="http://eur.a1.yimg.com/java.europe.yahoo.com/eu/any/jlewis270x50.jpg" width=70 height=50 border=0 alt="Get a free Christmas"></a><a href="http://uk.ard.yahoo.com/SIG=154kerlt4/M=200110256.201785776.203018957.200829274/D=ukhmpg/S=97473665:T3/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=M9uZ2NmSuyM-/J=1229613810120122/A=200909748/R=1/SIG=12bc1l754/*http://synpath.clashdev.com/default.aspx?pid=2348&campid=198&subid=market">Free Christmas shopping</a><br><p>Enter the chance to win &#163;200 of spending money at John Lewis or Waitrose.</p><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['M9uZ2NmSuyM-']='&U=13m2o23pg%2fN%3dM9uZ2NmSuyM-%2fC%3d200110256.201785776.203018957.200829274%2fD%3dT3%2fB%3d200909748%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140jbos78%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d2259418891%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13m2o23pg%2fN%3dM9uZ2NmSuyM-%2fC%3d200110256.201785776.203018957.200829274%2fD%3dT3%2fB%3d200909748%2fV%3d1"></noscript> </li> </ul> </div> </div> </div> </div> <div id="right"> <div class="colpadding"> <div id="pa" class="md"> <div id="pabd"> <div id="patop"> <div id="reg"> <h2>Hi <a id="username" href="http://uk.yahoo.com/_ylt=AgQzPH77NNhugke3tcVWpnOBVM8F;_ylv=9/SIG=11e7eik31/**http%3A//edit.yahoo.com/config/eval_profile"> Ramesvari </a> </h2> <a id="signout" href="http://uk.yahoo.com/_ylt=AuYM75FP7V7Y3d2dOHMurneBVM8F;_ylv=9/SIG=1335jo35q/**http%3A//edit.europe.yahoo.com/config/login%3Flogout=1%26.done=http%3A//uk.yahoo.com%26.direct=1">Sign Out</a> </div> </div> <div id="patabs"> <ul id="tabs1" class="patabs first"> <li id="mail" class="first"> <div> <h4> <a id="pamail" accesskey="m" href="http://uk.yahoo.com/_ylt=AkQW0xqHneTOsRbsXKYHiGqBVM8F;_ylv=9/SIG=137cs69og/**http%3A//uk.rd.yahoo.com/evt=44971/*https%3A//edit.europe.yahoo.com/config/mail%3F.intl=uk%26.src=ym"><span class="icon">Mail</span></a> </h4> </div> </li> <li id="messenger"> <div> <h4> <a id="pamsgr" href="http://uk.yahoo.com/_ylt=AmwZ8aRk.TQMfBc6pVzP6Z6BVM8F;_ylv=9/SIG=127dclpbn/**http%3A//uk.rd.yahoo.com/evt=44977/*http%3A//uk.messenger.yahoo.com/"><span class="icon">Messenger</span></a> </h4> </div> </li> <li id="weather" class="last"> <div> <h4> <a id="paweather" href="http://uk.yahoo.com/_ylt=AszxjNm0q8pa5LV2yrU3D.mBVM8F;_ylv=9/SIG=11162a0g2/**http%3A//uk.weather.yahoo.com/"><span class="icon">Weather</span></a> </h4> </div> </li> </ul> <div id="tabs1previewdiv" class="papreviewdiv"></div> <ul id="tabs2" class="patabs last"> <li id="music" class="first"> <div> <h4> <a id="pamusic" href="http://uk.yahoo.com/_ylt=AiJHhPWIkSdMeDtfTpvuGvaBVM8F;_ylv=9/SIG=110agk9sr/**http%3A//uk.launch.yahoo.com/"><span class="icon">Music</span></a> </h4> </div> </li> <li id="local"> <div> <h4> <a id="palocal" href="http://uk.yahoo.com/_ylt=Ao9k1o60IDq8BWNOEeBm8siBVM8F;_ylv=9/SIG=10vkf02i2/**http%3A//uk.local.yahoo.com/"><span class="icon">Local</span></a> </h4> </div> </li> <li id="movies" class="last"> <div> <h4> <a id="pamovies" href="http://uk.yahoo.com/_ylt=AuFwprWQiDSO.QvFE9I.b9GBVM8F;_ylv=9/SIG=1107vvlop/**http%3A//uk.movies.yahoo.com/"><span class="icon">Movies</span></a> </h4> </div> </li> </ul> <div id="tabs2previewdiv" class="papreviewdiv"></div> </div> </div> </div> <div id="ad" class="ad"> <!-- yadinfo: ukhp_2008-12-18_Santander_Fixed300x250__EAST ID: zenl_af839_1229355090 --> <div id="adeast" style="font-size:11px;width:300px;text-align:center;padding: 0px 23px"> <script>document.write('<style>.YADbackup { visibility: hidden }</style>');</script> <div id="YAD-POSITIONER-east" style="height:0px;"></div> <div id="YAD-TARGET-east" class="YADbackup"> <a href="http://uk.ard.yahoo.com/SIG=153amtbvb/M=200110479.201786453.203025129.200748810/D=ukhmpg/S=97473665:E/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=JduZ2NmSuyM-/J=1229613810120122/A=200917896/R=0/id=EAST_backup_img/SIG=115fcoecb/*http://santander.admedia.yahoo.com/"><img src="http://eur.a1.yimg.com/java.europe.yahoo.com/uk/any/santander/20081218santander300x250.gif" width="300" height="250" border="0" onLoad="this.id=this.parentNode.parentNode.id+'-backup'"/></a> </div> <script src="http://eur.a1.yimg.com/java.europe.yahoo.com/uk/any/20081122sky/framework3min.js"></script><script> YAD.ad.name="yad-20081218santander"; YAD.ad.language="uk"; YAD.ad.target.flash=8; YAD.ad.cookie.duration=720; YAD.playable = YAD.env.init(); YAD.fscommand.enable=false; // EAST YAD.ad.layers.east = new YAD.Layer.inline("YAD-TARGET-east"); YAD.ad.layers.east.dimensions.width=300; YAD.ad.layers.east.dimensions.height=250; YAD.ad.layers.east.asset.path="http://eur.a1.yimg.com/java.europe.yahoo.com/uk/any/santander/20081218santander300x2501.swf"; // CLICKTAGS YAD.ad.clickTags.clickTAG="http://santander.admedia.yahoo.com/"; YAD.bgasset = '#fe0000'; /*YAD.changeTheme = function (theme) { var headID = document.getElementsByTagName("head")[0]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = "http://uk.yahoo.com/css/select-theme.php?theme="+theme+"&_crumb="+YAHOO.Fp._crumb+"&type="+YAHOO.Fp._pageType+"&rnd=1229613810"; cssNode.media = 'screen'; headID.appendChild(cssNode); }*/ YAD.page.bg.onChange = function () { YAD.cookie.write("originalColourPreferred",0); var theme = "t2"; if(!YAD.cookie.data["themeBeforeChange"]) { YAD.cookie.write("themeBeforeChange",YAHOO.Fp.oThemes.prototype.sCurrentTheme); } YAHOO.Fp.themes.changeTheme(true,theme); //YAD.changeTheme(theme); YAD.track("bgcolor_on"); YAD.ad.layers.east.textLinks.entries['bgcolour'].html = '<a href="javascript:YAD.page.bg.reset()">Turn off background colour</a>'; YAD.ad.layers.east.textLinks.update(); } YAD.page.bg.onReset = function() { YAHOO.Fp.themes.changeTheme(true,YAD.cookie.data["themeBeforeChange"]); //YAD.changeTheme(YAD.cookie.data["themeBeforeChange"]); YAD.cookie.write("originalColourPreferred",1); YAD.track("ChangeToNormalColour"); YAD.ad.layers.east.textLinks.entries['bgcolour'].html = '<a href="javascript:YAD.page.bg.change(YAD.bgasset)">Turn on background colour</a>'; YAD.ad.layers.east.textLinks.update(); } YAD.tracking.addEvents("ChangeToNormalColour","bgcolor_on"); // PUBLISHER YAD.publish = function() { YAD.layers.prepare(); // TEXT LINKS YAD.ad.layers.east.textLinks.add('replay','<a href="javascript:YAD.button.replay()">_replayTxt_</a>'); YAD.ad.layers.east.textLinks.add('survey','<a href="http://uk.ard.yahoo.com/SIG=153amtbvb/M=200110479.201786453.203025129.200748810/D=ukhmpg/S=97473665:E/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=JduZ2NmSuyM-/J=1229613810120122/A=200917896/R=1/id=survey/*_surveyURL_" target="_blank">_surveyTxt_</a>'); YAD.ad.layers.east.textLinks.surveyURL=""; // FLOW YAD.firstPlay = function() { YAD.ad.layers.east.textLinks.add('bgcolour',''); YAD.page.bg.change(YAD.bgasset); YAD.play("east"); } YAD.replay=YAD.firstPlay; YAD.cappedPlay=function() { YAD.ad.layers.east.textLinks.add('bgcolour',''); if(YAD.cookie.data["originalColourPreferred"]!=1 && YAD.playable) { YAD.page.bg.change(YAD.bgasset); } else { YAD.ad.layers.east.textLinks.add('bgcolour','<a href="javascript:YAD.page.bg.change(YAD.bgasset)">Turn on background colour</a>'); } YAD.play("east"); } } if(YAD.fscommand.enable) YAD.fscommand.init(); YAD.tools.addEvent(window, "load", function() { YAD.init();} ); YAD.ad.ruby={rd:"http://uk.ard.yahoo.com",space:"/SIG=153amtbvb/M=200110479.201786453.203025129.200748810/D=ukhmpg/S=97473665:E/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=JduZ2NmSuyM-/J=1229613810120122/A=200917896/R=2",nspace:"/SIG=153amtbvb/M=200110479.201786453.203025129.200748810/D=ukhmpg/S=97473665:E/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=JduZ2NmSuyM-/J=1229613810120122/A=200917896/N=0"}; // leave this at the end </script> <span style="display:none"><img src="http://ad.yieldmanager.com/pixel?id=292523&t=2" width="1" height="1" /></span> </div><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['JduZ2NmSuyM-']='&U=13lf7b6q6%2fN%3dJduZ2NmSuyM-%2fC%3d200110479.201786453.203025129.200748810%2fD%3dE%2fB%3d200917896%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140qfk0ur%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d1325222109%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13lf7b6q6%2fN%3dJduZ2NmSuyM-%2fC%3d200110479.201786453.203025129.200748810%2fD%3dE%2fB%3d200917896%2fV%3d1"></noscript></div> <div id="mantlecx"> <div id="mantle" class="mt4 md mantleBuild shop-xmas wideThumbs"><div class="hd"><h2><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=0/id=flash/SIG=10riseug3/*http://uk.cars.yahoo.com/">Yahoo! Cars</a></h2></div><div class="bd"><h3><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=1/id=flash/SIG=10riseug3/*http://uk.cars.yahoo.com/">From Alfa Romeo to Zagato - we&#39;ve got it covered</a></h3><ul><li><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=2/id=flash/SIG=11d7t3k18/*http://uk.cars.yahoo.com/motoring-news.html"><img height="60" width="75" src="http://l.yimg.com/i/i/uk/hp/carn2.jpg" alt="Petrol pump">News</a></li><li><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=3/id=flash/SIG=117nnfola/*http://uk.cars.yahoo.com/reviews.html"><img height="60" width="75" src="http://l.yimg.com/i/i/uk/hp/carr4.jpg" alt="Panda 1.2 Range">Reviews</a></li><li><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=4/id=flash/SIG=11frmftqn/*http://uk.cars.yahoo.com/galleries/index.html"><img height="60" width="75" src="http://l.yimg.com/i/i/uk/hp/carp2.jpg" alt="Ferrari California">Photos</a></li><li><a href="http://uk.ard.yahoo.com/SIG=157tn7sgf/M=200108380.201757053.202989829.200780022/D=ukhmpg/S=97473665:RMNTL/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=J9uZ2NmSuyM-/J=1229613810120122/A=200887768/R=5/id=flash/SIG=116e7uu6p/*http://uk.cars.yahoo.com/videos.html"><img height="60" width="75" src="http://l.yimg.com/i/i/uk/hp/suzuk4.jpg" alt="Suzuki Vitara">Videos</a></li></ul></div></div><script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['J9uZ2NmSuyM-']='&U=13pnb6ufs%2fN%3dJ9uZ2NmSuyM-%2fC%3d200108380.201757053.202989829.200780022%2fD%3dRMNTL%2fB%3d200887768%2fV%3d1'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140irhrgf%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d1308020884%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=13pnb6ufs%2fN%3dJ9uZ2NmSuyM-%2fC%3d200108380.201757053.202989829.200780022%2fD%3dRMNTL%2fB%3d200887768%2fV%3d1"></noscript></div> <style type="text/css"> </style> <div id="popsearch" class="md"><div class="hd"><h2><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13f0fu1s1/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=cuisines%2Brecipes%26meta=vc%26vm=r%26sado=1">Popular Searches: <span>Culinary Delights</span></a></h2></div><div id="popsearchbd" class="bd"> <ol> <li class="tt1"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13eplim9m/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=italian%2Brecipes%26meta=vc%26vm=r%26sado=1">Italian</a></li> <li class="tt2"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13b6fov93/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=thai%2Brecipes%26meta=vc%26vm=r%26sado=1">Thai</a></li> <li class="tt3"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13drlgejn/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=indian%2Bcooking%26meta=vc%26vm=r%26sado=1">Indian</a></li> <li class="tt4"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13hs5dnv4/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=vegetarian%2Brecipes%26meta=vc%26vm=r%26sado=1">Vegetarian</a></li> </ol><ol start="5"> <li class="tt5"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13eatdn8l/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=chinese%2Brecipes%26meta=vc%26vm=r%26sado=1">Chinese</a></li> <li class="tt6"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13ejjlc3c/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=mexican%2Bcooking%26meta=vc%26vm=r%26sado=1">Mexican</a></li> <li class="tt7"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13drcij47/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=french%2Brecipes%26meta=vc%26vm=r%26sado=1">French</a></li> <li class="tt8"><a href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=13emtv6ii/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26p=british%2Brecipes%26meta=vc%26vm=r%26sado=1">British</a></li> </ol> <a class="btn-more" href="http://uk.yahoo.com/_ylt=Auj3iib9okcpZEHDYutOM5OBVM8F;_ylv=9/SIG=125cmhfgj/**http%3A//uk.search.yahoo.com/search%3Ffr=buzz-mod%26type=fp%26vm=r">&#187; Yahoo! Search</a></div></div></div> </div> </div> <div id="footer" class="md"> <div id="footerWrapper"> <ul> <li class="last"><a href="http://uk.yahoo.com/_ylt=AqtKPfXSt8STCJ9j7uO_Gn2BVM8F;_ylv=9/SIG=124lo1u5c/**http%3A//uk.rd.yahoo.com/evt=56000/*http%3A//uk.finance.yahoo.com"><strong>Get the latest on the financial crisis - news, stocks, tips and more</strong></a></li> </ul> <ul> <li><a href="http://uk.yahoo.com/_ylt=Avc9p6fhvVtfFU.2hqGcL5WBVM8F;_ylv=9/SIG=12s8rgoat/**http%3A//uk.rd.yahoo.com/evt=41128/*http%3A//searchmarketing.yahoo.com/en_GB/as/index.php">Yahoo! Advertising</a></li><li><a href="http://uk.yahoo.com/_ylt=AtPZTNsU87s1Va6Obx_bYniBVM8F;_ylv=9/SIG=11h6akvqo/**http%3A//uk.search.yahoo.com/freesubmit/submit">How to suggest a site</a></li><li><a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=1130lbv70/**http%3A//uk.docs.yahoo.com/info/">Company Info</a></li><li><strong class="privacyHighlight"><a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=11cqua6s8/**http%3A//info.yahoo.com/privacy/uk/yahoo/">Updated Privacy Policy</a></strong></li><li><a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=11d76cfcg/**http%3A//uk.docs.yahoo.com/info/terms.html">Terms of Service</a></li><li><a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=13teik8ok/**https%3A//yahoo.recruitmax.com/MAIN/careerportal/default.cfm%3FszUniqueCareerPortalID=c6adc077-1670-4bb6-bcc1-f57811da1380">Jobs at Yahoo!</a></li><li class="last"><a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=112ol429e/**http%3A//help.yahoo.com/help/uk">Help</a></li> </ul> <p> Copyright &copy; 2008 Yahoo! All rights reserved. <a href="http://uk.yahoo.com/_ylt=Auaovh79t5wGraIIf5hp.rKBVM8F;_ylv=9/SIG=11c21pmg1/**http%3A//uk.docs.yahoo.com/copyright.html">Copyright/IP Policy</a> </p> </div> </div> </div> </div> </div> <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.load = function() { if(YAHOO.Fp._ie&&!YAHOO.Fp._ie7){document.links[0].focus();} _ult=(typeof(yguc)!="undefined")?1:0; } window.onload=YAHOO.Fp.load; YAHOO.Fp.yuiLoaded = function() { YAHOO.Fp.minMax(); YAHOO.util.Event.addListener("colcx", "resize", YAHOO.Fp.minMax ); YAHOO.Fp.oSearch.searchMore(); if (document.getElementById("sizetogglelink")) { document.getElementById("sizetogglelink").onclick = YAHOO.Fp.setFPS; } } YAHOO.Fp.spLoaded = function() { YAHOO.Fp.setupStoriesTabs("todaystories1"); var newsTabs = new YAHOO.Fp.tabs("newstabs"); newsTabs.changeAction(YAHOO.Fp.loadPanel,{"type":"tab","module":"news","load":"story","set":1}); newsTabs.setupTabs(); var verts=new YAHOO.Fp.tabs("vsearchtabs"); verts.changeAction(YAHOO.Fp.changeVert,{"obj":verts}); verts.setupTabs(); YAHOO.util.Event.addListener(document, "keydown", fKeyDown, verts); YAHOO.Fp.themes = new YAHOO.Fp.oThemes(); YAHOO.Fp.oThemes.prototype.sCurrentTheme = "t2"; YAHOO.util.Event.addListener('editpage', 'click',function(e) { YAHOO.Fp.themes.toggle(); YAHOO.util.Event.stopEvent(e); } ); if (document.getElementById('shownewsfeat1')) { YAHOO.Fp.newsfeat1 = new YAHOO.Fp.oNews('1'); YAHOO.util.Event.addListener('shownewsfeat1', 'click',function(e) { YAHOO.Fp.newsfeat1.toggle(); YAHOO.util.Event.stopEvent(e); } ); YAHOO.Fp.newsfeat2 = new YAHOO.Fp.oNews('2'); YAHOO.util.Event.addListener('shownewsfeat2', 'click',function(e) { YAHOO.Fp.newsfeat2.toggle(); YAHOO.util.Event.stopEvent(e); } ); } YAHOO.util.Event.addListener(["t1","t2","t3","t4","t5", "t7"], 'click', function(e) { YAHOO.Fp.themes.applyTheme(e,YAHOO.Fp.themes); YAHOO.util.Event.stopEvent(e); } ); 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", sCols: troughCols});} ); YAHOO.util.Event.addListener("todaybd", "click", YAHOO.Fp.todayUVP); }; YAHOO.Fp.oSearch = { sbt1 : {'frcode' : 'yfp-t-501', 'button' : "Web Search"}, sbt2 : {'frcode' : 'yfp-t-501', 'button' : "Image Search"}, sbt3 : {'frcode' : 'yfp-t-501', 'button' : "Video Search"}, sbt4 : {'frcode' : 'yfp-t-501', 'button' : "Local Search"}, sbt5 : {'frcode' : 'yfp-t-501', 'button' : "Shopping Search"} }; YAHOO.Fp.oSearch.searchMore = function(){ // return; var eSearch=document.getElementById('vsearchmore'); if(eSearch){ var eVsList=document.getElementById('vslist'); var eForm=document.sf1; var sQueryString='?ei='+eForm.ei.value+'&fr='+eForm.fr.value; eVsList.innerHTML=YAHOO.Fp.oSearch.sMoreLinksHtml; var aUrls={}; var aLinks=null; var updateUrls = function(el){ if (el.tagName == 'A' && el.className && el.id != "vsearchmore") { document.sf1.action = YAHOO.Fp.Search[el.id]; document.sf1.submit(); } }; var toggleMore=function(e){ var targ = YAHOO.util.Event.getTarget(e); if(e && (targ.id == "vsearchmore" || targ.className))YAHOO.util.Event.stopEvent(e); updateUrls(targ); eVsList.style.display=eVsList.style.display!='block'?'block':'none'; eSearch.className=eVsList.style.display!='block'?'':'on'; if(document.getElementById('pagesettingscx')) { var pageSettingsElement = document.getElementById('pagesettingscx'); if(eVsList.style.display == 'block'){ pageSettingsElement.style.zIndex = 50; } else { pageSettingsElement.style.zIndex = 101; } } //YAHOO.Fp.beacon('r/bv', true); if(targ.id == "vsearchmore" || targ.className) return false; }; var hideThis=function(e){ var dNode=(e && e.target)||(window.event && window.event.srcElement); while(dNode.tagName!='HTML'){ dNode=dNode.parentNode; if(dNode.id && dNode.id=='vsearchm'){ return true; } } eVsList.style.display='none'; document.getElementById("vsearchmore").className=''; if(document.getElementById('pagesettingscx')) { var pageSettingsElement = document.getElementById('pagesettingscx'); pageSettingsElement.style.zIndex = 100; } }; YAHOO.util.Event.addListener('vsearchm','click',toggleMore); YAHOO.util.Event.addListener(document,'mousedown',hideThis); } }; YAHOO.Fp.setFPO = function(n,v){ if(n=='news'){n = 'nt';switch(v){case 'inthenews2':v='1';break;case 'sportnews2':v='2';break;case 'miscnews2':v='3';break;case 'videonews2':v='4';break}} YAHOO.cookie.update('FPO',n+'='+v,400*3600000, "", location.hostname); } YAHOO.Fp.oSearch.sMoreLinksHtml='<div><ul><li class="first"><a href="r/sc/an/*http://answers.yahoo.com/search/search_result" class="vs_Answers" id="scmorelink1">Answers</a></li><li><a href="r/sc/au/*http://uk.search.yahoo.com/search/audio" class="vs_Audio" id="scmorelink2">Audio</a></li><li><a href="r/sc/dy/*http://uk.dir.search.yahoo.com/dir" class="vs_Directory" id="scmorelink3">Directory</a></li><li><a href="r/sc/nw/*http://uk.news.search.yahoo.com/search/news" class="vs_News" id="scmorelink4">News</a></li><li><a href="r/sc/mw/*http://uk.myweb2.search.yahoo.com/myresults/ourresults" class="vs_MyWeb" id="scmorelink5">MyWeb</a></li></ul><span></span><ul class="vslist"><li class="first"><a href="r/sc/as/*http://uk.search.yahoo.com/web/advanced" class="vs_Advanced_Search" id="scmorelink6">Advanced Search</a></li><li><a href="r/sc/ss/*http://uk.search.yahoo.com/info/shortcuts">Search Shortcuts</a></li></ul><span></span><ul class="vslist"><li class="first"><a href="r/sc/sm/*http://searchmarketing.yahoo.com/en_GB/ ">Search Marketing</a></li></ul></div>'; YAHOO.Fp.Search["scmorelink1"] = "http://answers.yahoo.com/search/search_result;_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=3";YAHOO.Fp.Search["scmorelink2"] = "http://uk.yahoo.com/_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=0/SIG=11a5gd7of/*-http://uk.search.yahoo.com/search/audio";YAHOO.Fp.Search["scmorelink3"] = "http://uk.yahoo.com/_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=0/SIG=115j4am14/*-http://uk.dir.search.yahoo.com/dir";YAHOO.Fp.Search["scmorelink4"] = "http://uk.yahoo.com/_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=0/SIG=11eb74pn0/*-http://uk.news.search.yahoo.com/search/news";YAHOO.Fp.Search["scmorelink5"] = "http://uk.yahoo.com/_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=0/SIG=11pu855c1/*-http://uk.myweb2.search.yahoo.com/myresults/ourresults";YAHOO.Fp.Search["scmorelink6"] = "http://uk.yahoo.com/_ylt=AmAnoVWMQRkrCaiLCMxNvjeBVM8F;_ylv=0/SIG=11aienl47/*-http://uk.search.yahoo.com/web/advanced"; YAHOO.Fp.sLocalSearchServices = 'Businesses &amp; Services'; YAHOO.Fp.sLocalSearchLocation = 'City, Town or Postcode'; YAHOO.Fp.sLocalSearchHtml = '<label id="searchlabel" class="local" for="p">Search:</label><input type=hidden value=uctid,fw,belongto name=w id=w><input type=hidden value=GugiXML name=type id=type><input id="p" type="text" class="inputtext" name="p" value="' + YAHOO.Fp.sLocalSearchServices + '"><label for="poi" class="dvlabel1">in</label><input name="poi" class="inputtext" id="poi" type="text" value="' + YAHOO.Fp.sLocalSearchLocation + '"><input type="submit" id="searchsubmit" class="btn-more-2" value="Local Search">'; YAHOO.Fp.sSearchRadioOptions = '<div id="belowr"><input type="radio" name="rd" id="v10" checked="checked" value="r1"><label for="v10">the Web</label><input type="radio" name="rd" id="v11" value="r2"><label for="v11">UK only</label></div>'; YAHOO.Fp.sSearchStripeOptions = '<div id="belowl"><a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/"><img src="http://l.yimg.com/a/i/ww/answers.gif" width="13" height="14" alt=""></a><span><a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=111oupv5t/**http%3A//uk.answers.yahoo.com/" id="ans">Yahoo! Answers:</a> <a href="http://uk.yahoo.com/_ylt=AohOpp8vnsgVnIfOpPE8HXuBVM8F;_ylv=9/SIG=13880ngs4/**http%3A//uk.answers.yahoo.com/question/index%3Fqid=20070814065727AAzUyoU%26show=3%23answer-title-area">Why doesn\'t glue stick together in its bottle?</a></span></div>'; YAHOO.Fp.sSearchStripeRadioOptions = '<div id="belowr"><input type="radio" name="rd" id="v10" checked="checked" value="r1"><label for="v10">the Web</label><input type="radio" name="rd" id="v11" value="r2"><label for="v11">UK only</label></div>'; YAHOO.Fp.sSearchTranslateOptions = ''; YAHOO.namespace('ULT'); YAHOO.ULT.BEACON = "http://uk.yahoo.com/ylc.html"; YAHOO.ULT.DOMAIN = ".yahoo.com"; YAHOO.Fp.beaconImg = new Image(); YAHOO.Fp.beacon = function(e, anchor, href) { if (href) { //use the ULT strip library to break the URL into data var data = YAHOO.ULT.strip(href); } else { //use the ULT strip library to break the URL into data var data = YAHOO.ULT.strip(anchor.getAttribute("href")); } if (!data.ult) {return false;} if (href && !e) { // because ULT uses events and we might not have one // we need to emulate the ULT cookie code here var cook = "D=" + data.cookie + "; Max-Age=10; Path=/; Domain=" + YAHOO.ULT.DOMAIN; document.cookie = cook; } else { //use the clnclk to create the d cookie YAHOO.ULT.clnclk(e, data); } //create and set the src of the beacon image var src = YAHOO.ULT.BEACON + "?" + data.cookie + '&t=' + Math.random(); YAHOO.Fp.beaconImg.src = src; }; </script> <script type="text/javascript" src="http://l.yimg.com/d/lib/eu/fp/js/combined-200811241548.js"></script> <script type="text/javascript"> YAHOO.namespace('eu');if(!YAHOO.eu.SAYTPARMS){YAHOO.eu.SAYTPARMS={};} YAHOO.eu.SAYTPARMS.SAYT_VERSION='2.1.3';YAHOO.eu.SAYTPARMS.scriptCounter=1;YAHOO.eu.SAYTPARMS.slowNodes=0;YAHOO.eu.SAYTPARMS.cachedResults=[];YAHOO.widget.AutoComplete.prototype.queryDelay=0.3;YAHOO.widget.AutoComplete.prototype.removeSlowNode=function(sID){elSlowNode=document.getElementById(sID);if(elSlowNode){document.getElementsByTagName('HEAD')[0].removeChild(elSlowNode);YAHOO.eu.SAYTPARMS.slowNodes++;}};function fxsearch(arg){aBareResults=arg[1];aResults=[];var aLength=aBareResults.length;for(i=0;i<aLength;i++){aResults.push([aBareResults[i]]);} YAHOO.Fp.oSAYT.oAutoComp._populateList(arg[0],aResults,YAHOO.Fp.oSAYT.oAutoComp);YAHOO.eu.SAYTPARMS.cachedResults[arg[0]]=aResults;elHead=document.getElementsByTagName('HEAD')[0];aScriptNodes=elHead.getElementsByTagName('script');for(i=aScriptNodes.length-1;i>=0;i--){if(aScriptNodes[i].id.match('JscriptId')){elHead.removeChild(aScriptNodes[i]);}}} YAHOO.widget.AutoComplete.prototype._JSONscriptRequest=function(fullUrl){this.fullUrl=fullUrl;this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+YAHOO.eu.SAYTPARMS.scriptCounter++;};YAHOO.widget.AutoComplete.prototype._addScriptTag=function(){this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type","text/javascript");this.scriptObj.setAttribute("charset","utf-8");this.scriptObj.setAttribute("src",this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id",this.scriptId);this.headLoc.appendChild(this.scriptObj);window.setTimeout('YAHOO.widget.AutoComplete.prototype.removeSlowNode("'+this.scriptId+'")',1000);};YAHOO.widget.AutoComplete.prototype.formatResult=function(aResultItem,sQuery){sKey=aResultItem[0];var normalisedQuery=YAHOO.eu.SAYT.prototype.normalise(sQuery.toUpperCase());var normalisedResult=YAHOO.eu.SAYT.prototype.normalise(sKey.toUpperCase());normalisedQuery=normalisedQuery.replace(/^\s+|\s+$/g,'');var splitQuery=normalisedQuery.split('');for(var k=splitQuery.length-1;k>=0;k--){switch(splitQuery[k]){case'A':if(splitQuery[k+1]=='E'){splitQuery[k]='AE';splitQuery.splice(k+1,1);} break;case'O':if(splitQuery[k+1]=='E'){splitQuery[k]='OE';splitQuery.splice(k+1,1);} break;case'U':if(splitQuery[k+1]=='E'){splitQuery[k]='UE';splitQuery.splice(k+1,1);} break;case'T':if(splitQuery[k+1]=='H'){splitQuery[k]='TH';splitQuery.splice(k+1,1);} break;case'S':if(splitQuery[k+1]=='S'){splitQuery[k]='ss';splitQuery.splice(k+1,1);} break;}} for(var i=splitQuery.length-1;i>=0;i--){for(var l=YAHOO.eu.SAYT.prototype.getNormalisationRules().length-1;l>=0;l--){if(splitQuery[i]==YAHOO.eu.SAYT.prototype.getNormalisationRules()[l][0]){splitQuery[i]='('+YAHOO.eu.SAYT.prototype.getNormalisationRules()[l][1]+')';}}} sRegexp='('+splitQuery.join('')+')';sQueryHighlighted=sKey.replace(new RegExp(sRegexp,"i"),"<strong>$1</strong>");return sQueryHighlighted;};YAHOO.widget.AutoComplete.prototype._sendQuery=function(sQuery){oSelf=this;sOriginalQuery=sQuery;sQuery=encodeURIComponent(sQuery);if(this.minQueryLength==-1){this._toggleContainer(false);return;} var aDelimChar=(this.delimChar)?this.delimChar:null;if(aDelimChar){var nDelimIndex=-1;for(var i=aDelimChar.length-1;i>=0;i--){var nNewIndex=sQuery.lastIndexOf(aDelimChar[i]);if(nNewIndex>nDelimIndex){nDelimIndex=nNewIndex;}} if(aDelimChar[i]==" "){for(var j=aDelimChar.length-1;j>=0;j--){if(sQuery[nDelimIndex-1]==aDelimChar[j]){nDelimIndex--;break;}}} if(nDelimIndex>-1){var nQueryStart=nDelimIndex+1;while(sQuery.charAt(nQueryStart)==" "){nQueryStart+=1;} this._sSavedQuery=sQuery.substring(0,nQueryStart);sQuery=sQuery.substr(nQueryStart);} else if(sQuery.indexOf(this._sSavedQuery)<0){this._sSavedQuery=null;}} if((sQuery&&(sQuery.length<this.minQueryLength))||(!sQuery&&this.minQueryLength>0)){if(this._nDelayID!=-1){clearTimeout(this._nDelayID);} this._toggleContainer(false);return;} this._nDelayID=-1;sQuery=this.doBeforeSendQuery(sQuery);if((sOriginalQuery.length>2)&&(YAHOO.cookie.get('ac')!='off')){sCleanQuery=sQuery.replace('%20',' ');if(typeof(YAHOO.eu.SAYTPARMS.cachedResults[sCleanQuery])=='object'){oSelf._populateList(sQuery,YAHOO.eu.SAYTPARMS.cachedResults[sCleanQuery],this);} else{oSelf._JSONscriptRequest(YAHOO.Fp.SAYT_GOSSIP+'?command='+sQuery+'&nresults='+YAHOO.Fp.SAYT_NUMRESULTS+'&queryfirst=2&output=fxjsonp&version='+YAHOO.eu.SAYTPARMS.SAYT_VERSION);if(YAHOO.eu.SAYTPARMS.slowNodes<5){oSelf._addScriptTag();}}}};YAHOO.widget.AutoComplete.prototype._onTextboxKeyDown=function(v,oSelf){var nKeyCode=v.keyCode;switch(nKeyCode){case 9:if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);}} if(oSelf._oCurItem){oSelf._selectItem(oSelf._oCurItem);} else{oSelf._toggleContainer(false);} break;case 13:if(oSelf._nKeyCode!=nKeyCode){if(oSelf._bContainerOpen){}} if(oSelf._oCurItem){oSelf._selectItem(oSelf._oCurItem);} else{oSelf._toggleContainer(false);} break;case 27:oSelf._toggleContainer(false);return;case 39:oSelf._jumpSelection();break;case 38:if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);}break;case 40:if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);oSelf._moveSelection(nKeyCode);}break;default:break;}};YAHOO.eu.SAYT=function(){this.createAutoComplete();};YAHOO.eu.SAYT.prototype={aNormalisationData:[['A',['A','%c3%80','%c3%81','%c3%82','%c3%83']],['AE',['AE','%c3%86','%c3%84']],['C',['C','%c3%87']],['E',['E','%c3%88','%c3%89','%c3%8a','%c3%8b']],['I',['I','%c3%8c','%c3%8d','%c3%8e','%c3%8f']],['D',['D','%c3%90']],['N',['N','%c3%91']],['O',['O','%c3%92','%c3%93','%c3%94','%c3%95']],['OE',['OE','%c3%96','%c3%98']],['U',['U','%c3%99','%c3%9a','%c3%9b']],['UE',['UE','%c3%9c']],['Y',['Y','%c3%9d']],['TH',['TH','%c3%9e']],['ss',['ss','%c3%9f']],[' ',[" |'|\\\-"]]],utf8_decode:function(sUTFText){var string="";var i=0;var c=0;var c1=0;var c2=0;var nLength=sUTFText.length;while(i<nLength){c=sUTFText.charCodeAt(i);if(c<128){string+=String.fromCharCode(c);i++;} else if((c>191)&&(c<224)){c2=sUTFText.charCodeAt(i+1);string+=String.fromCharCode(((c&31)<<6)|(c2&63));i+=2;} else{c2=sUTFText.charCodeAt(i+1);c3=sUTFText.charCodeAt(i+2);string+=String.fromCharCode(((c&15)<<12)|((c2&63)<<6)|(c3&63));i+=3;}} return string;},getNormalisationRules:function(){var aData=this.aNormalisationData;var oRules=[];for(var i=0;i<aData.length;i++){var sJoined=aData[i][1].join('|');oRules.push([aData[i][0],this.utf8_decode(unescape(sJoined))]);} return oRules;},resetAutoCompleteListeners:function(){YAHOO.util.Event.removeListener('vsearchtabs','click','clickTabs',this);YAHOO.util.Event.removeListener('disablesayt','click');YAHOO.util.Event.removeListener('enablesayt','click');},removeContainerElement:function(){if(document.getElementById('ysearchcontainer')){document.getElementById('searchbox').removeChild(document.getElementById('ysearchcontainer'));}},createAutoComplete:function(){this.resetAutoCompleteListeners();var elSearchBox=document.getElementById('p');var elSearchContainer=document.createElement('div');elSearchContainer.id='ysearchcontainer';elSearchBox.parentNode.appendChild(elSearchContainer);YAHOO.util.Event.addListener(elSearchBox,"keypress",this.keyPressed,this,true);document.getElementById('ysearchcontainer').style.display='block';this.oAutoComp=new YAHOO.widget.AutoComplete("p","ysearchcontainer",new YAHOO.widget.DS_JSArray([]));if(YAHOO.cookie.get('ac')!='off'){document.getElementById('enablesayt').style.display='none';document.getElementById('p').setAttribute('autocomplete','off');} this.oAutoComp.animVert=false;this.oAutoComp.allowBrowserAutocomplete=false;this.oAutoComp.autoHighlight=false;this.oAutoComp.itemSelectEvent.subscribe(this.myOnItemSelect,this,true);this.oAutoComp.itemArrowToEvent.subscribe(function(){document.getElementById('p').value=YAHOO.Fp.oSAYT.oAutoComp._oCurItem.innerHTML.replace(/(<([^>]+)>)/ig,"");});this.oAutoComp.setFooter("<p><a id='disablesayt' href='/'>Turn search suggestions off</a></p>");YAHOO.util.Event.addListener('disablesayt','click',this.doConfigChange,this,true);YAHOO.util.Event.addListener('enablesayt','click',this.doConfigChange,this,true);YAHOO.util.Event.addListener("vsearchtabs","click",this.clickTabs,this,true);this.oAutoComp.autoHighlight=false;},clickTabs:function(e,obj){elTarget=YAHOO.util.Event.getTarget(e);if(elTarget.id=='sbt1'){if(YAHOO.cookie.get('ac')!='off'){YAHOO.util.Event.onContentReady("p",function(){this.createAutoComplete();},this,true);}} else{this.removeContainerElement();}},keyPressed:function(e,obj){if(13==e.keyCode){this.doFormSubmit();}},myOnItemSelect:function(sType,aArgs){var elSugg=null;var elsFr=document.getElementsByName("fr");if(elsFr.length>0){elSugg=elsFr[0].cloneNode(true);elSugg.name='sugg';elSugg.value='1';elOriginalFR=document.getElementById('fr');elOriginalFR.setAttribute('value',YAHOO.Fp.SAYT_FRCODE);} this.doFormSubmit(elSugg);},doFormSubmit:function(elSugg){var elSearchBox=document.getElementById('p');var elParent=elSearchBox.parentNode;while(null!==elParent){if('form'==elParent.tagName.toLowerCase()){if(elSugg){elParent.appendChild(elSugg);} elParent.submit();return;} elParent=elParent.parentNode;}},normalise:function(sInput){var rules=this.getNormalisationRules();for(var i=rules.length-1;i>=0;i--){var sIn=rules[i][1];var sOut=rules[i][0];var regEx=new RegExp(sIn,'g');sInput=sInput.replace(regEx,sOut);} return sInput;},doConfigChange:function(e,obj){YAHOO.util.Event.preventDefault(e);var sToggle=YAHOO.cookie.get('ac');if(sToggle!='off'){YAHOO.cookie.set('ac','off',400*3600000);document.getElementById('enablesayt').style.display='block';this.removeContainerElement();}else{YAHOO.cookie.set('ac','on',400*3600000);document.getElementById('enablesayt').style.display='none';YAHOO.Fp.themes.toggle();this.createAutoComplete();} document.getElementById('p').focus();}};YAHOO.util.Event.onContentReady("p",function(){YAHOO.Fp.oSAYT=new YAHOO.eu.SAYT;}); </script> <script type="text/javascript"> if(typeof YAHOO.Fp.oPaModule=="object") { if(typeof YAHOO.Fp.oPaModule.oErrorManager.mail=="object") { YAHOO.Fp.oPaModule.oErrorManager.mail.html = "Please go to <a href='/r/pat/mn'>uk.mail.yahoo.com</a> to retrieve your mail.</li><li class='last'><a href='http://uk.yahoo.com/_ylt=AkQW0xqHneTOsRbsXKYHiGqBVM8F;_ylv=9/SIG=134clqcgk/**https%3A//login.yahoo.com/config/login_verify2%3F.intl=uk%26.src=ym%26.done=http%3A//uk.yahoo.com'>&#187; Go To Mail"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.messenger=="object") { YAHOO.Fp.oPaModule.oErrorManager.messenger.html = "Launch <a href='ymsgr:SendIM'>Yahoo Messenger</a> to view friends online.</li><li class='last'><a href='ymsgr:SendIM'>&#187; Launch Messenger"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.weather=="object") { YAHOO.Fp.oPaModule.oErrorManager.weather.html = "Please go to <a href='/r/pat/we'>uk.weather.yahoo.com</a> to get the weather.</li><li class='last'><a href='http://uk.yahoo.com/_ylt=AszxjNm0q8pa5LV2yrU3D.mBVM8F;_ylv=9/SIG=11162a0g2/**http%3A//uk.weather.yahoo.com/'>&#187; Go To Weather"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.local=="object") { YAHOO.Fp.oPaModule.oErrorManager.local.html = "Please go to <a href='http://uk.local.yahoo.com/'>uk.local.yahoo.com</a> to get local information.</li><li class='last'><a href='http://uk.local.yahoo.com/'>&#187; Go To Local"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.music=="object") { YAHOO.Fp.oPaModule.oErrorManager.music.html = "Please go to <a href='http://uk.music.yahoo.com/'>uk.music.yahoo.com</a> to get music.<li class='last'><a href='http://uk.music.yahoo.com/'>&#187; Go To Music"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.movies=="object") { YAHOO.Fp.oPaModule.oErrorManager.movies.html = "Please go to <a href='http://uk.movies.yahoo.com/'>uk.movies.yahoo.com</a> to get movies.</li><li class='last'><a href='http://intl.movies.yahoo.com/'>&#187; Go To Movies"; } if(typeof YAHOO.Fp.oPaModule.oErrorManager.sports=="object") { YAHOO.Fp.oPaModule.oErrorManager.sports.html = "Please go to <a href='http://uk.sports.yahoo.com/'>uk.sports.yahoo.com</a> to get sports information.</li><li class='last'><a href='http://uk.sports.yahoo.com/'>&#187; Go To Sports"; } YAHOO.Fp.oPaModule.loadingMsg = "<div class='loading'><h3>Loading</h3><img src='http://us.i1.yimg.com/us.yimg.com/i/ww/t4/loading.gif' alt=''></div>"; } if(typeof YAHOO.Fp.ulm=="object") { YAHOO.Fp.ulm.weatherI18N="Weather"; YAHOO.Fp.ulm.weatherLabelI18N="Please Enter City or Postcode"; YAHOO.Fp.ulm.defaultLabelI18N="Save location on this page"; YAHOO.Fp.ulm.submitI18N="Go"; } </script> <script type="text/javascript"> YAHOO.util.Event.addListener(window, 'load', function() { YAHOO.Fp.loadDeferredImages( 'today' ); YAHOO.Fp.loadDeferredImages( 'videonews2' ); }); </script> <!-- SpaceID=97473665 loc=FAD noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['KduZ2NmSuyM-']='&U=12bh6h0m7%2fN%3dKduZ2NmSuyM-%2fC%3d-1%2fD%3dFAD%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140qtqsvd%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d2220993078%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12bh6h0m7%2fN%3dKduZ2NmSuyM-%2fC%3d-1%2fD%3dFAD%2fB%3d-1%2fV%3d0"></noscript> <!-- http://uk.ard.yahoo.com/SIG=157al698e/M=200088075.201636658.202871830.201156967/D=ukhmpg/S=97473665:FOOT9/Y=UKIE/EXP=1229621010/L=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J/B=LtuZ2NmSuyM-/J=1229613810120122/A=200783956/R=0/* --> <!-- SpaceID=97473665 loc=FR01 noad --> <!-- SpaceID=97473665 loc=SIP noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['NNuZ2NmSuyM-']='&U=12bjf4fh8%2fN%3dNNuZ2NmSuyM-%2fC%3d-1%2fD%3dSIP%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=13vm26soe%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d748131909%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12bjf4fh8%2fN%3dNNuZ2NmSuyM-%2fC%3d-1%2fD%3dSIP%2fB%3d-1%2fV%3d0"></noscript> <!-- SpaceID=97473665 loc=YMBCN noad --> <script language=javascript> if(window.yzq_d==null)window.yzq_d=new Object(); window.yzq_d['NtuZ2NmSuyM-']='&U=12dfhqt3b%2fN%3dNtuZ2NmSuyM-%2fC%3d-1%2fD%3dYMBCN%2fB%3d-1%2fV%3d0'; </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=140skl87f%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d2.1%2fW%3dHR%2fY%3dUKIE%2fF%3d2752073298%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9&U=12dfhqt3b%2fN%3dNtuZ2NmSuyM-%2fC%3d-1%2fD%3dYMBCN%2fB%3d-1%2fV%3d0"></noscript> </body> </html> <script language=javascript> if(window.yzq_p==null)document.write("<scr"+"ipt language=javascript src=http://l.yimg.com/us.js.yimg.com/lib/bc/bcr_2.0.4.js></scr"+"ipt>"); </script><script language=javascript> if(window.yzq_p)yzq_p('P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=13qfh02g7%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d1.1%2fW%3dJR%2fY%3dUKIE%2fF%3d643392690%2fS%3d1%2fJ%3d45BA92D9'); if(window.yzq_s)yzq_s(); </script><noscript><img width=1 height=1 alt="" src="http://row.bc.yahoo.com/b?P=y.paKtmSukUu_S7sSPzeKZMbTpJprklKavIAAb9J&T=1403arh1n%2fX%3d1229613810%2fE%3d97473665%2fR%3dukhmpg%2fK%3d5%2fV%3d3.1%2fW%3dJR%2fY%3dUKIE%2fF%3d3143316895%2fQ%3d-1%2fS%3d1%2fJ%3d45BA92D9"></noscript> <!-- p24.www.ird.yahoo.com compressed/chunked Thu Dec 18 15:23:30 GMT 2008 -->
Site hosted by Angelfire.com: Build your free website today!