function footer(){
//	var str ="<div class='indent-footer'>"; 
	var str ="<div class='footer'>"; 
	str += "STAMFORD MEDICAL CENTRE &copy; 2009 &nbsp; &nbsp;";
	str += "<a href='index-6e.php'>Contact</a>";
	str +="</div>";
//	str +="<b>Powered by HVN</b>";
//	str += "<br>";

	document.write(str);
}
footer();

