 function google_ad_request_done(google_ads) {
   // Proceed only if we have ads to display!
   if (google_ads.length < 1 ){
     return;
	}	
   // Display ads in a table
   document.write("<div class=\"googlead2\">");
   document.write("<br><b>Google-Anzeigen</b><br>");
   if (google_ads[0].type == 'text') 
  {
    for(i = 0; i < google_ads.length; ++i) 
	 {
       document.write("<br><a href=\"" +  google_ads[i].url + "\" target=\"_blank\" OnMouseOver=\"status='"+google_ads[i].visible_url+"'; 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><font size=\"1\">" + google_ads[i].visible_url + "</font></a><br>");
     }
   }
   document.write ("</div>");
}

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