<!-- 
var Today = new Date();
var Day = Today.getDay();
var Src;
var href;
var Hours = Today.getHours();

if (Day == 0)
	{
	  if ((Hours >= 6) && (Hours < 12))   {Src = "domingo.jpg"; href = "radio2.html"}
	  if ((Hours >= 12) && (Hours < 24))   {Src = "domingo.jpg"; href = "radio2.html"}
	}
if (Day == 1)
	{
          if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}
        }
if (Day == 2)
	{
           if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}	}
if (Day == 3)
	{
          if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}	}
if (Day == 4)
	{
          if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "../radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}	}
if (Day == 5)
	{
         if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "../radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}	}
if (Day == 6)
	{
         if  ((Hours < 5))   {Src = "intervalo.jpg"; href = "../radio2.html"}
	  if ((Hours >= 5) && (Hours < 8))   {Src = "novo1/cleyton.jpg"; href = "radio2.html"}
	  if ((Hours >= 8) && (Hours < 12))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
  	  if ((Hours >= 12) && (Hours < 13))   {Src = "novo1/alvino.jpg"; href = "radio2.html"}
	  if ((Hours >= 13) && (Hours < 17))   {Src = "novo1/monica.jpg"; href = "radio2.html"}
	  if ((Hours >= 17) && (Hours < 19))   {Src = "novo1/oliveiras.jpg"; href = "radio2.html"}
	  if ((Hours >= 19) && (Hours < 24))   {Src = "novo1/studio.jpg"; href = "radio2.html"}
  	}
document.write('<a href=' + href + '><img src=' + Src + ' border=0 align=middle alt=Programação></a>');//
 -->
