function showForgotEmail(event){Event.stop(event);Lightview.show({href:'/act_forgot/',rel:'ajax',options:{autosize:true,topclose:true,ajax:{onComplete:function(){$('forgotemail').observe('submit',submitForgotEmail);}}}});}
function submitForgotEmail(event){Event.stop(event);var text=$('forgotemail').down('input').value.strip();if(!text)return;Lightview.show({href:'/act_forgot/',rel:'ajax',options:{title:'results',menubar:false,topclose:true,autosize:true,ajax:{parameters:Form.serialize('forgotemail')}}});}
