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

if (google_ads.length == 0) {
return;
}

if (google_ads[0].type == "flash") {
   s += flashad(google_ads);
} else if (google_ads[0].type == "image") {
   s += imagead(google_ads);
} else if (google_ads[0].type == "html") {
s += google_ads[0].snippet;
} else {
if (google_ads.length == 1) {
   s += onetextad(google_ads,'bottom');

} else if (google_ads.length > 1) {

	s += multipletextads(google_ads,'bottom');
}
    }
    document.write(s);
    return;
  }

google_ad_client = 'pub-4421504768920814'; // vervang uw client_id (pub-#)
google_ad_channel = '9146205614';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_image_size = '728x90';
google_feedback = 'on';