// JavaScript Document
document.write('<div align="center"><form name="form" method="post" action="http://www.20cn.net/cgi-bin/club/login.pl">\n<p>用户名: <input name="username" type="text" class="textfield" /><br />密&nbsp;&nbsp;码: <input name="password" type="password" class="textfield" /></p>');
document.write('<p><input type="hidden" name="u" value="'+u+'" />');
document.write('<input type="submit" name="Submit" value="登录" class="button" /> <input type="button" name="Submit2" value="游客" class="button" onClick="javascript:document.form.username.value=\'guest\';document.form.password.value=\'guest\';document.form.submit();"/> <input type="button" name="Submit3" value="注册" class="button" onClick="javascript:location.href(\'http://www.20cn.net/club/apply.htm\');" /></p></form></div>');
//
