insertPopup = function() {
 document.write( 
  "<center><div class='new_pucontent'> ",
  " <div class='popup' id='thePopup'> ",
  " <div style='padding: 8px 8px 0px 8px;'> ",
  "  <img src='http://www.infobringer.de/cross.gif' class='cross' onClick='closePopup()'> ",
  "  <h2 style='color: #ffffff; font-size: 14pt;'>kostenloser Heiz&ouml;lnewsletter</br></h2> ",
  "  <h4>Informationen aus erster Hand</h4> ",
  "  </div> ",
  "  <div style='background-color: #eaeaea; color: 000000;'> ",
  "  <p style='margin-left: 10px; padding-top: 10px;'><u>Wir informieren Sie kostenlos:</u></p> ",
  "  <img src='http://www.infobringer.de/teaser2.jpg' class='mock'> ",
  "<p> ",
  "<span><img src='http://www.infobringer.de/accept.png' style='margin-left: 10px; margin-right: 10px; margin-top: 7px;' /><b>aktuelle Heiz&ouml;tagespreise</b><br /></span> ",
  "<span><img src='http://www.infobringer.de/accept.png' style='margin-left: 10px; margin-right: 10px; margin-top: 8px;' /><b>attraktive Preisvorteile</b><br /></span> ",
  "<span><img src='http://www.infobringer.de/accept.png' style='margin-left: 10px; margin-right: 10px; margin-top: 8px;' /><b>luktrative Angebote</b><br /></span> ",
  "</p> ",
  " ",
  "<form action='http://infobringer.de/resp/registrieren.php' method='POST'> ",
  "<input type='hidden' name='liste' value='4'> ",
  "  <table> ",
  "  <tr> ",
  "     <th>Anrede:</th> ",
  "     <td><select name='anrede' size='1'> ",
  "         <option value='Frau'>Frau</option> ",
  "         <option value='Herr'>Herr</option> ",
  "         </select> ",
  "     </td> ",
  "  </tr> ",
  "   <tr> ",
  "    <th>Vorname:</th> ",
  "    <td> ",
  "     <input class='textfield' type='text' name='vorname' value='' maxlength='60' /> ",
  "    </td> ",
  "   </tr> ",
  "   <tr> ",
  "    <th>Nachname:</th> ",
  "    <td> ",
  "     <input class='textfield'  type='text' name='name' value='' maxlength='60' /> ",
  "     </td> ",
  "   </tr> ",
  "   <tr> ",
  "    <th>Email:</th> ",
  "     <td> ",
  "      <input class='textfield'  type='text' name='email' value='' maxlength='60' size='30' /> ",
  "     </td> ",
  "   </tr> ",
  "   </table> ",
  "   <input class='submitbutton' type='Submit' name='anmeldung' value='Newsletter abbonnieren' /> ",
  "  </form> ",
  "  <p style='font-size: 10pt; margin: 10px; padding-top: 15px; padding-bottom: 10px;'>PS: Wir geben Ihre Email-Adresse <u>nicht</u> weiter. Sie k&ouml;nnen sich <u>jederzeit</u> wieder abmelden!</p> ",
  "  </div> ",
  " </div> ",
  "</div></center> ");
}
