Element.update("layout", "<div id=\"login\">\n<form action=\"/regular/login\" method=\"post\">\n  <div><label for=\"username\">Username</label>\n  <input id=\"username\" name=\"username\" type=\"text\" /></div>\n\n  <div><label for=\"password\">Password</label>\n  <input id=\"password\" name=\"password\" type=\"password\" /></div>\n  <input name=\"commit\" type=\"submit\" value=\"Login\" />\n</form>\n</div>");
