
function roll_over(img_name, img_src)
   {
   document[img_name].src = img_src;
   }


var now = new Date();
var date = now.getDate();
var time = now.getUTCHours();
  var month = now.getMonth() + 1;
  var year = now.getYear();
  var day = now.getDay() + 1;

  if (month >= "0")  {
        msgs = new Array
	msgs[1] = "January"
	msgs[2] = "February"
	msgs[3] = "March"
	msgs[4] = "April"
	msgs[5] = "May"
	msgs[6] = "June"
	msgs[7] = "July"
	msgs[8] = "August"
	msgs[9] = "September"
	msgs[10] = "October"
	msgs[11] = "November"
	msgs[12] = "December"
      var namemonth = msgs[month];
}
  if (day >= "0")  {
        msgs = new Array
	msgs[1] = "Sunday"
	msgs[2] = "Monday"
	msgs[3] = "Tuesday"
	msgs[4] = "Wednesday"
	msgs[5] = "Thursday"
	msgs[6] = "Friday"
	msgs[7] = "Saturday"
      var dayofweek = msgs[day]
}




if (day == "1") {
	dayofweek = "Sunday";
	featurecontent = "";
	}
if (day == "2") {
	dayofweek = "Monday";
	featurecontent = "";
	}
if (day == "3") {
	dayofweek = "Tuesday";
	featurecontent = "";
	}
if (day == "4") {
	dayofweek = "Wednesday";
	featurecontent = "";
	}
if (day == "5") {
	dayofweek = "Thursday";
	featurecontent = "";
	}
if (day == "6") {
	dayofweek = "Friday";
	featurecontent = "<A HREF=http://www.modavox.com/voiceamericacms/WebModules/HostModaview.aspx?HostId=354&ChannelId=1&Flag=1><B>Listen Live to The Parents Hour</B></A>: Broadcast on Fridays, 10 - 11 am EST.  Call-in toll free.";
	}
if (day == "7") {
	dayofweek = "Saturday"; 
	featurecontent = "";
	}

