////////////////////////////////////////////////////////////////////////////
// Feel free to adapt to your own site, but read the info below.	  //
//	                                                                  //
// This script adjusts to UTC, so that listeners in different time zones  //
// see the correct show info.  This script is adapted to HAWAII STANDARD  //
// TIME, which is -14 hours from UCT.  If the shows take place in another //
// time zone, the script would have to be adjusted accordingly.  You can  //
// simply do that by moving the date markers ("//MONDAY") and time        //
// notations ahead or back a few hours depending on your time zone        //
// difference from HST. IE, if you are in in the Pacific time zone,       //
// Midnight Monday would be quotes[112] instead of quotes[110].           //
//                                                                        //
// Original credit goes to Kevin Bischof, Wooster Class of 2003 for       //
// WCWS 90.9FM in 2001.                                                   //
// Code updated by Mark J. Farrell, University Radio Hilo, 2005.          //
//                                                                        //
///////////////////////////////////////////////////////////////////////////
	
	
<!-- Begin	
theDate= new Date();	
var daynum = theDate.getDate();	
var weekday1 = theDate.getUTCDay();	
var Time = theDate.getUTCHours();	
var year = theDate.getYear();	
year = (year < 2000) ? year + 1900 : year;	
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;	
var weekday2 = weekday1*100	
	
//weekday is same as saturday, friday, ect. 	
// Time is # 0 to 23 	
//so if John Doe has a show Friday at 10pm it would be 522 	
//if Jane Doe had a show 	
//Time- 0 is midnight (12am)..........24 doesn't exist ........... 	
//quotes[0} = to Sunday at midnight, {1} sunday 1 am ect	
	
var numquotes = 31;	
quotes = new Array(numquotes+1);	
//SUNDAY		
quotes[10] = " URH Night Flight ";	//12a-1a"
quotes[11] = " URH Night Flight ";	//1a-2a"
quotes[12] = " URH Night Flight ";	//2a-3a"
quotes[13] = " URH Night Flight ";	//3a-4a"
quotes[14] = " URH Night Flight ";	//4a-5a"
quotes[15] = " URH Night Flight ";	//5a-6a"
quotes[16] = " The URH Sunday Morning Mix ";	//6a-7a"
quotes[17] = " The URH Sunday Morning Mix ";	//7a-8a"
quotes[18] = " The URH Sunday Morning Mix ";	//8a-9a"
quotes[19] = " The URH Sunday Morning Mix ";	//9a-10a"
quotes[20] = " The URH Sunday Morning Mix ";	//10a-11a"
quotes[21] = " The URH Sunday Brunch Break ";	//11a-12p"
quotes[22] = " The URH Sunday Brunch Break ";	//12p-1p"
quotes[23] = " No Show Scheduled ";	//1p-2p"
quotes[100] = " No Show Scheduled ";	//2p-3p"
quotes[101] = " No Show Scheduled ";	//3p-4p"
quotes[102] = " No Show Scheduled ";	//4p-5p"
quotes[103] = " No Show Scheduled <BR>Get ready to Rock! Rock the Big Rock is up next hour! ";	//5p-6p"
quotes[104] = " Rock the Big Rock w/ DJ Killa'<BR>Sistah Kuz and whomever else they decide to pick up on the way to the studio... ";	//6p-7p"
quotes[105] = " Rock the Big Rock w/ DJ Killa'<BR>Sistah Kuz and whomever else they decide to pick up on the way to the studio... ";	//7p-8p"
quotes[106] = " The Dr. X Show ";	//8p-9p"
quotes[107] = " The Dr. X Show ";	//9p-10p"
quotes[108] = " B Here, Now ";	//10p-11p"
   //\\future slot for B Moh Beh Tah AKA B Here Now\\//
