var expire = new Date();
var unAn = expire.getTime() + (365*24*60*60*1000);
expire.setTime(unAn);

if (!document.cookie) {
var cherche1 = Math.round(Math.random() * 1000000000000000);
var cherche2 = Math.round(Math.random() * 100);
var cherche3 = (cherche1 * cherche2);

document.cookie = "visiteur_cookie="+cherche3+"; expires=" + expire.toGMTString();
valeur = "";
} else {
valeur = document.cookie+"&";
}

var nom_site_referer = "crv-tautavel";
var nom_site = "crvtautavel";
var adresse = "http://www.ibalade.com/moteur_stats/scripts/moteur.php?";
var rap = "rapport=1&";