function footer()
	{
		var fot='';
		fot="<div align='center' style='font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff;text-decoration: none; '>";
	
		fot+="<a href='mailto:info@fineartakademiup.org.in' style='color:#fff; text-decoration: none;'>CONTACT US</a>&nbsp&nbsp;|&nbsp&nbsp;";
		
		fot+="<a href='' style='color:#fff;text-decoration: none;'>BEST VIEWED AT 800X600 RESOLUTIONS</a>&nbsp&nbsp;|&nbsp&nbsp;";
				
		fot+="<a href='' style='color:#fff;text-decoration: none;'>INTERNET EXPLORER 5.0 - LATER VERSIONS</a>";
		

		fot+="</div>";
		document.write(fot);
	}
