function bottomad()
{
	document.writeln("<style type=\"text/css\">");
	document.writeln("<!--");
	document.writeln("a:link.black {");
	document.writeln("	font-size: 9pt;");
	document.writeln("	line-height: 140%;");
	document.writeln("	color: #666666;");
	document.writeln("	text-decoration: none;");
	document.writeln("	}");
	document.writeln("a:active.black {");
	document.writeln("	font-size: 9pt;");
	document.writeln("	line-height: 140%;");
	document.writeln("	color: #666666;");
	document.writeln("	text-decoration: none;");
	document.writeln("	}");
	document.writeln("a:hover.black {");
	document.writeln("	font-size: 9pt;");
	document.writeln("	line-height: 140%;");
	document.writeln("	color: #ff0000;");
	document.writeln("	text-decoration: none;");
	document.writeln("}");
	document.writeln("a:visited.black {");
	document.writeln("	font-size: 9pt;");
	document.writeln("	line-height: 140%;");
	document.writeln("	color: #666666;");
	document.writeln("	text-decoration: none;");
	document.writeln("}");
	document.writeln(".black {");
	document.writeln("	font-size: 9pt;");
	document.writeln("	line-height: 140%;");
	document.writeln("	color: #000000;");
	document.writeln("	text-decoration: none;");
	document.writeln("}");
	document.writeln("-->");
	document.writeln("</style>");
	document.writeln("<script>");
	document.writeln("function funystk()");
	document.writeln("{");
	document.writeln("}");
	document.writeln("</script>");
	document.write('<tr><td align="center"><font class="font13"><a href="" target="_blank" class="black">本站简介</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="" target="_blank" class="black">广告服务</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.my-1-2-3.com/xssl.asp?id=277" target="_blank" class="black">相关法规</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.my-1-2-3.com/xssl.asp?id=279" target="_blank" class="black">隐私条款</a>');
	document.write('<tr><td height="5"></td></tr>');
	document.write('<tr><td align="center"><font class="font13">非常连线网 版权所有&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.miibeian.gov.cn/" style="color:#666666; font-size:12px">ICP备05028643号</a>&nbsp;&nbsp;&nbsp;&nbsp;本站通用网址：非常连线&nbsp;&nbsp;&nbsp;&nbsp;客服QQ:562161369</font><tr>');
	document.write('<tr><td height="8"></td></tr>');
}
function PageDate()
{
	currentDate = new Date()
	with (currentDate)
          {
		day=getDay()
		month=getMonth()+1
		this.document.write(getFullYear()+'年'+month+'月'+getDate()+'日')
	}
	if (day==1){document.write(' 星期一')}
	if (day==2){document.write(' 星期二')}
	if (day==3){document.write(' 星期三')}
	if (day==4){document.write(' 星期四')}
	if (day==5){document.write(' 星期五')}
	if (day==6){document.write(' 星期六')}
	if (day==0){document.write(' 星期日')}
}