function redirect()
{
	
	vTxt= new String(document.location) 
	if (vTxt.indexOf("redirect=mykerastase")!=-1){
	window.pages.location = "../espaceK/mykerastase.aspx"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
	else if (vTxt.indexOf("redirect=sitemap")!=-1){
	window.pages.location = "../services/sitemap.aspx"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
	else if (vTxt.indexOf("redirect=policy")!=-1){
	window.pages.location = "../services/policy.aspx"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
	else if (vTxt.indexOf("redirect=legal")!=-1){
	window.pages.location = "../services/legalinfo.aspx"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
	else if (vTxt.indexOf("redirect=luigi")!=-1){
	window.pages.location = "../News/whatsnew_detail.aspx?topicDetail=Luigi_Murenu"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
	else if (vTxt.indexOf("redirect=nutri")!=-1){
	window.pages.location = "../products/productFinder_detail.aspx?ProductCode=VNS0000&selected=nomproduit&categorypath=F1_Nutritive"
	timerID=setTimeout('fermeNavAuto()',3000)
	  
	}
 }