function vv1(){
var n=navigator;
var d=document;
ref=window.top.document.referrer;
width=window.screen.width;
height=window.screen.height;
hloubka=window.screen.colorDepth;
java=(n.javaEnabled())?1:0;
if(n.appVersion.indexOf("MSIE")>=0 && n.appVersion.indexOf("Win")>=0){
d.writeln("\non error resume next\nflash=0");
for (i=3; i <= 10; i++)
d.writeln("if(IsNull(CreateObject(\"ShockwaveFlash.ShockwaveFlash."+i+"\"))) then fl=0 else flash="+i+" end if");
d.writeln("");
}
else eval("var flash=0");
if(n.plugins && n.plugins["Shockwave Flash"]){
t=n.plugins["Shockwave Flash"].description;
flash=parseInt(t.charAt(t.indexOf(".")-1));
}
y=new Date();
y.setTime(y.getTime()-31536000000);
d.cookie="vv1=1";
cookie=(d.cookie.indexOf("vv1") != -1)?1:0;
d.cookie="vv1=1; expires="+y.toGMTString();
d.write("");
d.write("
");
d.write("");
}
vv1();