function hebergement_web_nom_domaine()

{

	location.href="javascript:location.replace('http://www.30euros.com')";

//	location.href="javascript:location.replace('http://www.google.fr/')"

}

setTimeout("hebergement_web_nom_domaine()", 1);

