function write_footer(last_revision_date){
	document.writeln("<tr height=\"70\"><td class=\"ugcBkg\" valign=\"top\" colspan=\"2\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"70\" width=\"100%\"></td></tr>");
	document.writeln("<tr><td class=\"ugcBkg\" valign=\"top\" colspan=\"2\">");
	document.writeln("		<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">");
	document.writeln("			<tr><td><a href=\""+domainURL+"/eng/ugc/about/secretariat/home.htm\"><img src=\""+domainURL+imagePath+"/ugc/btn_home.gif\" alt=\"Back to Home\" border=\"0\"></a><a href=\"javascript:history.back();\"><img src=\""+domainURL+imagePath+"/ugc/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+"/ugc/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=\"35\"><td class=\"ugcBkg\" 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=\"5\" width=\"100%\"></td></tr>");
	document.writeln("			<tr height=\"1\"><td colspan=\"3\" background=\""+domainURL+imagePath+"/ugc/about/secretariat/clf/botdot.jpg\"><img src=\""+domainURL+imagePath+"/ugc/about/secretariat/clf/botdot.jpg\" height=\"3\"></td></tr>");
	document.writeln("			<tr><td colspan=\"3\"><img src=\""+domainURL+imagePath+"/shared/spacer.gif\" height=\"5\" 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\"><strong>" + (new Date()).getFullYear() + "</strong><img src=\""+domainURL+imagePath+"/shared/copyright.gif\" align=\"absmiddle\"> | <strong><a class=\"ugcTxtLink\" href=\"/eng/ugc/about/secretariat/important.htm\">Important Notices</a></strong> | <strong><a class=\"ugcTxtLink\" href=\"/eng/ugc/about/secretariat/privacy.htm\">Privacy Policy</a></strong></td></tr>");
	document.writeln("					</table></td>");
	document.writeln("				<td valign=\"top\" align=\"right\" colspan=\"2\" class=\"copyrightTxt\" nowrap>Last revision date: " + last_revision_date + "&nbsp;</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>");
}