var now = new Date();
var habillageImage = '';
var habillageLien  = '';
var habillageColor = '';

if( now.getTime() > new Date("October 25 2010 00:00:00") && now.getTime() < new Date("May 10 2011 23:59:59") ) {
var habillageImage = 'http://www.camfoot.com/logoetanimation/habillage/newsFocus.jpg';
var habillageLien  = 'http://www.ford.fr/vehicule_particulier/nouvelle-focus';
var habillageColor = '#f08908';
document.write('<div id="header"><a href="' + habillageLien + '" target="_blank"><img alt="' + habillageLien + '" border="0" height="0" width="100%" src="http://www.camfoot.com/logoetanimation/habillage/transparent.gif" /></a></div>');
document.write('<style type="text/css"> <!-- .fullbox, .box { border-color:' + habillageColor + ' #CCCCCC #CCCCCC; } body { background:url("' + habillageImage + '") no-repeat fixed center top #FFFFFF; } #header { background:url("' + habillageImage + '") no-repeat scroll center top transparent; overflow:hidden; position:fixed; top:0; z-index:99; width:100%; text-align:center; margin:auto; } #header a { text-align:center; margin:auto; } #header a img { text-align:center; margin:auto; } #container { padding-top:0px; } --> </style><!--[if lte IE 6]><style type="text/css"> <!-- #container { padding-top:0; } --> </style><![endif]-->');
}
