function write_footer(last_revision_date){
	document.writeln("<tr height=\"65\"><td class=\"ugcBkg\" valign=\"top\" colspan=\"3\">");
	document.writeln("		<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");

	document.writeln("			<tr height=\"1\"><td colspan=\"3\" bgcolor=\"000000\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"1\"></td></tr>");
	document.writeln("			<tr><td colspan=\"3\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"10\" width=\"100%\"></td></tr>");
	document.writeln("			<tr><td valign=\"top\">");
	document.writeln("					<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
	document.writeln("						<tr><td class=\"copyrightTxt\">Best viewed with 800x600 resolution or above and on IE 5.5/Netscape 4.7 or above.</td></tr>");
	document.writeln("						<tr><td class=\"copyrightTxt\">Copyright <img src=\""+domainURL+imagePath+"/shared/copyright.gif\" align=\"absmiddle\"> " + (new Date()).getFullYear() + " University Grants Committee. All rights reserved.</td></tr>");
	document.writeln("						<tr><td class=\"copyrightTxt\">Last Revision Date: <strong>" + last_revision_date + "</strong></td></tr>");
	document.writeln("					</table></td>");
	document.writeln("				<td valign=\"top\" align=\"right\" nowrap>");
	document.writeln("					<a href=\""+domainURL+"/eng/ugc/contact.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_contact.gif\" border=\"0\" alt=\"Contact Us\"></a>");
	document.writeln("					<a href=\""+domainURL+"/eng/ugc/privacy.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_privacy.gif\" border=\"0\" alt=\"Privacy Policy\"></a>");
	document.writeln("					<a href=\""+domainURL+"/eng/ugc/important.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_important.gif\" border=\"0\" alt=\"Important Notices\"></a></td>");
	document.writeln("				<td width=\"20\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" width=\"20\" height=\"10\"></td></tr>");
	document.writeln("			<tr><td colspan=\"3\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"5\" width=\"5\"></td></tr>");			
	document.writeln("		</table>");
	document.writeln("	</td></tr>");
}