{
arrancar();
}

function arrancar() {
var rg=new RegExp();
var i,xn,contador=0;
var acceder;
var aux,aux2=new String();
var vlk=new Array();
vlk[0]="chollolinks";
vlk[1]="tripod";
vlk[2]="buscarportal";
vlk[3]="CholloLinks";
acceder=false;
aux=window.location.href;
if (aux.substr(0, 27)=="http://www.buscarportal.com" || aux.substr(0, 23)=="http://buscarportal.com" || aux.substr(0, 26)=="http://www.chollolinks.com" || aux.substr(0, 22)=="http://chollolinks.com" )
     { 
		       acceder =true;
			   return;   
	}
while (contador==0)
     {
	  for (i=0;i<=vlk.length-1;i++)
	  {
	  rg="/"+vlk[i]+"/";
	   if (aux.search(rg)!=-1)
	       { 
		       acceder =true;
			   return;   
			}
	   }
	if (!(acceder))
	      {		  
		  alert("Usted debe de acceder a esta pagina desde www.Buscarportal.com\nSi usted ha accedido desde CHOLLOLINKS.COM por favor acceda desde buscarportal.com\nEsto, se debe a causas ajenas a nuesra voluntad, disculpe las molestias"+window.location.href);
		  document.location.href="http://www.buscarportal.com";
		  rg="/file:\57\57\57/";
		  aux=rg.search(window.location.href);
		  if (!(aux=="-1"))
		        {
				document.location.href="http://www.buscarportal.com";
				return;
				}
		    else
			{
			 self.parent.location=document.location.href;
			 return;
			 }
		   }
	   }
}


