 self.focus();


//**************************************************
//****** BARRA DE ESTADO ***************************
//**************************************************

 function estado() {
  window.status="";
  setTimeout("estado()",500);
 }
 //estado();



//**************************************************
//****** FAVORITOS *********************************
//**************************************************

 function favoritos() {
  window.external.AddFavorite('http://www.calientapollas.com','Han vuelto las Calienta Pollas');
 }

 function favoritosgay() {
  window.external.AddFavorite('http://www.calientapollas.com/gay/','Han vuelto los Calienta Pollas');
 }



//****************************************************
//****** DESPLEGABLES WEBS ***************************
//****************************************************

 function goh() {
  valor=document.go.webshetero.value;
  if (valor=="canal18" || valor=="canalporno" || valor=="doctorsexo" || valor=="xsensations")
   window.open('http://www.'+valor+'.com','ad','toolbar=yes,location=no,scrollbars=yes,resizable=yes');
  else
   window.open('http://www.'+valor+'.com/check.cfm?user=calientapollas','ad','toolbar=yes,location=no,scrollbars=yes,resizable=yes');
 }

 function gog() {
  valor=document.go.websgay.value;
  if (valor=="thegay")
   window.open('http://www.scdata.com/thegay/tgmaster.cfm?user=calentitos','ad','toolbar=yes,location=no,scrollbars=yes,resizable=yes');
  else
   window.open('http://www.'+valor+'.com/check.cfm?user=calentitos','ad','toolbar=yes,location=no,scrollbars=yes,resizable=yes');
 }



//**************************************************
//****** DIALERS CAB *******************************
//**************************************************

 function dinerotica() {
  window.open('http://www.dinerotica.com/dll/chat3/chat3.cfm?user=calientapollas','dialer','width=400,height=450,resizable=no');
 }

 function dineroticagay() {
  window.open('http://www.dinerotica.com/dll/gay1/gay1.cfm?user=calentitos','dialer','width=400,height=450,scrollbars=no')
 }

 function spgerror() {
  window.location=g+".exe";
 }

 function famosas() {
  dinerotica();
 }

 function famosos() {
  dineroticagay();
 }



//**************************************************
//****** DETECTA IDIOMA ****************************
//**************************************************
/*
 var type=navigator.appName;
 if (type=="Netscape")  var lang = navigator.language;
 else var lang = navigator.userLanguage;
 var lang = lang.substr(0,2);
  if (lang=="en") window.location="http://www.finalsex.com";
*/



//************************************************
//****** POPUP SALIDA ****************************
//************************************************

 function limpia(url) {
  window.open(url);
 }




//**********************************************************
//****** MACROMEDIA DREAMWEAVER ****************************
//**********************************************************

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}