var uri = new Object();
uri.dir = location.href.substring(0,location.href.lastIndexOf('\/'));
uri.dom = uri.dir; if (uri.dom.substr(0,7) == 'http:\/\/') uri.dom = uri.dom.substr(7);
screen_w = screen.width;
screen_h = screen.height;
color = screen.colorDepth;
ref = escape(window.document.referrer);

if(parseInt(navigator.appVersion) >=4)
{
	document.write("<IMG src='http://www.flash-stat.com/config/statv2.php?Lg="+_Compte+"&page="+_Pagename+"&us="+location.href+ "&reso_w="+ screen_w+ "&reso_h="+screen_h+ "&color="+color+ "&referer="+ref+"' border='0' height='0' width='0' style='visibility:hidden'>");
}
