function fradSection(i) {if (sections[i] && typeof(sections[i]) != 'undefined') {var b=sections[i].split ("\n");document.open();for (var i=0; i < b.length; ++i) {document.writeln(b[i]);};document.close();}};function writeBlob(i) {fradSection(i);};function closeLayer (L) {el=document.getElementById(L);el.style.display='none';el.style.visibility='hidden';};var sections=new Object();if (typeof(refer) == 'undefined') {var refer=window.location.href.replace(/#.*$/,'');};var frad_host='http://www.berlin.de';if (window.location.protocol.indexOf('https') != -1) {frad_host=frad_host.replace(/http/, 'https');};var url=frad_host+'/.adserv/www.berlin.de/_bin/index.fcgi?u='+encodeURIComponent(refer);if (typeof(frad_category) != 'undefined') {url=url + '&c='+encodeURIComponent(frad_category);};if (typeof(frad_keyword) != 'undefined') {url=url + '&k='+encodeURIComponent(frad_keyword);};if (typeof(frad_nosection)!= 'undefined') {url=url + '&no='+encodeURIComponent(frad_nosection);};url=url + '&rnd='+encodeURIComponent(Math.random()*100000);document.open();document.writeln('');document.close();