sd = sc = ja = ck = pl = ""; jsv = "1.0";
document.cookie = "eztest=true";
ck = (document.cookie.indexOf("eztest") >= 0 ? 1 : 0);
ja = (navigator.javaEnabled() ? 1 : 0);
bn = navigator.appName;
bv = Math.round(parseFloat(navigator.appVersion)*100);
if (bn == "Netscape") {
if (bv >= 300) jsv = "1.1";
if (bv >= 400) {
jsv = "1.2";
sd = screen.width+'x'+screen.height;
sc = screen.pixelDepth;
}
if (bv >= 406) jsv = "1.3";
}
msie_index = navigator.userAgent.indexOf("MSIE");
if (msie_index != -1) bn = "MSIE";
if (bn == "MSIE") {
bv_str = navigator.userAgent.substr(msie_index+5, navigator.userAgent.length);
bv = Math.round(parseFloat(bv_str)*100);
if (bv >= 400) {
jsv = "1.2";
sd = screen.width+'x'+screen.height;
sc = screen.colorDepth;
}
}
var t = new Date;
rand = Math.random();
var ez_code = "";
document.write(ez_code);