function stat(account)
{
   pagina = escape(document.location.href); 
   ref = escape(document.referrer); 
   
   if ((ref == "") || (ref == "undefined")) { ref = "bookmark"; } 
 
   ss = screen.width + "x" + screen.height; 
   sc = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth; 

   src = "http://www.xlstats.nl/digistats.php?acc=" + account + "&pagina=" + pagina + "&ref=" + ref + "&ss=" + ss + "&sc=" + sc; 
   src2 = "<img src=\"" + src + "\" width=5 height=5 border=0>"; 

   document.write("<img src=\"" + src + "\" width=0 height=0 border=0>"); 
}

/**
 © 2008 Velten Media B.V.
**/