function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=520');");
}

function Ampliar(url, width, height)
{

var l = (screen.width - width) / 2 - 10;
var t = (screen.height - height) /2 - 10;
var opts = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=' + width + ',height=' + height + ',top=' + t + ' ,left=' + l;
dia = new Date();
var name = 'SexyVideos';
var comwin2 = window.open(url, name, opts);
comwin2.focus();
}

function favoritos(){
   if ((navigator.appName=="Microsoft Internet Explorer") && 
         (parseInt(navigator.appVersion)>=4)) {
      var url="http://www.sexymodelosfamosas.com"; 
      var titulo="::: Sexy Modelos Famosas :::";
      window.external.AddFavorite(url,titulo);
   } else { 
      if(navigator.appName == "Netscape") 
         alert("Presione Crtl+D para agregar ::: Sexy Modelos Famosas ::: a sus Marcadores"); 
   }
} 


function RecomiendaPop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=555,height=380');");
}