function showFooter()
{
	var footerContent ='<table width="100%" border="0" cellpadding="0" cellspacing="0" class="hui6512">'
	+'<tr>'
	+'<td height="1" bgcolor="#DADADA"></td>'
	+'</tr>'
	+'<tr>'
	+'<td height="30" align="center"><a href="/web/about.php" class="hui6512">关于我们</a>　 |　<a href="/web/contact.php" class="hui6512">联系方式</a>　 |　<a href="/web/help.php" class="hui6512">帮助</a>　 |　<a href="/web/downloads.php" class="hui6512">下载</a>　 |　<a href="/web/friend.php" class="hui6512">友情链接</a></td>'
	+'</tr>'
	+'<tr>'
	+'<td height="1" bgcolor="#DADADA"></td>'
	+'</tr>'
	+'</table>'
	+'<table width="100%" border="0" cellspacing="0" cellpadding="0">'
	+'<tr>'
	+'<td align="center"><table width="1002" border="0" cellpadding="0" cellspacing="0" class="hui6512">'
	+'<tr>'
	+'<td width="128"><img src="'+WEBGAME_IMAGE_URL_PREFIX+'upgrade/ind-40.gif" width="128" height="38"></td>'
	+'<td align="center">技术平台：神州恒基网络技术有限公司</td>'
	+'<td width="128" align="right"><img src="'+WEBGAME_IMAGE_URL_PREFIX+'upgrade/ind-41.gif" width="128" height="38"></td>'
	+'</tr>'
	+'</table></td>'
	+'</tr>'
	+'<tr>'
	+'<td height="1" bgcolor="#D4D0C8"></td>'
	+'</tr>'
	+'<tr>'
	+'<td height="1"></td>'
	+'</tr>'
	+'<tr>'
	+'<td height="1" bgcolor="#D4D0C8"></td>'
	+'</tr>'
	+'</table>';
	document.writeln(footerContent);
}