os = ((navigator.platform.indexOf('Win') > -1) ? "w" : "o");
browser = ((navigator.appName.indexOf('Explorer') > -1) ? "e" : "o");
xy = navigator.appVersion;
ver = xy.substring(0,1);
colors = window.screen.colorDepth;
screenx = window.screen.width;
screeny = window.screen.height;
java = ((navigator.javaEnabled() == 1) ? "y" : "n");
ref = document.referrer;
max = 100;
day = new Date();
myz = day.getTime();
myy = (myz - (parseInt(myz/1000,10) * 1000))/10;
myx = parseInt(myy/100*max,10) + 1;
document.write('
');
// -->