// Script written by:	Jamal Uddin, 2001.
// Last updated:	03 September 2010


function footermenu(){


	document.write(	'<a href=index.html			>Home</a> | ' + 
				//	'<a href=Nominate.html		>Nominate</a> | ' + 
					'<a href=tableBooking.html	>Book A Table</a> | ' + 
					'<a href=newArticles.html	>News</a> | ' + 
					'<a href=charity_2010.html	>Charity</a> | ' + 
					'<a href=faqs.html			>FAQ</a> | ' + 
					'<a href=contactUs.html		>Contact Us</a>' + 
					'' + 
					'' + 
					'');
	
	//document.write(date + ", " + year + "</right>");	
	

// End
}                    

