
 function breakText(text) {
var zwischen = text.replace(/-/i, '- ');
zwischen = zwischen.replace(/\//i, '\/ ');
return zwischen;
 }
 
 function google_ad_request_done(google_ads) {
var frn = '';
var nl = "\n";
var i;
var inForum = 'off';
if (google_ads.length == 0) {
	return;
}
if (google_ads[0].type="text") {
	
	if (window.location.href.indexOf("ttp://forum.") > 0) {
	inForum = 'on';
	}
	
	if (inForum == 'off') {
   	frn += '<div class="frnGooAdsMain">' + nl;
	} else if (inForum == 'on') {
	frn += '<tr class="trow1">' + nl;
	frn += '	<td align="left" height="15" valign="middle"><span class="boxhead">&nbsp;</span></td>' + nl;
	frn += '	<td align="left" height="15" valign="middle" width="400"><b>Google Anzeigen</b></td>' + nl;
	frn += '	<td align="right" height="15" valign="middle"><span class="boxtext">&nbsp;</span>' + nl;
	frn += '	</td>' + nl;
	frn += '</tr>' + nl;
	frn += '<tr class="trow2" height="5">' + nl;
	frn += '	<td height="5" valign="top">' + nl;
	frn += '	&nbsp;' + nl;
	frn += '	</td>' + nl;
	frn += '	<td colspan="2" class="f1" height="5" valign="top">' + nl;
	}
	
	frn += '<div class="frnGooAds">' + nl;
	
	if (inForum == 'off') {
	frn += '	<div class="frnGooAdsHead">Google Anzeigen</div>' + nl;
	}
	
	if (inForum == 'off') {
	frn += '	<div class="frnGooAdsBox">' + nl;
	}
        for(i=0; i < google_ads.length; ++i) {
	frn += '<div class="frnGooAdsItem">' + nl;
	frn += '<a href="';
	frn += 'http://tools.freenet.de/mp/esp?/freenet/nachrichten;1;302e3233;';
	frn += google_ads[i].url + '" ';
	frn += 'target="_blank" ';
	frn += 'onmouseout="window.status=\'\'" ';
	frn += 'onmouseover="window.status=\'' + google_ads[i].visible_url + '\'; return true" ';
	frn += 'title="'+google_ads[i].visible_url + '" class="frnGooAdsTitleLink">' + breakText(google_ads[i].line1);
	frn += '</a>';
	frn += breakText(google_ads[i].line2) + ' ';
	frn += breakText(google_ads[i].line3);
	frn += '<br/>';
	frn += '<a href="';
	frn += 'http://tools.freenet.de/mp/esp?/freenet/nachrichten;1;302e3233;';
	frn += google_ads[i].url + '" ';
	frn += 'target="_blank" ';
	frn += 'onmouseout="window.status=\'\'" ';
	frn += 'onmouseover="window.status=\'' + google_ads[i].visible_url + '\'; return true" ';
	frn += 'title="'+google_ads[i].visible_url + '" class="frnGooAdsUrlLink">';
	frn += breakText(google_ads[i].visible_url);
	frn += '</a>';		
	frn += '</div>';
	frn += '<div class="frnGooAdsLine"></div>';
	}
	
	if (inForum == 'off') {
	frn += '	</div>'+ nl;
	}
	
	frn += '</div>'+nl;
	
	if (inForum == 'off') {
	frn += '</div>'+nl;
	} else if (inForum == 'on') {
	frn += '</td>'+ nl;
	frn += '</tr>'+ nl; 
	}
}
document.write(frn);
return;
}
var google_skip = null;
if (typeof adsAlreadyShown != "undefined") {
  if (typeof google_max_num_ads != "undefined") {
    google_skip = google_max_num_ads;
  }else{
    google_skip = '5';
  }
} else {
   adsAlreadyShown = true;
}

google_ad_client = 'ca-freenet'; // substitute your client_id
google_max_num_ads = '5';
google_ad_output = 'js';
google_ad_type = 'text';
google_language = 'de';
google_encoding = 'latin1';
google_safe = 'high';
google_adtest = 'off';
