<!--
var height=1; var width=1; var colordepth=1;
if (self.screen) {
width = screen.width
height = screen.height
colordepth = screen.colorDepth;
}
document.cookie="screen=" + width + "x" + height;
document.cookie="colordepth=" + colordepth;
document.cookie="total=yes";
document.cookie="ref=" + document.referrer;
//-->
