function news_ticker()
{
document.write("<table cellpadding='0' cellspacing='0' border='0'>")
	document.write("<tr><td height='10'></td></tr>")
document.write("</table>")
document.write("<table  cellpadding='0' cellspacing='0' border='0' align='center'>")
	document.write("<tr><td height='1'></td></tr>")
	document.write("<tr><td height='1' bgcolor='#cccccc'></td></tr>")
	document.write("<tr><td height='3'></td></tr>")
	document.write("<tr>")
		document.write("<td>")
			document.write("<table width='165' cellpadding='0' cellspacing='0' class='marquee-latest'>")
				document.write("<tr>")
					document.write("<td width='12'></td>")
					document.write("<td>&nbsp;<marquee direction='up' scrolldelay='180' height='150px' onmouseover='this.stop();' onmouseout='this.start();'>")
					
					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/itinerary.htm'>HAJJ 2010/1431</a></span>")
					document.write("<p>We are now taking bookings for Hajj 2010/1431 - Click for more information</p>")


					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/hujjaj_feedback.htm'>HUJJAJ FEEDBACK 09</a></span>")
					document.write("<p>Click to read Hujjaj Feedback from Hajj Trip 2009/1430</p>")

					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/chairmanthanks.htm'>CHAIRMAN MESSAGE</a></span>")
					document.write("<p>Click to read Chairman thanks message</p>")

					
					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/hajjdiary2009.htm'>HAJJ DIARY 2009/1430</a></span>")
					document.write("<p>Read Hajj Diary latest updates from Hajj</p>")

					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/hajjlectures.htm'>HAJJ LECTURES IN MP3</a></span>")
					document.write("<p>Click for Dr. Mahmood Datoo Lectures on Hajj delivered in 2007</p>")

					
					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/downloads.htm'>HAJJ 2009/1430 DOWNLOADS</a></span>")
					document.write("<p>Visit our Download section for Duas and Daily programme for Hajj 2009 / 1430</p>")
					



									
									
					document.write("</marquee>")
					document.write("</td>")
				document.write("</tr>")
			document.write("</table>")
		document.write("</td>")
	document.write("</tr>")
document.write("</table>")
}