


function stromausgabe()
{

document.write("<link href='http://bergedorfer-zeitung.tarifcheck24.com/files/css/tc24_big.css' rel='stylesheet' type='text/css' />");
document.write("<table width='300' border='0' cellpadding='0' cellspacing='0' class='tc_strom_box_big'>");
    document.write("<tr>");
        document.write("<td height='167' valign='top'>");
            document.write("<h3>Stromvergleich</h3>");
            document.write("<span>Jetzt Stromanbieter wechseln</span>");
            document.write("<form action='http://bergedorfer-zeitung.tarifcheck24.com/stromvergleich.html' method='get'>");
            document.write("<input type='hidden' name='targetpage' value='result'>");
                document.write("<table border='0' cellpadding='0' cellspacing='0' class='tc_strom_input_big'>");
                    document.write("<tr>");
                        document.write("<td><b>Postleitzahl:</b></td>");
                    document.write("</tr>");
                    document.write("<tr>");
                        document.write("<td><input name='zipcode' type='text' /></td>");
                    document.write("</tr>");
                    document.write("<tr>");
                        document.write("<td height='3'></td>");
                    document.write("</tr>");
                    document.write("<tr>");
                        document.write("<td><b>Nutzung:</b></td>");
                    document.write("</tr>");
                    document.write("<tr>");
                        document.write("<td>");
                          document.write("<select name='customertype' id='jumpMenu' onchange='MM_jumpMenu('parent',this,0)'>");
                              document.write("<option selected='selected' value='private'>Privat</option>");
                              document.write("<option value='business'>Gewerblich</option>");
                            document.write("</select>");
                         document.write("</td>");
                    document.write("</tr>");
                document.write("</table>");
                document.write("<input name='' type='image' class='tc_strom_button_big' src='http://bergedorfer-zeitung.tarifcheck24.com/files/images/button_vergleichen.gif' />");
            document.write("</form>");
        document.write("</td>");
   document.write(" </tr>");
document.write("</table>");




}