   //
   var nc;
   var bcol=new Array("f2efee");
   nc=Math.floor(Math.random()*4)
   if(nc==1){
   document.write("<img src='top/main1.jpg' width=800 height=405 border=0>");
   document.bgColor=bcol[0];
   } else if(nc==2){
   document.write("<img src='top/main2.jpg' width=800 height=405 border=0>");
   document.bgColor=bcol[1];
   } else if(nc==3){
   document.write("<img src='top/main3.jpg' width=800 height=405 border=0>");
   document.bgColor=bcol[2];
   } else{
   document.write("<img src='top/main4.jpg' width=800 height=405 border=0>");
   document.bgColor=bcol[3];
   }
   //

