document.write("   <form action=\"login.php\" id=\"login\" method=\"post\">");document.write("    <fieldset>");document.write("     <img src=\"http://www.zgred.pl/themes/zgred/images/login_icon.gif\" alt=\"\" style=\"vertical-align:middle;\" /> &nbsp;<strong>Logowanie</strong> ");document.write(" ");document.write("  &nbsp;|&nbsp;<strong><a class=\"zolty\" href=\"register.php\">Zarejestruj się</a></strong>");document.write("      <br />");document.write("          <input type=\"hidden\" name=\"pflag\" value=\"login\" />");document.write("     <input class=\"input\" type=\"text\" name=\"username\" size=\"20\" value=\"login\" onblur=\"if(this.value==\'\') this.value=\'login\';\" onfocus=\"if(this.value==\'login\') this.value=\'\';\" />");document.write("     <input class=\"input\" type=\"password\" name=\"password\" size=\"20\" value=\"hasło\" onblur=\"if(this.value==\'\') this.value=\'hasło\';\" onfocus=\"if(this.value==\'hasło\') this.value=\'\';\" />");document.write("     <input type=\"image\" src=\"http://www.zgred.pl/themes/zgred/images/login_submit.gif\" name=\"Submit\" />");document.write("     ");document.write("         </fieldset>");document.write("   </form>");