var image=new Image(1,1),refresh=2,kaTimer=setTimeout("keepAlive();",6E4*refresh);image.src="misc/keepAlive.asp";function keepAlive(){kaTimer&&clearTimeout(kaTimer);for(var a="",b=0;b<64;b++){var c=Math.floor(Math.random()*61);a+="1234567890abcdefghiklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".substring(c,c+1)}image.src="misc/keepAlive.asp?str="+a;kaTimer=setTimeout("keepAlive();",6E4*refresh)};

