google_ad_client = 'pub-4454927567272798';
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text';
google_image_size = '728x90';
google_feedback = 'on';

function google_ad_request_done(google_ads) {
	var i;
	if (google_ads.length == 0) {
		return;
	}
	if (google_ads[0].type == "html") {
		s += google_ads[0].snippet;
	}
	else {
		s1 += '<div class="dirarticle_5 dirarticle"><div class="diroption_5"><a class="diroption_5" href="' + google_info.feedback_url + '">Google-Anzeigen</a><br /><br /></div>'
		s2=s1;
		s3=s1;
		for(i = 0; i < google_ads.length; ++i) {
			if (i<2) {	
				s1 += '<div class="dirtitle_5"><h1 class="dirtitle_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].line1 + '</a></h1></div><div class="dirbody_5">' +
				google_ads[i].line2 + ' ' + 
				google_ads[i].line3 + '</div><div class="diroption_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].visible_url + '</a></div>';
				if (i==0) {
					s1 += '<br />';	
				}
			}
			else if (i<4) {
				s2 += '<div class="dirtitle_5"><h1 class="dirtitle_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].line1 + '</a></h1></div><div class="dirbody_5">' +
				google_ads[i].line2 + ' ' + 
				google_ads[i].line3 + '</div><div class="diroption_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].visible_url + '</a></div>';
				if (i==2) {
					s2 += '<br />';	
				}
			}
			else if (i>3) {
				s3 += '<div class="dirtitle_5"><h1 class="dirtitle_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].line1 + '</a></h1></div><div class="dirbody_5">' +
				google_ads[i].line2 + ' ' + 
				google_ads[i].line3 + '</div><div class="diroption_5"><a href="' +
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\' ' +
				google_ads[i].visible_url + '\';return true">' +
				google_ads[i].visible_url + '</a></div>';
				if (i==4) {
					s3 += '<br />';	
				}
			}
		}
	s1=s1+'</div>';
	s2=s2+'</div>';
	s3=s3+'</div>';
	}
    return;
}