function statwebpro(page)
{
scr_w = screen.width;
scr_h = screen.height;
color = screen.colorDepth;
ref   = escape(window.document.referrer);
dom   = "holistia.fr";
wid   = 81;
var exp = new Date();
exp.setTime(exp.getTime()+60000);
document.cookie="cookiesallowed=1; expires="+exp.toGMTString()+"; path=/; domain="+dom;
document.write("<a href='http://www.statwebpro.fr'><img src='/statwebpro/statwebpro.php"+ "?page="+ page+ "&n="+ Math.round (Math.random () * 1000000000000000)+ "&wid="+ wid+ "&r="+ scr_w+ "x"+ scr_h+ "&c="+ color+ "&ref="+ ref+"' border=0 /></a>");
}