
function helloWorld()	{
	document.write("Hello, world!");
}

function writeHourSched()	{
	myTimeObj = new Date();
	myHour = myTimeObj.getHours();
	sp4 = "&nbsp;&nbsp;&nbsp;&nbsp;"
	if(myHour==0)		{
document.write("<font size='-2'>");
document.write("&nbsp;12:00 - National News From The AP<br>");
document.write("&nbsp;12:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;12:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;12:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;12:25 - Game Night Continues</b><br>");
document.write("&nbsp;12:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;12:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==1)		{
document.write("<font size='-2'>");
document.write("&nbsp;1:00 - National News From The AP<br>");
document.write("&nbsp;1:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;1:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;1:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;1:25 - Game Night Continues</b><br>");
document.write("&nbsp;1:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;1:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==2)		{
document.write("<font size='-2'>");
document.write("&nbsp;2:00 - National News From The AP<br>");
document.write("&nbsp;2:06 - AP National Weather<br>");
document.write("&nbsp;2:15 - AP Sports Headlines<br>");
document.write("&nbsp;2:20 - AP Business Minute<br>");
document.write("&nbsp;2:30 - National News From The AP<br>");
document.write("&nbsp;2:36 - AP National Weather<br>");
document.write("&nbsp;2:45 - AP Sports Headlines<br>");
document.write("&nbsp;2:50 - AP Business Report<br>");
document.write("&nbsp;2:55 - AP Entertainment News<br>");
document.write("</font>");
	}
	
	if(myHour==3)		{
document.write("<font size='-2'>");
document.write("&nbsp;3:00 - National News From The AP<br>");
document.write("&nbsp;3:06 - AP National Weather<br>");
document.write("&nbsp;3:15 - AP Sports Headlines<br>");
document.write("&nbsp;3:20 - AP Business Minute<br>");
document.write("&nbsp;3:30 - National News From The AP<br>");
document.write("&nbsp;3:36 - AP National Weather<br>");
document.write("&nbsp;3:45 - AP Sports Headlines<br>");
document.write("&nbsp;3:50 - AP Business Report<br>");
document.write("&nbsp;3:55 - AP Entertainment News<br>");
document.write("</font>");
	}
	
	if(myHour==4)		{
document.write("<font size='-2'>");
document.write("&nbsp;4:00 - National News From The AP<br>");
document.write("&nbsp;4:06 - AP National Weather<br>");
document.write("&nbsp;4:15 - AP Sports Headlines<br>");
document.write("&nbsp;4:20 - AP Business Minute<br>");
document.write("&nbsp;4:30 - National News From The AP<br>");
document.write("&nbsp;4:36 - AP National Weather<br>");
document.write("&nbsp;4:45 - AP Sports Headlines<br>");
document.write("&nbsp;4:50 - AP Business Report<br>");
document.write("&nbsp;4:55 - AP Entertainment News<br>");
document.write("</font>");
	}
	
	if(myHour==5)		{
document.write("<font size='-2'>");
document.write("&nbsp;5:00 - National News From The AP<br>");
document.write("&nbsp;5:06 - AP National Weather<br>");
document.write("&nbsp;5:15 - AP Sports Headlines<br>");
document.write("&nbsp;5:20 - AP Business Minute<br>");
document.write("&nbsp;5:30 - National News From The AP<br>");
document.write("&nbsp;5:36 - AP National Weather<br>");
document.write("&nbsp;5:45 - AP Sports Headlines<br>");
document.write("&nbsp;5:50 - AP Business Report<br>");
document.write("&nbsp;5:55 - AP Entertainment News<br>");
document.write("</font>");
	}
	
	if(myHour==6)		{
document.write("<font size='-2'>");
document.write("&nbsp;6:00 - National News From The AP<br>");
document.write("&nbsp;6:05 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;6:08 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;6:09 - <b>River Valley Weather</b><br>");
document.write("&nbsp;6:15 - AP Sports Headlines<br>");
document.write("&nbsp;6:20 - AP Business Minute<br>");
document.write("&nbsp;6:30 - National News From The AP<br>");
document.write("&nbsp;6:35 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;6:38 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;6:39 - <b>River Valley Weather</b><br>");
document.write("&nbsp;6:45 - AP Sports Headlines<br>");
document.write("&nbsp;6:50 - AP Business Report<br>");
document.write("&nbsp;6:55 - AP Entertainment News<br>");
document.write("</font>");
	}
	
	if(myHour==7)		{
document.write("<font size='-2'>");
document.write("7:00 - <b>River Valley NewsWatch</b><br>");
document.write(sp4 + "Expanded Edition<br>");
document.write(sp4 + "Featuring The<br>");
document.write(sp4 + "Inside Story<br>");
document.write("&nbsp;7:08 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;7:09 - <b>River Valley Weather</b><br>");
document.write("&nbsp;7:15 - AP Sports Headlines<br>");
document.write("&nbsp;7:20 - AP Business Minute<br>");
document.write("&nbsp;7:30 - Paul Harvey's Morning Update<br>");
document.write("&nbsp;7:36 - AP National Weather</b><br>");
document.write("&nbsp;7:45 - AP Sports Headlines<br>");
document.write("&nbsp;7:50 - AP News Headlines<br>");
document.write("&nbsp;7:55 - AP Business News<br>");
document.write("</font>");
	}
	
	if(myHour==8)		{
document.write("<font size='-2'>");
document.write("&nbsp;8:00 - National News From The AP<br>");
document.write("&nbsp;8:05 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;8:08 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;8:09 - <b>River Valley Weather</b><br>");
document.write("&nbsp;8:15 - AP Sports Headlines<br>");
document.write("&nbsp;8:20 - AP News Headlines<br>");
document.write("&nbsp;8:30 - National News From The AP<br>");
document.write("&nbsp;8:35 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;8:38 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;8:39 - <b>River Valley Weather</b><br>");
document.write("&nbsp;8:45 - AP Sports Headlines<br>");
document.write("&nbsp;8:50 - AP News Headlines<br>");
document.write("&nbsp;8:55 - AP Business News<br>");
document.write("</font>");
	}
	
	if(myHour==9)		{
document.write("<font size='-2'>");
document.write("&nbsp;9:00 - National News From The AP<br>");
document.write("&nbsp;9:05 - <b>River Valley Swap Shop</b><br><br>");	
document.write(sp4 + "Call in your items for<br>");
document.write(sp4 + "sale or trade on Swap Shop!<br><br>");
document.write(sp4 + "in Pope County:<br>");
document.write(sp4 + "967-1687, or 890-5013<br><br>");
document.write(sp4 + "or toll-free:<br>");
document.write(sp4 + "1-800-887-5933<br><br>");
document.write(sp4 + "or E-mail us!<br>");
document.write(sp4 + "<a href='mailto:swapshop@rivervalleyradio.com'>swapshop@rivervalleyradio.com</a><br>");
document.write("</font>");
	}
	
	if(myHour==10)		{
document.write("<font size='-2'>");
document.write("&nbsp;10:00 - Paid Programming<br><br>");
document.write("&nbsp;10:30 - <b>River Valley Backtalk</b><br>");
document.write(sp4 + "with Tom Kamerling<br>");
document.write(sp4 + "Discuss River Valley issues live!<br><br>");
document.write(sp4 + "local Pope County numbers:<br>");
document.write(sp4 + "967-1687, or 890-5013<br><br>");
document.write(sp4 + "or toll-free:<br>");
document.write(sp4 + "1-800-887-5933<br><br>");
document.write("</font>");
	}
	
	if(myHour==11)		{
	
document.write("<font size='-2'>");
document.write("&nbsp;11:00 - National News From The AP<br>");
document.write("&nbsp;11:02 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;11:06 - The Rush Limbaugh Show<br>");
document.write("&nbsp;11:30 - <b>River Valley SportsWatch</b><br>");
document.write("&nbsp;11:32 - <b>River Valley Weather</b><br>");
document.write("&nbsp;11:33 - The Rush Limbaugh Show cont.<br>");
document.write("</font>");
	}
	
	if(myHour==12)		{
document.write("<font size='-2'>");
document.write("&nbsp;12:00 - National News From The AP<br>");
document.write("&nbsp;12:02 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;12:06 - The Rush Limbaugh Show<br>");
document.write("&nbsp;12:30 - <b>River Valley SportsWatch</b><br>");
document.write("&nbsp;12:32 - <b>River Valley Weather</b><br>");
document.write("&nbsp;12:33 - The Rush Limbaugh Show cont.<br>");
document.write("</font>");
	}
	
	if(myHour==13)		{
document.write("<font size='-2'>");
document.write("&nbsp;1:00 - National News From The AP<br>");
document.write("&nbsp;1:02 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;1:06 - The Rush Limbaugh Show<br>");
document.write("&nbsp;1:30 - <b>River Valley SportsWatch</b><br>");
document.write("&nbsp;1:32 - <b>River Valley Weather</b><br>");
document.write("&nbsp;1:33 - The Rush Limbaugh Show cont.<br>");
document.write("</font>");
	}
	
	if(myHour==14)		{
document.write("<font size='-2'>");
document.write("&nbsp;2:00 - Paul Harvey's Midday Report<br>");<br>
document.write("&nbsp;2:15 - <b>Swap Shop AfterNoon Edition</b><br><br>");	
document.write(sp4 + "Call in your items for<br>");
document.write(sp4 + "sale or trade on Swap Shop!<br><br>");
document.write(sp4 + "in Pope County:<br>");
document.write(sp4 + "967-1687, or 890-5013<br><br>");
document.write(sp4 + "or toll-free:<br>");
document.write(sp4 + "1-800-887-5933<br><br>");
document.write(sp4 + "<a href='mailto:swapshop@rivervalleyradio.com'>or E-mail us!</a><br>");


	}
	
	if(myHour==15)		{
document.write("<font size='-2'>");
document.write("&nbsp;3:00 - National News From The AP<br>");
document.write("&nbsp;3:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;3:07 - The Dan Patrick Show</b><br>");
document.write("&nbsp;3:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;3:22 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;3:25 - The Dan Patrick Show cont.</b><br>");
document.write("&nbsp;3:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;3:43 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;3:45 - The Dan Patrick Show cont.</b><br>");
document.write("</font>");
	}
	
	if(myHour==16)		{
document.write("<font size='-2'>");
document.write("&nbsp;4:00 - National News From The AP<br>");
document.write("&nbsp;4:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;4:07 - The Dan Patrick Show</b><br>");
document.write("&nbsp;4:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;4:22 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;4:25 - The Dan Patrick Show cont.</b><br>");
document.write("&nbsp;4:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;4:43 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;4:45 - The Dan Patrick Show cont.</b><br>");
document.write("</font>");
	}
	
	if(myHour==17)		{
document.write("<font size='-2'>");
document.write("&nbsp;5:00 - National News From The AP<br>");
document.write("&nbsp;5:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;5:07 - The Dan Patrick Show</b><br>");
document.write("&nbsp;5:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;5:22 - <b>River Valley NewsWatch</b><br>");
document.write("&nbsp;5:25 - The Dan Patrick Show cont.</b><br>");
document.write("&nbsp;5:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;5:43 - <b>River Valley Sportswatch</b><br>");
document.write("&nbsp;5:45 - The Dan Patrick Show cont.</b><br>");
document.write("</font>");
	}
	
	if(myHour==18)		{
document.write("<font size='-2'>");
document.write("&nbsp;6:00 - National News From The AP<br>");
document.write("&nbsp;6:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;6:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;6:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;6:25 - Game Night Continues</b><br>");
document.write("&nbsp;6:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;6:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==19)		{
document.write("<font size='-2'>");
document.write("&nbsp;7:00 - National News From The AP<br>");
document.write("&nbsp;7:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;7:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;7:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;7:25 - Game Night Continues</b><br>");
document.write("&nbsp;7:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;7:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==20)		{
document.write("<font size='-2'>");
document.write("&nbsp;8:00 - National News From The AP<br>");
document.write("&nbsp;8:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;8:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;8:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;8:25 - Game Night Continues</b><br>");
document.write("&nbsp;8:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;8:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==21)		{
document.write("<font size='-2'>");
document.write("&nbsp;9:00 - National News From The AP<br>");
document.write("&nbsp;9:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;9:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;9:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;9:25 - Game Night Continues</b><br>");
document.write("&nbsp;9:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;9:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==22)		{
document.write("<font size='-2'>");
document.write("&nbsp;10:00 - National News From The AP<br>");
document.write("&nbsp;10:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;10:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;10:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;10:25 - Game Night Continues</b><br>");
document.write("&nbsp;10:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;10:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
	if(myHour==23)		{
document.write("<font size='-2'>");
document.write("&nbsp;11:00 - National News From The AP<br>");
document.write("&nbsp;11:05 - <b>River Valley Weather</b><br>");
document.write("&nbsp;11:07 - Game Night on ESPN</b><br>");
document.write("&nbsp;11:20 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;11:25 - Game Night Continues</b><br>");
document.write("&nbsp;11:40 - ESPN Radio SportsCenter</b><br>");
document.write("&nbsp;11:45 - Game Night Continues</b><br>");
document.write("</font>");
	}
	
}
