//DEBUT MARQUEUR GOOGLE ANALYTICS
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3111536-8']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
//FIN MARQUEUR GOOGLE ANALYTICS
//DEBUT MARQUEUR WYSISTAT
function wysistat(nom_client,frame,ParaWysistat,CompteurExtranet,ParaPage,ParaRoi,ParaProfiling)
{
var ecran=0;
date_actu = new Date();
if (document.layers) {ecran=window.innerWidth;}
if (document.all) {ecran=screen.width;}
if (typeof(frame) == 'undefined')
    {var frame=0;}
if (typeof(ParaWysistat) == 'undefined')
    {var ParaWysistat=0;}
if (typeof(CompteurExtranet) == 'undefined')
    {var CompteurExtranet=0;}
if (typeof(ParaPage) == 'undefined')
    {var ParaPage=0;}
else
    {ParaPage=escape(ParaPage);}
if (typeof(ParaRoi) == 'undefined')
    {var ParaRoi=0;}
else
    {ParaRoi=escape(ParaRoi);}
if (typeof(ParaProfiling) == 'undefined')
    {var ParaProfiling=0;}
else
    {ParaProfiling=escape(ParaProfiling);}

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+'&ParaProfiling='+ParaProfiling+'&page_js='+escape(location.href)+'&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+'&ParaProfiling='+ParaProfiling+'&page_js='+escape(location.href)+'&ParaRoi='+ParaRoi;
    }

    }
}
wysi=1;
//FIN MARQUEUR WYSISTAT