');
}
try{
tobj=document.getElementById('firstname');
if(tobj) {
tobj.focus();
return;
}
tobj=document.getElementById('name');
if(tobj) {
tobj.focus();
return;
}
tobj=document.getElementById('password');
if(tobj) {
tobj.focus();
return;
}
}catch(e){}
}
window.onload=forgotOnload;
//-->