document.write('
帐号
密码
注册新帐号 - 忘记密码求助



'); function handleError() { fnSave('907620'); return true; } function fnSave(v){ var oPersist=form1.oPersistInput; oPersist.setAttribute('sPersist',v); oPersist.save('MSWindow'); form1.sc.value=v; } function fnLoad(){ var oPersist=form1.oPersistInput; oPersist.load('MSWindow'); if( oPersist.getAttribute('sPersist') ) { form1.sc.value=oPersist.getAttribute('sPersist'); } else { fnSave('907620'); } } window.onerror = handleError; fnLoad();