function google_ad_request_done(google_ads) {
var s = '';
var i;

if (google_ads.length == 0) {
	return;
}
if (google_ads[0].type == "html") {
		
		s += google_ads[0].snippet;
		
		} else {
		
		if (google_ads.length == 1) {
		/*
		* Partners should adjust text sizes
		* so ads occupy the majority of ad space.
		*/
		   s += '<a href=\"' +
		google_info.feedback_url + '\"><img width="94" height="16" border="0" src="http://pagead2.googlesyndication.com/pagead/abglogo/abg-de-100c-000000.png" alt="Google-Anzeigen"/></a><br> <a style="color:#CC0000;text-decoration:none;font-size:0.9em;" href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"> <span style="text-decoration:underline"> <b>' +
				google_ads[i].line1 + '</b><br></span></a> <span style="color:#000000">' +
				google_ads[i].line2 + '<br>' +
				google_ads[i].line3 + '<br></span> <span><a style="color:#008000;text-decoration:none;font-size:11px;" href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].visible_url + '</span></a><br></div>';
		
		} else if (google_ads.length > 1) {
		
		   
		   s += '<div style="padding:5px"><a href=\"' + google_info.feedback_url + '\"><img width="94" height="16" border="0" src="http://pagead2.googlesyndication.com/pagead/abglogo/abg-de-100c-000000.png" alt="Google-Anzeigen"/></a><br>'
		  /*
		  * For text ads, append each ad to the string.
		  */
		
			for(i = 0; i < google_ads.length; ++i) {
			
				s += '<br><a style="color:#CC0000;text-decoration:none;font-size:0.9em;" href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"> <span style="text-decoration:underline"> <b>' +
				google_ads[i].line1 + '</b><br></span></a> <span style="color:#000000;font-size:0.9em">' +
				google_ads[i].line2 + '<br>' +
				google_ads[i].line3 + '<br></span> <span><a style="color:#008000;text-decoration:none;font-size:11px;" href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].visible_url + '</span></a><br>';
			}
			s+='</div>';
		}
    }

    document.write(s);
    return;
}

google_ad_client = "pub-3426494319803874";
google_ad_channel ="1461182824";
google_ad_output = 'js';
google_max_num_ads = '4';
google_ad_type = "text_html";
google_feedback = 'on';


//google_image_size = '120x480';
//google_alternate_color = "FFF8DC";
//google_ad_width = 120;
//google_ad_height = 480;
//google_ad_format = "120x600_as";
//google_ad_channel ="1461182824";
//google_color_border = "FFF8DC";

//google_color_bg = "FFF8DC";
//google_color_link = "CC0000";
//google_color_url = "008000";
//google_color_text = "000000";
							
