function whichBrs() {
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("webtv") != -1) return 'WebTV';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}

go_to = "http://specials.fr.msn.com/femmes/fashionweek/pret-a-porter-2009/fashionweek.aspx";

var browserName = whichBrs();
if (browserName=="Firefox"){document.location.href = go_to;}



//num_days = 360;
num_days = 1;
function ged(noDays){
var today = new Date();
var expr = new Date(today.getTime() + noDays*24*60*60*1000);
return expr.toGMTString();
}

function Redirect()
{
 location.href = go_to;
}

function readCookie(cookieName){
var start = document.cookie.indexOf(cookieName);
if (start == -1){
document.cookie = "seenitf=yes; expires=" + ged(num_days);



setTimeout("Redirect()",5000);


} else {
	window.location = go_to;
}
}

readCookie("seenitf");
//-----------------------------------------------------

// INTEGRATION AD
var advert="";
advert += "<center><div id=\"msnad\" name=\"msnad\" style=\"z-index:2;\">";
advert += "</div></center>";
advert += "<br>";


document.getElementById("wrapper").innerHTML = advert ;
dap("&amp;PG=FR9R7C&amp;AP=1087", 1, 1);

document.getElementById("dapIf1").style.position = "absolute";
function centrerPub()
{
	document.getElementById("dapIf1").style.top = (document.documentElement.clientHeight/2)-250+"px";
	document.getElementById("dapIf1").style.left = (document.documentElement.clientWidth/2)-350+"px";
	//alert("left:"+document.getElementById("dapIf1").style.left+"\ntop:"+document.getElementById("dapIf1").style.top);
}
centrerPub();
window.onresize = centrerPub;

var timest = Math.floor((new Date()).getTime() / 1000)
document.write('<img src="http://home.edt02.net/emc/banner/mstbo.php?c=34500-170114-94317-236-299167&edt_rnd='+ timest +'" width=1 height=1 border=0>');