
function google_ad_request_done(google_ads) {
   // Proceed only if we have ads to display!
   if (google_ads.length < 1 ){
	 return;
	}

   document.write("<h3>Google-Anzeigen</h3>");
   if (google_ads[0].type == 'text')
  {
	for(i = 0; i < google_ads.length; ++i)
	 {
	   document.write("<p><a href=\"" +  google_ads[i].url + "\" target=\"_blank\" OnMouseOver=\"status=''; return true;\" OnMouseOut=\"status=''; return true;\"><b>" +
		 google_ads[i].line1 + "</b><br /><font color=\"#000000\">" +
		 google_ads[i].line2 + " " +
		 google_ads[i].line3 + "</font><br />" + google_ads[i].visible_url + "</a></p>");
	 }
   }
}

google_encoding = "utf-8";
google_ad_client = "pub-4664928863386944";
google_ad_channel = "pcpro";
google_ad_output = "js";
google_ad_type = "text";
google_max_num_ads = 3;
google_language = "de";
google_safe  = "high";

