document.write("<Font color=#596697 face=Verdana size=1>")
document.write("<B><I>&quot;Un "  + hoy.getDate() + " de " + monName[hoy.getMonth()] + " de </B>" )
if (hoy.getMonth() == 0)  document.write(Ene[hoy.getDate()])
if (hoy.getMonth() == 1)  document.write(Feb[hoy.getDate()])
if (hoy.getMonth() == 2)  document.write(Mar[hoy.getDate()])
if (hoy.getMonth() == 3)  document.write(Abr[hoy.getDate()])
if (hoy.getMonth() == 4)  document.write(May[hoy.getDate()])
if (hoy.getMonth() == 5)  document.write(Jun[hoy.getDate()])
if (hoy.getMonth() == 6)  document.write(Jul[hoy.getDate()])
if (hoy.getMonth() == 7)  document.write(Ago[hoy.getDate()])
if (hoy.getMonth() == 8)  document.write(Sep[hoy.getDate()])
if (hoy.getMonth() == 9)  document.write(Oct[hoy.getDate()])
if (hoy.getMonth() == 10) document.write(Nov[hoy.getDate()])
if (hoy.getMonth() == 11) document.write(Dic[hoy.getDate()])
document.write("&quot;</i></Font>")


