function display_banner_box(url, cat){
var topstr = '';

topstr = '<div class="box-banner"><h2>Kleinanzeigen<br />kostenlos aufgeben!</h2><ul><li>private &amp; gewerbliche Kleinanzeigen, kostenlos</li><li>Branchenbucheintrag, für Lau dazu</li></ul><form style="display:inline" method="post" action="' + url + '/post_advert.php">' + 
	 '<input type="hidden" name="jscat" value="' + cat + '">' +
			 '<input type="submit" value="" id="btn-kost" style="border:none;cursor:pointer;"></form></div>';

		document.getElementById("mybox").innerHTML=topstr;
}


