function ChkUserID()
{
  if (formdx.UserID.value>=190000)
  {
    formdx.action="http://www3.5778.com/login_check.asp"
    formdx.submit()
  }
}
document.write('<table width="50%" border="0" align="right" cellpadding="0" cellspacing="0" height="45">')
document.write('<form name="formdx" action="http://www1.5778.com/login_check.asp" method="post" onsubmit="ChkUserID();">')
document.write('<tr>')
document.write('<td>ÓÃ»§Ãû:</td>')
document.write('<td>')
document.write('<input class="input" type="text" size="10" name="UserID" />')
document.write('</td>')
document.write('<td>ÃÜÂë:</td>')
document.write('<td>')
document.write('<input class="input" type="password" size="10" name="UserPSW" />')
document.write('</td>')
document.write('<td>')
document.write('<input name="" type="image" src="images/login.gif" width="41" height="17">')
document.write('</td>')
document.write('<td>')
document.write('<a href="http://www.5778.com/register.htm"><img src="images/regi.gif" width="55" height="17" border="0" /></a>')
document.write('</td>')
document.write('</tr>')
document.write('</form>')
document.write('</table>')