// JavaScript Document
var dire=document.referrer;
var pase=false,barracarga=false;
//var empezarpri;
//document.getElementById("zona2").style.width=498+'px';
if(dire=='http://www.bolosasturias.com/juveniles.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/rumores.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/prensa.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/leyendas.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/concejos.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/campeones.html'){pase=true;}
if(dire=='http://www.bolosasturias.com/fotos.html'){pase=true;}
if(pase==false){ document.getElementById('inferior').style.display='block';
////empezarpri=self.setInterval('carga()',30);
////document.getElementById("contendor").style.display='block';
}
////else{barracarga=true;}

function carga(){
var mydiv=document.getElementById("zona2");
var  div_width= parseInt(mydiv.style.width);
if (div_width>3){
mydiv.style.width = (div_width -6) +"px";
}
else
{
window.clearInterval(empezarpri);
document.getElementById("contendor").style.display='none';
barracarga=true;
}
}  