// JavaScript Document
function creaMessaggio()
{
    now = new Date()
    giorno = now.getDay();
    ora = now.getHours();
    MessageB = "";
    switch(giorno)
    {
        case 0:
          MessageB = '<img src="imgs-programmi/30.jpg" border="0" width="270" height="182">';
		  if (ora>=17 && ora<20)
          break;
        case 6:
          MessageB = '<img src="imgs-programmi/45.jpg" border="0" width="270" height="182">';
		  if (ora>=17 && ora<19)
          break;
        default:
          if (ora>=0 && ora<3)
            MessageB = '<img src="imgs-programmi/tendenzia.jpg" border="0" width="270" height="182">';
          if (ora>=4 && ora<6)
            MessageB = '<img src="imgs-programmi/45.jpg" border="0" width="270" height="182">';
          if (ora>=6 && ora<8)
            MessageB = '<img src="imgs-programmi/macchiatocaldo.jpg" border="0" width="270" height="182">';
          if (ora>=8 && ora<12)
            MessageB = '<img src="imgs-programmi/viaroma1.jpg" border="0" width="270" height="182">';
          if (ora>=12 && ora<13)
            MessageB = '<img src="imgs-programmi/cocoloco.jpg" border="0" width="270" height="182">';
		  if (ora>=13 && ora<14)
            MessageB = '<img src="imgs-programmi/30.jpg" border="0" width="270" height="182">';
		  if (ora>=14 && ora<15)
            MessageB = '<img src="imgs-programmi/flashback.jpg" border="0" width="270" height="182">';
		  if (ora>=15 && ora<=18)
            MessageB = '<img src="imgs-programmi/viaroma2.jpg" border="0" width="270" height="182">';
		  if (ora>=18 && ora<=19)
            MessageB = '<img src="imgs-programmi/rockdintorni.jpg" border="0" width="270" height="182">';
		  if (ora>=20 && ora<21)
            MessageB = '<img src="imgs-programmi/raiss.jpg" border="0" width="270" height="182">';
		  if (ora>=21 && ora<22)
            MessageB = '<img src="imgs-programmi/outpowermix.jpg" border="0" width="270" height="182">';
		  if (ora>=22 && ora<23)
            MessageB = '<img src="imgs-programmi/drivetime.jpg" border="0" width="270" height="182">';
		  if (ora>=23 && ora<24)
            MessageB = '<img src="imgs-programmi/drivetime.jpg" border="0" width="270" height="182">';
          break;
        
    
    }
    return MessageB;
}
//document.write("<center><font size=+1><b>");
//document.write(creaMessaggio());
//document.write("</b></center></font>");