// 0 - 5 IS JUST A STATIC DISPLAY WITH NO LINK
// 5 - 5 - IS A LINK TO AN EXTERNAL WEBSITE
// 6 - 8 - IS A STANDARD LINK
// IMAGE LINK "<A href=link><img src=image_link border='0' alt= Alt&nbsp;Text&nbsp;Goes&nbsp;Here >"
// WITH THE HOURS, THE CLOSING HOUR NEEDS TO BE 1 BELOW THE NEXT EVENT, SO FOR AN ITEM TO RUN FROM 6AM - 9AM YOU NEED TO SAY "if ((hour >=6) & (hour <=8)"
// THEN THE NEXT HOUR STARTS AT 9 - THE CLOCK WORKS ON THE 24 HOUR CLOCK


			today = new Date();
			day = today.getDay();
			hour = today.getHours();
			


// MONDAY

			if ((day >=1) & (day <=1) )  {
			if ((hour >=0) & (hour <=10) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=11) & (hour <=13) ) {document.write("<img src=../images/head_lunch.gif border='0' alt=The Lunchtime Show with John Wilkinson>") }	
			if ((hour >=14) & (hour <=14) ) {document.write("<img src=../images/head_hairbrush.gif border='0' alt=The Hairbrush Hour>") }
			if ((hour >=15) & (hour <=17) ) {document.write("<img src=../images/head_drive.gif border='0' alt=Skoolz Out with Ben Brown>") }
			if ((hour >=18) & (hour <=19) ) {document.write("<img src=../images/head_mon1820.gif border='0' alt=Alice>") }	
			if ((hour >=20) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}


// TUESDAY

			if ((day >=2) & (day <=2) )  {
			if ((hour >=0) & (hour <=10) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=11) & (hour <=13) ) {document.write("<img src=../images/head_lunch.gif border='0' alt=The Lunchtime Show with John Wilkinson>") }	
			if ((hour >=14) & (hour <=14) ) {document.write("<img src=../images/head_hairbrush.gif border='0' alt=The Hairbrush Hour>") }
			if ((hour >=15) & (hour <=17) ) {document.write("<img src=../images/head_drive.gif border='0' alt=Skoolz Out with Ben Brown>") }
			if ((hour >=18) & (hour <=19) ) {document.write("<img src=../images/head_tue1820.gif border='0' alt=Sophie & Tiggy>") }	
			if ((hour >=20) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}


// WEDNESDAY

			if ((day >=3) & (day <=3) )  {
			if ((hour >=0) & (hour <=10) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=11) & (hour <=13) ) {document.write("<img src=../images/head_lunch.gif border='0' alt=The Lunchtime Show with John Wilkinson>") }	
			if ((hour >=14) & (hour <=14) ) {document.write("<img src=../images/head_hairbrush.gif border='0' alt=The Hairbrush Hour>") }
			if ((hour >=15) & (hour <=17) ) {document.write("<img src=../images/head_drive.gif border='0' alt=Skoolz Out with Ben Brown>") }
			if ((hour >=18) & (hour <=19) ) {document.write("<img src=../images/head_wed1820.gif border='0' alt=Josh>") }	
			if ((hour >=20) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }

			
			}


// THURSDAY

			if ((day >=4) & (day <=4) )  {
			if ((hour >=0) & (hour <=10) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=11) & (hour <=13) ) {document.write("<img src=../images/head_lunch.gif border='0' alt=The Lunchtime Show with John Wilkinson>") }	
			if ((hour >=14) & (hour <=14) ) {document.write("<img src=../images/head_hairbrush.gif border='0' alt=The Hairbrush Hour>") }
			if ((hour >=15) & (hour <=17) ) {document.write("<img src=../images/head_drive.gif border='0' alt=Skoolz Out with Ben Brown>") }
			if ((hour >=18) & (hour <=19) ) {document.write("<img src=../images/head_thu1820.gif border='0' alt=Holly>") }	
			if ((hour >=20) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}


// FRIDAY

			if ((day >=5) & (day <=5) )  {
			if ((hour >=0) & (hour <=10) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=11) & (hour <=13) ) {document.write("<img src=../images/head_lunch.gif border='0' alt=The Lunchtime Show with John Wilkinson>") }	
			if ((hour >=14) & (hour <=14) ) {document.write("<img src=../images/head_hairbrush.gif border='0' alt=The Hairbrush Hour>") }
			if ((hour >=15) & (hour <=17) ) {document.write("<img src=../images/head_drive.gif border='0' alt=Skoolz Out with Ben Brown>") }
			if ((hour >=18) & (hour <=19) ) {document.write("<img src=../images/head_fri1820.gif border='0' alt=Leah>") }	
			if ((hour >=20) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}


// SATURDAY

			if ((day >=6) & (day <=6) )  {
			if ((hour >=0) & (hour <=7) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
			if ((hour >=8) & (hour <=9) ) {document.write("<img src=../images/head_sat0810.gif border='0' alt=Nathan & Harvey>") }	
			if ((hour >=10) & (hour <=11) ) {document.write("<img src=../images/head_sat1012.gif border='0' alt=Jordan>") }
			if ((hour >=12) & (hour <=13) ) {document.write("<img src=../images/head_sat1214.gif border='0' alt=Brad>") }
			if ((hour >=14) & (hour <=17) ) {document.write("<img src=../images/head_sport.gif border='0' alt=Takeover Sport>") }	
			if ((hour >=18) & (hour <=21) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }	
		    if ((hour >=22) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}

// SUNDAY

			if ((day >=0) & (day <=0) )  {
			if ((hour >=0) & (hour <=23) ) {document.write("<img src=../images/head_nonstop.gif border='0' alt=Non Stop Takeover>") }
			
			}
