var file = "http://webstats.magicaweb.it/giliair/count.asp?";
f = "" + escape(document.referrer);
u = "" + escape(document.URL);
t = "" + escape(document.title);
var w = screen.width;
var h = screen.height;
v = navigator.appName;
if (v != "Netscape") {c = screen.colorDepth}
else {c = screen.pixelDepth}
var fs = window.screen.fontSmoothingEnabled;
j = navigator.javaEnabled();
info = "w=" + w + "&h=" + h + "&c=" + c + "&r=" + f + "&u=" + u + "&fs=" + fs + "&j=" + j + "&t=" + t;
document.open();
document.write("<img src=" + file + info + " border=0>");
document.close();
