function Tracker(){
   b1=new Date();
   a1=window.screen.height;
   a2=window.screen.width;
   a3=window.screen.colorDepth;
   a4=window.document.referrer;
   a5=b1.getTimezoneOffset();
   document.write("<img src='/cgi-bin/main/ana/hana.cgi?wh="+a1+"&tz="+a5+"&ww="+a2+"&cd="+a3+"&ref="+a4+"' width='1' height='1' alt='' />");
}

Tracker();
