<!--
function wysistat(nom_client,frame,ParaWysistat,CompteurExtranet,ParaPage,ParaRoi)
{
var ecran=0;
date_actu = new Date()
if (document.layers) {ecran=window.innerWidth;}
if (document.all) {ecran=screen.width;}
if (!frame)
	{var frame=0;}	
if (!ParaWysistat)
	{var ParaWysistat=0;}
if (!CompteurExtranet)
	{var CompteurExtranet=0;}
if (!ParaPage)
	{var ParaPage=0;}
else
	{ParaPage=escape(ParaPage);}
if (!ParaRoi)
	{var ParaRoi=0;}
if (wysi==1)
	{
	compteur = new Image(1,1);

	// Utilisation de www.wysistat.com pour le ssl + gestion cookie sur même domaine
	if (document.URL.substr(0,5).toLowerCase()=='https'){
		compteur.src='https://www.wysistat.com/images/'+nom_client+'/roi_compteur_v2.php?nom='+nom_client+'&frame='+frame+'&ecran='+ecran+'&origine='+escape(document.referrer)+'&tps='+date_actu.getSeconds()+date_actu.getMinutes()+'&ParaWysistat='+ParaWysistat+'&CompteurExtranet='+CompteurExtranet+'&ParaPage='+ParaPage+'&ParaRoi='+ParaRoi;
	}
	else {
		compteur.src='http://www.wysistat.com/images/'+nom_client+'/roi_compteur_v2.php?nom='+nom_client+'&frame='+frame+'&ecran='+ecran+'&origine='+escape(document.referrer)+'&tps='+date_actu.getSeconds()+date_actu.getMinutes()+'&ParaWysistat='+ParaWysistat+'&CompteurExtranet='+CompteurExtranet+'&ParaPage='+ParaPage+'&ParaRoi='+ParaRoi;
	}

	}
}
wysi=1;
//-->