ns=(navigator.appName.substring(0,2)=="Mi")?0:1;
c=(ns==0)?screen.colorDepth:screen.pixelDepth;
w=screen.width;
h=screen.height;
document.write('<img src=\"../online/connect_insert.php?res='+ w +'x' +h+ '&depth='+c+'&the_ref='+escape(document.referrer)+'\">');