function Bottom()
{
	var TempStr="";
	TempStr+='<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">\
				<tr>\
					<td height="20" bgcolor="#0F4FA7" class="white12">&#xA0;\
			&#xA0;&#xA0;&#xA0;&#xA0;Copyright (C) MathFan.Com All Right\
			<a href="http://www.sougang.com/" class="white12">Reserved</a></td>\
				</tr>\
			</table>\
			<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">\
				<tr>\
					<td height="2"></td>\
				</tr>\
				<tr>\
					<td height="1" bgcolor="#A5A6A6"></td>\
				</tr>\
			</table>';
	document.write(TempStr);
}

