﻿function write_footer(last_revision_date){
	document.writeln("<tr height=\"70\"><td class=\"rgcBkg\" valign=\"top\" colspan=\"2\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"70\" width=\"100%\"></td></tr>");
	document.writeln("<tr><td class=\"rgcBkg\" valign=\"top\" colspan=\"2\">");
	document.writeln("		<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
	document.writeln("			<tr><td><a href=\""+domainURL+"/eng/rgc/index.htm\"><img src=\""+domainURL+imagePath+"/rgc/btn_home.gif\" alt=\"Back to Home\" border=\"0\"></a><a href=\"javascript:history.back();\"><img src=\""+domainURL+imagePath+"/rgc/btn_prev.gif\" alt=\"Back to Previous Page\" border=\"0\"></a></td>");
	document.writeln("				<td align=\"right\" width=\"100%\"><a href=\"#PageTop\" border=\"0\"><img src=\""+domainURL+imagePath+"/rgc/btn_top.gif\" alt=\"Back to Top\" border=\"0\"></a></td>");
	document.writeln("				<td width=\"20\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" width=\"20\" height=\"1\"></td></tr>");
	document.writeln("		</table>");
	document.writeln("	</td></tr>");
	document.writeln("<tr height=\"60\"><td class=\"rgcBkg\" valign=\"top\" colspan=\"2\">");
	document.writeln("		<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
	document.writeln("			<tr><td colspan=\"3\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"10\" width=\"100%\"></td></tr>");
	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\">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>");
}