document.write('<form name="loginfrm" action="/login/chkuser2.asp" method="post">');
document.write('<table width="222" height="42"  border="0" cellpadding="0" cellspacing="0">');
document.write(' <tr>');
document.write('    <td height="29">ÓÃ»§:');
document.write('        <input name="username" class="unnamed1" id=username size=8> ÃÜÂë:');
document.write('      <input name="Newpwd" type="password" class="unnamed1" id="Newpwd" size=8>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td height="13" align="center"> </td>');
document.write('  </tr>');
document.write('</table>');
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('  <tr>');
document.write('    <td align="center">');
 document.write('     <input type="submit" name="Submit" value="µÇÂ¼">');
document.write('&nbsp;&nbsp;&nbsp;');
document.write('      <a href="/register.htm">×¢²á</a>');

document.write('&nbsp;&nbsp;&nbsp;');
document.write('      <a href="/login/logout.asp">×¢Ïú>>></a>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');
document.write('</form>');
