YAHOO.EU.takeover = function(hex){
 var colours={};
 colours['bloodorange'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_bloodorange_1.0.css';
 colours['darkblue'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_darkblue_1.0.css';
 colours['orange'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_orange_1.0.css';
 colours['black'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_black_1.0.css';
 colours['lightblue'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_lightblue_1.0.css';
 colours['blue'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_blue_1.0.css';
 colours['violet'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_violet_1.0.css';
 colours['green1'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_green1_1.0.css';
 colours['green2'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_green2_1.0.css';
 colours['aquamarine'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_aquamarine_1.0.css';
 colours['grey'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_grey_1.0.css';
 colours['fushia'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_fushia_1.0.css';
 colours['brown'] = 'http://l.yimg.com/a/lib/eu/ysp/tk_ads_brown_1.0.css';
 if(!colours[hex]){return;}
 document.write('<link rel="stylesheet" media="screen" href="'+colours[hex]+'" type="text/css"> ');
};
if(location.hash.match(/takeover(.+)/)){
 YAHOO.EU.takeover(location.hash.match(/takeover(.+)/)[1]);
}