function stat()
{
   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 = "./digicms/digistats.php?pagina=" + pagina + "&ref=" + ref + "&ss=" + ss + "&sc=" + sc; 
   src2 = "<img src=\"" + src + "\" width=16 height=16 border=0 align=\"left\" alt=\"DigiStats\">"; 

   document.write(src2); 
}
