var chkcookie;
var tmp = new Array(8);
var ciclo;
var params = "";
var tmpcookie = new Date();
var ref;
	
chkcookie = (tmpcookie.getTime() + '');
document.cookie = "chkcookie=" + chkcookie + "; path=/";
    
ref = document.referrer;
ref = ref.replace(/&/gi, "£");
	
tmp[0] = navigator.cookieEnabled;
if (navigator.userLanguage)
	tmp[1] = navigator.userLanguage;
else
	tmp[1] = navigator.language;

tmp[2] = navigator.javaEnabled();
tmp[3] = window.screen.width;
tmp[4] = window.screen.colorDepth;
tmp[5] = window.screen.fontSmoothingEnabled;
tmp[6] = history.length;
if (document.cookie.indexOf(chkcookie,0) < 0)
	tmp[7] = 'false';
else
	tmp[7] = 'true';
if (navigator.plugins && navigator.plugins.length && navigator.plugins["Shockwave Flash"])
	tmp[8] = 'true';
else
	tmp[8] = 'false';
	
params = "?c0=" + tmp[0];
for (ciclo = 1; ciclo <= 8; ciclo++)
	params = params + "&c" + ciclo + "=" + tmp[ciclo];

document.write("<iframe src='http://www.ultrastats.it/registra/registra.aspx" + params + "&ref=" + ref + "' width=1 height=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe>");