<!-- 
document.writeln("<style type=text\/css>");
document.writeln("<!--");
document.writeln(".Copyright {");
document.writeln("	font-size: 12px;");
document.writeln("	font-family: Tahoma, Arial;");
document.writeln("	color:#666666;");
document.writeln("	margin:0px 0px 0px 0px;");
document.writeln("	scrollbar-arrow-color:#ff6600;");
document.writeln("	}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<div align=\"center\" class=\"Copyright\">");
Year=new Date();
Year=Year.getFullYear();
document.write("&copy "+Year+" Wuha.Net");
document.writeln("<\/div>")
//  End -->