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\">以800x600或以上解像度于Internet Explorer 5.5/Netscape 4.7或以上版本浏览可得更佳效果。</td></tr>");
	document.writeln("						<tr><td class=\"copyrightTxt\">版权所有<img src=\""+domainURL+imagePath+"/shared/copyright.gif\" align=\"absmiddle\">大学教育资助委员会" + (new Date()).getFullYear() + "未经授权请勿任意转载。</td></tr>");
	document.writeln("						<tr><td class=\"copyrightTxt\">修订日期: <strong>" + last_revision_date + "</strong></td></tr>");
	document.writeln("					</table></td>");
	document.writeln("				<td valign=\"top\" align=\"right\" nowrap>");
	document.writeln("					<a href=\""+domainURL+"/chs/ugc/contact.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_contact.gif\" border=\"0\" alt=\"联络我们\"></a>");
	document.writeln("					<a href=\""+domainURL+"/chs/ugc/privacy.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_privacy.gif\" border=\"0\" alt=\"私隐政策声明\"></a>");
	document.writeln("					<a href=\""+domainURL+"/chs/ugc/important.htm\"><img src=\""+domainURL+imagePath+"/shared/btn_important.gif\" border=\"0\" alt=\"重要告示\"></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>");
}