var gElem=document.getElementById("one_ad_unit");


function google_ad_request_done(google_ads) {
	return;
	if (google_ads.length<=0) return;
	var anz=0;
	
	if (gElem) {
		if (google_ads[0].url.match(/1und1/i)) return;
		s='<table width="140" border="0" cellpadding="2" cellspacing="0" class="h"><tr>'+
		'<td><a href="'+google_info.feedback_url+'" style="text-decoration:underline; font-size:9px">Google-Anzeigen</a></td></tr><tr>'+
		'<td><a style="cursor:pointer; text-decoration:none; color:black; font-size:12px" '+
		'onclick="top.location.href=\''+google_ads[0].url+'\'" onmouseover="window.status=\'gehe zu '+
		google_ads[0].visible_url+'\'" onmouseout="window.status=\'\'">'+
		'<span style="font-weight:bold; text-decoration:underline">'+google_ads[0].line1+'</span><br>'+
		google_ads[0].line2+'<br>'+google_ads[0].line3+'<br><span style="color:#008000; font-size:9px">'+
		google_ads[0].visible_url + '</span></a></td>';
		anz++
	} else { 
		gElem=document.getElementById("two_ads_unit"); if (!gElem) return;
		for (var i=0; i<google_ads.length; i++) {
			if (!i) {
				s='<table width="400" border="0" cellpadding="2" cellspacing="0" class="h" style="width:400px; table-layout:fixed; overflow:hidden"><tr>'+
				'<td colspan="2"><a href="'+google_info.feedback_url+'" style="text-decoration:underline; font-size:9px;">Google-Anzeigen</a></td></tr><tr>'
			} else if (i % 2 == 0) {
				s+='</tr><tr>'
			}
			if (google_ads[0].url.match(/1und1/i)) continue;
			s+='<td width="50%" valign="top"><a style="cursor:pointer; text-decoration:none; color:black; font-size:12px" '+
				'onclick="top.location.href=\''+google_ads[i].url+'\'" onmouseover="window.status=\'gehe zu '+
				google_ads[i].visible_url+'\'" onmouseout="window.status=\'\'">'+
				'<span style="font-weight:bold; text-decoration:underline">'+google_ads[i].line1+'</span><br>'+
				google_ads[i].line2+'<br>'+google_ads[i].line3+'<br><span style="color:#008000">'+
				google_ads[i].visible_url + '</span></a></td>';
				anz++
		}
	}
	gElem.innerHTML+=s+'</tr></table>';
	if (anz) gElem.style.display='block';
}

google_max_num_ads=(gElem) ? 1 : 2;
google_ad_client='pub-4313025787176316';
google_ad_output='js';
google_feedback ="on";
google_ad_type="text_image";
google_encoding="latin1";
