// Copyright (c) 2002, Legendum LLC and Tiscali SpA. All Rights Reserved.

var ss_page = escape(window.location);
if (typeof(SiteStats_page) != 'undefined') ss_page = SiteStats_page;

var ss_html = '<img width="1" height="1" src="http://ss.tiscali.com/db.php';
ss_html += '?site_id=21&page=' + ss_page + '&referrer=' + escape(document.referrer);
document.cookie = 'ss=1; expires=Sunday, 02-Feb-2020 20:20:20 GMT';
ss_html += '&cookies=' + (document.cookie.indexOf('ss=1') >= 0);

if (parseInt(navigator.appVersion) >= 4)
{
	var date = new Date();

	ss_html += '&resolution=' + screen.width + 'x' + screen.height;
	ss_html += '&color_bits=' + screen.colorDepth;
	ss_html += '&java=' + navigator.javaEnabled();
	ss_html += '&time=' + date.getHours() + ':' + date.getMinutes() + ':' + date.getSeconds();
}

document.write(ss_html + '">');
