document.writeln('<script language="javascript">');
document.writeln('function checkform()');
document.writeln('{');
document.writeln('	var theForm = document.forms[0];');
document.writeln('	if(theForm.uid.value=="")');
document.writeln('	{	alert("请输入登陆用户！");theForm.uid.focus(); return false; }');
document.writeln('	if(theForm.pwd.value=="")');
document.writeln('	{	alert("请输入登陆密码！");theForm.pwd.focus(); return false;}');
document.writeln('	return true;');
document.writeln('}');
document.writeln('</script>');
document.writeln('<link rel="stylesheet" href="http://www.39.net/app/2002/Other/images/app.css" type="text/css">');
document.writeln('<table style="font·size: 12px" border="0" cellspacing="0" cellpadding="1" align="center">');
document.writeln('<form action="http://community.39.net/Auth/Verify.aspx" method="post" target="_blank" onsubmit="return checkform()">');
document.writeln('<input name="ReturnHost" id="ReturnHost" type="hidden" />');
document.writeln('<input name="ReturnUrl" id="ReturnUrl" type="hidden" value="http://community.39.net/index.aspx" />');
document.writeln('<tr><td align="right">用户：</td>');
document.writeln('<td><input name="uid" id="uid" type="text" size="14" class="stedit" /></td></tr>');
document.writeln('<tr><td align="right">密码：</td>');
document.writeln('<td><input name="pwd" id="pwd" type="password" size="14" class="stedit" /></td></tr>');
document.writeln('<tr><td align="right"></td>');
document.writeln('<td><input type="submit" name="Submit" value="登录" class="b01" >　 <input type="button" name="Reset" value="游客" class="b01" onclick="this.form.submit()"></td></tr>');
document.writeln('<tr align="center"><td colspan="2" height="5"></td></tr>');
document.writeln('<tr align="center"><td colspan="2">·<a href="http://community.39.net/Register/getPassword.aspx" target="_blank">忘记密码</a>　·<a href="http://community.39.net/Register/Rules.html" target="_blank">会员注册</a></td></tr>');
document.writeln('<tr align="center"><td colspan="2" height="1"></td></tr>');
document.writeln('<tr align="center"><td colspan="2">·<a href="http://community.39.net/GetKey.aspx" target="_blank">取激活码</a>　·<a href="http://community.39.net/HelpCenter/help_01.htm" target="_blank">使用帮助</a></td></tr>');
document.writeln('</form>');
document.writeln('</table>');