var url;

var langue=GetCookie("langue");

if (langue=="en") {
	//Redirection ("en");
	//alert("Page en anglais !");
	SetCookie("langue", "en");
	url = "en";
}
else if (langue=="fr") {
	//alert("Page en français !");
	//Redirection ("fr");
	SetCookie("langue", "fr");
	url = "fr";
}
else if (!langue) {
	///alert("Pas de langue définie pour cette page !");
	SetCookie("langue", "fr");
	url = "fr";
	//Redirection ("fr");
}

//document.write('<div id="Publicite" style="position:absolute; left:'+gauche+'px; top:0px; width:780px; height:1000px; z-index:1000; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #FFFFFF;"><div align="center"><a href="http://www.french-homes-direct.com/propertie-102-exceptional-buy-to-let-opportunity.htm"><img src="Images/Disney.jpg" width="780" height="800" border="0"></a><br><strong><a href="http://www.french-homes-direct.com/index.htm" class="arial14noirs">Directly Access French Homes Direct Site</a></strong></div></div>');
//SetCookie("publicite", "Oui", exp);
//SetCookie("publicite", "Oui");
//Redirection ();