function writeBlob(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 fradSection(i) {writeBlob(i);};var sections=new Object();(/^([^#?]+)/).exec(window.location.href);var ad_host='http://www.berlinonline.de';if (window.location.protocol.indexOf('https') != -1) {ad_host=ad_host.replace(/http/, 'https');};var url=ad_host+'/.bin/adserv/www.berliner-zeitung.de/index.fcgi?u='+encodeURIComponent(RegExp.$1);if (typeof(ad_category) != 'undefined') {url=url + '&c='+encodeURIComponent(ad_category);};if (typeof(ad_keyword) != 'undefined') {url=url + '&k='+encodeURIComponent(ad_keyword);};url=url + '&rnd='+encodeURIComponent(Math.random()*100000);document.open();document.writeln('');document.close();