<!-- 
today = new Date(); 


p_lun="******"
p_mar="******"
p_mer="******"
p_gio="******"
p_ven="******"
p_sab="******"
p_dom="******"

t_lun="--------------"
t_mar="--------------"
t_mer="--------------"
t_gio="--------------"
t_ven="--------------"
t_sab="--------------"
t_dom="--------------"

s_lun="#"
s_mar="#"
s_mer="#"
s_gio="#"
s_ven="#"
s_sab="#"
s_dom="#"


document.write("<center><font face='Arial, Helvetica, sans-serif' size='2'><b>")
now = new Date()
if (now.getDay() == 5)
document.write("<font color='#000000'>Venerdì<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_ven,"'> ",p_ven,"</a><br><font color='#0000FF' size=2>",t_ven,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")

if (now.getDay() == 6)
document.write("<font color='#000000'>Sabato<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_sab,"'> ",p_sab,"</a><br><font color='#0000FF' size=2>",t_sab,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")

if (now.getDay() == 0)
document.write("<font color='#000000'>Domenica<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_dom,"'> ",p_dom,"</a><br><font color='#0000FF' size=2>",t_dom,"<br><font color='#000000' size=1>ore 20.00<br> Italia1")

if (now.getDay() == 1)
document.write("<font color='#000000'>Lunedì<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_lun,"'> ",p_lun,"</a><br><font color='#0000FF' size=2>",t_lun,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")

if (now.getDay() == 2)
document.write("<font color='#000000'>Martedì<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_mar,"'> ",p_mar,"</a><br><font color='#0000FF' size=2>",t_mar,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")

if (now.getDay() == 3)
document.write("<font color='#000000'>Mercoledì<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_mer,"'> ",p_mer,"</a><br><font color='#0000FF' size=2>",t_mer,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")

if (now.getDay() == 4)
document.write("<font color='#000000'>Giovedì<br>",today.getDate(),"/",today.getMonth()+1,"/",today.getYear(),"<br><font color='#0000FF' size=1><a href='",s_gio,"'> ",p_gio,"</a><br><font color='#0000FF' size=2>",t_gio,"<br><font color='#000000' size=1>ore 14.10<br> Italia1")
document.write("</b></center></font>")

//-->





