function form_user_password_remind() {
var the_result =
'<form action="/user/password-remind-action.php" method="post" onsubmit="return site_check_password_remind_form(this);" name="the_password_remind_form" id="the_password_remind_form">'+
'<table border="0" cellspacing="0" cellpadding="0" class="formula">' +
'<tr><td class="formlabel">Email</td><td class="formfield"><input class="text" type="text" name="the_email" value="" size="20" maxlength="60"></td></tr>' +
'<tr><td class="formlabel">&nbsp;</td><td class="formfield-last"><input type="hidden" name="the_lars" id="the_lars" value=""><input style="margin-top: 5px" class="button" type="submit" id="the_submit_button" value="Запросить"></td></tr>' +
'</table></form>';

document.write(the_result);
}