
document.write("");
document.write("");
document.write("   <div class=\"shopping_cart\">");
document.write("      ");
document.write("        <div class=\"title_box\">Masuk</div>");
document.write("        ");
document.write("                      <form action=\"login.php\" method=\"post\">");
document.write("            ");
document.write("              <input type=\"hidden\" name=\"pflag\" value=\"login\" class=\"newsletter_input\"/>");
document.write("              Pengguna<br />");
document.write("              <span>");
document.write("              <input type=\"text\" name=\"username\" class=\"newsletter_input\" /><br />");
document.write("              ");
document.write("              Kata kunci<br />");
document.write("              <input type=\"password\" name=\"password\" class=\"newsletter_input\" />");
document.write("              </span>");
document.write("              <br />");
document.write("              ");
document.write("              <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />Ingatkan Saya              <br />");
document.write("              <input type=\"submit\" value=\"Masuk\" />");
document.write("            </form>");
document.write("            </div>");
document.write("");
document.write("");