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/package_price.htm'>HAJJ PACKAGE 2012/1433</a></span>")
					document.write("<p>Click here to read new Hajj 2012/1433 Package details</p>")

					document.write("<span class='heading'><a href='http://www.eurohajjmission.org/itinerary.htm'>HAJJ ITINERARY 2012/1433</a></span>")
					document.write("<p>Click here to read new Hajj 2012/1433 details</p>")
					
									
			
									
									
					document.write("</marquee>")
					document.write("</td>")
				document.write("</tr>")
			document.write("</table>")
		document.write("</td>")
	document.write("</tr>")
document.write("</table>")
}
