document.writeln("<form name=\"login\" action=\"member\/check.asp\" method=\"post\"  target=_blank>");
document.writeln("			帐&nbsp;&nbsp;号：<input name=\"name\" id=\"username\" class=\"inputlog\" onmouseover=\"this.style.backgroundColor = \'#C7E3F1\'\" onmouseout=\"this.style.backgroundColor = \'#FFFFFF\'\" size=\"16\" maxlength=\"16\" \/>");
document.writeln("		  <br \/>");
document.writeln("			密&nbsp;&nbsp;码：<input name=\"pass\" type=\"password\" id=\"password\" class=\"inputlog\" onmouseover=\"this.style.backgroundColor = \'#C7E3F1\'\" onmouseout=\"this.style.backgroundColor = \'#FFFFFF\'\" size=\"16\" maxlength=\"18\">");
document.writeln("			<br \/>");
document.writeln("			验证码：<input name=\"chk\" id=\"chk\" class=\"inputlogsp\" onmouseover=\"this.style.backgroundColor = \'#C7E3F1\'\" onmouseout=\"this.style.backgroundColor = \'#FFFFFF\'\" size=\"5\" maxlength=\"5\">&nbsp;&nbsp;<img id=\"verifypic\" src=\"inc_asp\/showcode.asp?typeid=1\" class=\"inputimg\" align=\"absmiddle\" onClick=\"newverifypic()\" \/>");
document.writeln("			<br \/>");
document.writeln("			<input type=\"submit\" name=\"Submit\" value=\"提 交\" class=\"inputsub\">&nbsp;&nbsp;<input type=\"reset\" name=\"Submit\" value=\"重 填\" class=\"inputsub\">");
document.writeln("		<\/form>")
