// Stat01 IMG.ZEROUNO s.r.l.
// http://www.img01.com/
var data, p;
var agt=navigator.userAgent.toLowerCase();
p='http';
if((location.href.substr(0,6)=='https:')||(location.href.substr(0,6)=='HTTPS:')) {p='https';} data = 'agt=' + escape(agt) + '&r=' + escape(document.referrer) + '&lg=' + escape(navigator.systemLanguage);
if(navigator.appVersion.substring(0,1)>'3') {data = data + '&cd=' + screen.colorDepth + '&p=' + escape(screen.width+ 'x'+screen.height) + '&je=' + navigator.javaEnabled();};
document.write('<img width="1" height="1" border="0" vspace="0" hspace="0" src="../counter.asp?' + data + '" />');


