function hhde_stadtplan_widget_dynamisch() {
var body = '';
body += ' <div style="background: #FCFCFC url(http://www.hamburg.dehttp://3.image.hamburg.de/contentblob/2012/data/sidebar-box-bg.png) repeat-x scroll center bottom; padding: 0px; border: 1px solid #D8D8D8; margin: 5px 0px 10px;">';
body += ' <h5 style="padding: 7px; border-bottom: 1px dotted #D8D8D8; margin: 0px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 11px; color: #3D3D3D;">';
body += ' Stadtplan Hamburg';
body += ' <img height="24" width="88" id="hamburgverlinkenlogo" align="top" style="border: 0px; margin-left: 13px;" src="http://www.hamburg.de/contentblob/1673184/data/hamburg-de-logo.gif" alt="" />';
body += ' </h5>';
body += ' <div style="padding: 10px; margin: 0px;">';
body += ' <form action="javascript:location.href=\'http://www.hamburg.de/stadtplan/?c=9.979814594998668,53.546527624351036&z=16&p=1&cat=1023352&wo=\' + encodeURIComponent(document.getElementById(\'wo\').value).replace(/\\+/g,\'%20\')" method="get" style="padding: 0px; margin: 0px;">';
body += ' <div style="padding: 0px; margin: 0px;">';
body += ' <input type="text" id="wo" name="wo" onblur=\'if (this.value=="") this.value="Adresse, Ort"\' onfocus=\'if (this.value == "Adresse, Ort") this.value="";\' value="Adresse, Ort" style="width: 135px;"/>';
body += ' <input type="submit" value="Suchen" style="background: #ED1C24; padding: 1px; color: #fff; margin: 0px 0px 0px 10px; cursor: pointer;" />';
body += ' </div>';
body += ' </form>';
body += ' </div>';
body += ' </div>';
document.write(body);
}

hhde_stadtplan_widget_dynamisch();

