bgimg=new Array("./images/entrance/img00.jpg","./images/entrance/img99.jpg");
chsec=10000;
bgtop=98;
bgleft=0;
tile=1;
document.write("<style type=text/css><!--BODY{");
if(tile)document.write("background-repeat:no-repeat;");
document.write("background-position:"+bgleft+"px "+bgtop+"px;background-attachment:scroll;}--></style>");
for(i=0;i<bgimg.length;i++){(new Image()).src=bgimg[i];}
document.body.background=bgimg[0];imgto=1;
function Bgchenge(){
document.body.background=bgimg[imgto];
imgto++;imgto%=bgimg.length;
}
setInterval('Bgchenge()',chsec);
