///////////////////////////////////////////////////////////
//   PHP-STATS php_stats.js version 1.1                  //
//   Per info, commenti o bug -> webmaster76@inwind.it   //
///////////////////////////////////////////////////////////

var from = document.referrer;
var w = screen.width;
var h = screen.height;
var rand=Math.round(10000*Math.random());
var browser=navigator.appName;
var NS_url="";
if (browser != "Netscape") { colo=screen.colorDepth }
   else { colo=screen.pixelDepth }
if (browser != "Microsoft Internet Explorer") {
   NS_url = document.URL; }   // Aggiunto per ovviare al problema con Netscape di $HTTP_REFFERS
from=from.replace(/&/g,"§§");
NS_url=NS_url.replace(/&/g,"§§");
document.open()
document.write("<script language='javascript' src='http://www.intermediamoitalia.com/public/stat.php?reffer=" + from + "&w=" + w + "&h=" + h +"&colo=" + colo + "&NS_url=" +  NS_url + "&time=" + rand +  "'></script>");
document.close()
