var alog="wax";
var ie=(navigator.appName=="Microsoft Internet Explorer"); 
var moz=(parseFloat(navigator.appVersion)>=5 && navigator.appName=="Netscape");
var str="",w="",h="",cd="",rand=Math.round(Math.random()*10000);
if (ie||moz) {
cd=screen.colorDepth;
w=document.documentElement.clientWidth;
h=document.documentElement.clientHeight;
if (!w) { w=document.body.clientWidth; h=document.body.clientHeight; }
if (!w) { w=window.innerWidth; h=window.innerHeight; }
str+="&amp;referer="+escape(top.document.referrer)+"&amp;width="+w+"&amp;height="+h+"&amp;colordepth="+cd+"&amp;rand="+rand;
document.write('<img src="http://artolog.artopod.se/cgi/artolog.pl?log='+alog+'&amp;do_this=log_root'+str+'" border="0" width="1" height="1" alt="Statistics" />');
}