quotes[109] = " B Here, Now ";	//11p-12a"
//MONDAY		
quotes[110] = " URH Night Flight ";	//12a-1a"
quotes[111] = " URH Night Flight ";	//1a-2a"
quotes[112] = " URH Night Flight ";	//2a-3a"
quotes[113] = " URH Night Flight ";	//3a-4a"
quotes[114] = " URH Night Flight ";	//4a-5a"
quotes[115] = " URH Night Flight ";	//5a-6a"
quotes[116] = " The URH Morning Mix ";	//6a-7a"
quotes[117] = " The URH Morning Mix ";	//7a-8a"
quotes[118] = " The URH Morning Mix ";	//8a-9a"
quotes[119] = " The URH Morning Mix ";	//9a-10a"
quotes[120] = " The URH Morning Mix ";	//10a-11a"
quotes[121] = " The URH Lunch Breakdown ";	//11a-12p"
quotes[122] = " The URH Lunch Breakdown ";	//12p-1p"
quotes[123] = " Stay Tuned For Don't feed the hippies <BR>Coming Up Next ";	//1p-2p"
quotes[200] = " Don't feed the hippies ";	//2p-3p"
quotes[201] = " Don't feed the hippies ";	//3p-4p"
quotes[202] = " No Show Scheduled ";	//4p-5p"
quotes[203] = " No Show Scheduled ";	//5p-6p"
quotes[204] = " Royal Radio ";	//6p-7p"
quotes[205] = " Royal Radio ";	//7p-8p"
quotes[206] = " Roots Razor";	//8p-9p"
quotes[207] = " Roots Razor";	//9p-10p"
quotes[208] = " URH Night Flight ";	//10p-11p"
quotes[209] = " URH Night Flight ";	//11p-12a"
//TUESDAY		
quotes[210] = " URH Night Flight ";	//12a-1a"
quotes[211] = " URH Night Flight ";	//1a-2a"
quotes[212] = " URH Night Flight ";	//2a-3a"
quotes[213] = " URH Night Flight ";	//3a-4a"
quotes[214] = " URH Night Flight ";	//4a-5a"
quotes[215] = " URH Night Flight ";	//5a-6a"
quotes[216] = " The URH Morning Mix ";	//6a-7a"
quotes[217] = " The URH Morning Mix ";	//7a-8a"
quotes[218] = " The URH Morning Mix ";	//8a-9a"
quotes[219] = " The URH Morning Mix ";	//9a-10a"
quotes[220] = " The URH Morning Mix ";	//10a-11a"
quotes[221] = " The URH Lunch Breakdown ";	//11a-12p"
quotes[222] = " The URH Lunch Breakdown ";	//12p-1p"
quotes[223] = " No Show Scheduled ";	//1p-2p"
quotes[300] = " No Show Scheduled  ";	//2p-3p"
quotes[301] = " No Show Scheduled  ";	//3p-4p"
quotes[302] = " No Show Scheduled ";	//4p-5p"
quotes[303] = " Give Yourself To The Darkside! <BR>Coming Up Next";	//5p-6p"
quotes[304] = " The Darkside Show <BR>With DJ Kage ";	//6p-7p"
quotes[305] = " The Darkside Show <BR>With DJ Kage ";
quotes[306] = " The Darkside Show <BR>With DJ Kage ";	//8p-9p"
quotes[307] = " The Darkside Show <BR>With DJ Kage ";	//9p-10p"
quotes[308] = " URH Night Flight ";	//10p-11p"
quotes[309] = " URH Night Flight ";	//11p-12a"
//WEDNESDAY		
quotes[310] = " URH Night Flight ";	//12a-1a"
quotes[311] = " URH Night Flight ";	//1a-2a"
quotes[312] = " URH Night Flight ";	//2a-3a"
quotes[313] = " URH Night Flight ";	//3a-4a"
quotes[314] = " URH Night Flight ";	//4a-5a"
quotes[315] = " URH Night Flight ";	//5a-6a"
quotes[316] = " The URH Morning Mix ";	//6a-7a"
quotes[317] = " The URH Morning Mix ";	//7a-8a"
quotes[318] = " The URH Morning Mix ";	//8a-9a"
quotes[319] = " The URH Morning Mix ";	//9a-10a"
quotes[320] = " The URH Morning Mix ";	//10a-11a"
quotes[321] = " The URH Lunch Breakdown ";	//11a-12p"
quotes[322] = " The URH Lunch Breakdown ";	//12p-1p"
quotes[323] = " No Show Scheduled ";	//1p-2p"
quotes[400] = " No Show Scheduled ";	//2p-3p"
quotes[401] = " Unemployed?  <BR>Stick Around For Unemployment";	//3p-4p"
quotes[402] = " Unemployment <BR>With Sammy Dub ";	//4p-5p"
quotes[403] = " Unemployment <BR>With Sammy Dub ";	//5p-6p"
quotes[404] = " No Show Scheduled ";	//6p-7p"
quotes[405] = " No Show Scheduled ";	//7p-8p"
quotes[406] = " The Mothership Connection ";	        //8p-9p"
quotes[407] = " The Mothership Connection ";	       //9p-10p"
quotes[408] = " The Mothership Connection ";  	//10p-11p"
quotes[409] = " The Mothership Connection "; 	//11p-12p"
//THURSDAY		
quotes[410] = " URH Night Flight ";	//12a-1a"
quotes[411] = " URH Night Flight ";	//1a-2a"
quotes[412] = " URH Night Flight ";	//2a-3a"
quotes[413] = " URH Night Flight ";	//3a-4a"
quotes[414] = " URH Night Flight ";	//4a-5a"
quotes[415] = " URH Night Flight ";	//5a-6a"
quotes[416] = " The URH Morning Mix ";	//6a-7a"
quotes[417] = " The URH Morning Mix ";	//7a-8a"
quotes[418] = " Da Orange Morning Show ";	//8a-9a"
quotes[419] = " Da Orange Morning Show ";	//9a-10a"
quotes[420] = " The URH Morning Mix ";	//10a-11a"
quotes[421] = " The URH Lunch Breakdown ";	//11a-12p"
quotes[422] = " The URH Lunch Breakdown ";	//12p-1p"
quotes[423] = " No Show Scheduled ";	//1p-2p"
quotes[500] = " No Show Scheduled ";	//2p-3p"
quotes[501] = " Clean?  Get Derty! <BR>Coming Up Next ";	//3p-4p"
quotes[502] = " The Derty Mineral Show ";	//4p-5p"
quotes[503] = " The Derty Mineral Show ";	//5p-6p"
quotes[504] = " No Show Scheduled ";	//6p-7p"
quotes[505] = " No Show Scheduled ";	//7p-8p"
quotes[506] = " Better Version";	//8p-9p"
quotes[507] = " Better Version";	//9p-10p"
quotes[508] = " Rising Sun Sounds ";	//10p-11p"
quotes[509] = " Rising Sun Sounds ";	//11p-12p"
//FRIDAY		
quotes[510] = " URH Night Flight ";	//12a-1a"
quotes[511] = " URH Night Flight ";	//1a-2a"
quotes[512] = " URH Night Flight ";	//2a-3a"
quotes[513] = " URH Night Flight ";	//3a-4a"
quotes[514] = " URH Night Flight ";	//4a-5a"
quotes[515] = " URH Night Flight ";	//5a-6a"
quotes[516] = " The URH Morning Mix ";	//6a-7a"
quotes[517] = " The URH Morning Mix ";	//7a-8a"
quotes[518] = " The URH Morning Mix ";	//8a-9a"
quotes[519] = " The URH Morning Mix ";	//9a-10a"
quotes[520] = " The URH Morning Mix ";	//10a-11a"
quotes[521] = " Stay Tuned For The Bird Catcher! <BR>Coming Up Next ";	//11a-12p"
quotes[522] = " The Bird Catcher Show ";	//12p-1p"
quotes[523] = " The Bird Catcher Show ";	//1p-2p"
quotes[600] = " No Show Scheduled ";	//2p-3p"
quotes[601] = " No Show Scheduled ";	//3p-4p"
quotes[602] = " No Show Scheduled ";	//4p-5p"
quotes[603] = " No Show Scheduled ";	//5p-6p"
quotes[604] = " Studio empty? <BR>It's your chance to be a DJ! ";	//6p-7p"
quotes[605] = " Studio empty? <BR>It's your chance to be a DJ! ";	//7p-8p"
quotes[606] = " Studio empty? <BR>It's your chance to be a DJ! ";	//8p-9p"
quotes[607] = " Studio empty? <BR>It's your chance to be a DJ! ";	//9p-10p"
quotes[608] = " Hot Hawaiian Nights ";	//10p-11p"
quotes[609] = " Hot Hawaiian Nights ";	//11p-12p"
//SATURDAY		
quotes[610] = " URH Night Flight ";	//12a-1a"
quotes[611] = " URH Night Flight ";	//1a-2a"
quotes[612] = " URH Night Flight ";	//2a-3a"
quotes[613] = " URH Night Flight ";	//3a-4a"
quotes[614] = " URH Night Flight ";	//4a-5a"
quotes[615] = " The URH Saturday Morning Mix ";	//5a-6a"
quotes[616] = " The URH Saturday Morning Mix ";	//6a-7a"
quotes[617] = " The URH Saturday Morning Mix ";	//7a-8a"
quotes[618] = " The URH Saturday Morning Mix ";	//8a-9a"
quotes[619] = " The URH Saturday Morning Mix ";	//9a-10a"
quotes[620] = " The URH Saturday Morning Mix ";	//10a-11a"
quotes[621] = " The URH Saturday Morning Mix ";	//11a-12p"
quotes[622] = " The URH Lunch Breakdown ";	//12p-1p"
quotes[623] = " No Show Scheduled ";	//1p-2p"
quotes[0] = " No Show Scheduled ";	//2p-3p"
quotes[1] = " No Show Scheduled ";	//3p-4p"
quotes[2] = " No Show Scheduled ";	//4p-5p"
quotes[3] = " No Show Scheduled ";	//5p-6p"
quotes[4] = " No Show Scheduled ";	//6p-7p"
quotes[5] = " No Show Scheduled ";	//7p-8p"
quotes[6] = " URH Night Flight ";	//8p-9p"
quotes[7] = " Get Ready For Sex! <BR>Sexology 101 Is Up Next";	//9p-10p"
quotes[8] = " Sexology 101 ";	//10p-11p"
quotes[9] = " Sexology 101 ";	//11p-12a"
//------------------	
//Written By Kevin Bischof 	
//Wooster Class of 2003 for WCWS 90.9FM	
//This code written 2001 Updated 2003 	
//Keep It Reel	
//Thanks Kevin!	
document.write('' + quotes[weekday2+Time] + '<br>');	
//  End -->	