function fecha(){
fecha = new Date()
mes = fecha.getMonth()
diaMes = fecha.getDate()
diaSemana = fecha.getDay()
anio = fecha.getFullYear()
dias = new Array('Domingo','Lunes','Martes','Miercoles','Jueves','Viernes','Sábado')
meses = new Array('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre')
document.write('<span id="fecha">')
document.write (dias[diaSemana] + ", " + diaMes + " de " + meses[mes] + " de " + anio)
document.write ('</span>')
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function imagen(url) {
today = new Date();
document.write("<a href=\""+url+"\" target=\"_blank\"><img border=0 src='images/banners/sms/" + today.getDate() + ".gif' alt='Sitio recomendado del día'></a>");
}

function wallpaperh() {
today = new Date();
document.write("<a href=\"./images/wallpaper/hetero/"+today.getDate()+".gif\" target=\"_blank\"><img border=0 src='images/wallpaper/hetero/" + today.getDate() + "s.gif' alt='Wallpaper erótico del día'></a>");
}

function chicadeldia() {
today = new Date();
document.write("<a href=\"porno/images/fotodeldia/hetero/"+today.getDate()+".gif\" target=\"_blank\"><img border=0 src='porno/images/fotodeldia/hetero/" + today.getDate() + "s.gif' alt='Chica del día'></a>");
}

function wallpaperg() {
today = new Date();
document.write("<a href=\"./images/wallpaper/gay/"+today.getDate()+".gif\" target=\"_blank\"><img border=0 src='images/wallpaper/gay/" + today.getDate() + "s.gif' alt='Wallpaper erótico del día'></a>");
}

function chicodeldia() {
today = new Date();
document.write("<a href=\"porno/images/fotodeldia/gay/"+today.getDate()+".gif\" target=\"_blank\"><img border=0 src='porno/images/fotodeldia/gay/" + today.getDate() + "s.gif' alt='Chico del día'></a>");
}

function radio(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=1,width=335,height=220,left = 50,top = 75');");
}