var url = escape(document.location.href);
var ref= escape(document.referrer);
var larg = screen.width;
var haut = screen.height;
var coul = screen.colorDepth;
var date_vis = new Date();
var info =  'url=' + url + '&ref=' + ref + '&larg=' + larg + '&haut=' +haut + '&coul=' + coul + '&hrs=' + date_vis.getHours() + '&min=' + date_vis.getMinutes() + '&sec=' + date_vis.getSeconds();
document.write ('<img src="http://www.ifactostat.com/clients/ifactonetcom/Compteur.asp?' + info + '" width=1 height=1 border=0>');
