document.write("<form action=\"/login.html\" method=post name=lform>\n<input type=\"hidden\" name=\"posted\" value=\"true\">\n		Логин: <input type=text id=\"flogin\" name=\"u_l[login]\"> &nbsp; &nbsp; Пароль: <input type=password id=\"fpasswd\" name=\"u_l[passwd]\">\n		<input type=\"hidden\" name=\"from\" value=\"/forum.html\">\n		&nbsp;<input type=\"submit\" class=\"\" value=\"Войти\" onclick=\"if (document.getElementById(\'flogin\').value == \'\') {alert(\'\'); return false;} if (document.getElementById(\'fpasswd\').value == \'\') {alert(\'\'); return false;} document.forms[\'lform\'].submit();\">\n	   </form>\n");