// Script written by:	Jamal Uddin
// Last updated:	03 September 2001


function footermenu(){


	document.write(	
					'<a href=http://www.lerajrestaurant.co.uk/>home</a> | ' + 
					'<a href=http://www.lerajrestaurant.co.uk/reserve.htm>reserve online</a> | ' + 
					'<a href="http://www.lerajrestaurant.co.uk/scripts/prodList.asp?idCategory=1">order online</a> | ' +
				//	'<a onclick="javascript:profile(\'Cart\', \'http://www.lerajrestaurant.co.uk/scripts/prodList.asp?idCategory=1\', \'800\', \'600\');" href="javascript:void(0);">order online</a> | ' +
					'<a href=http://www.lerajrestaurant.co.uk/testimonials.htm>testimonials</a> | ' + 
					'<a href=http://www.lerajrestaurant.co.uk/gallery.htm>gallery</a> | ' + 
					'<a href=http://www.lerajrestaurant.co.uk/contact.htm>contact</a>'
				//	'<a href="javascript:void(0);">home</a> | ' + 
				//	'<a href="javascript:void(0);">reserve online</a> | ' + 
				//	'<a href="javascript:void(0);">order online</a> | ' +
				//	'<a href="javascript:void(0);">testimonials</a> | ' + 
				//	'<a href="javascript:void(0);">gallery</a> | ' + 
				//	'<a href="javascript:void(0);">contact</a>'
					);
	
	//document.write(date + ", " + year + "</right>");	
	

// End
}                    

