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,'header');

} else if (google_ads.length > 1) {

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


google_ad_client = 'pub-4421504768920814'; // vervang uw client_id (pub-#)
google_ad_channel = '8944456827';
google_ad_output = 'js';
google_max_num_ads = '5';
//google_ad_type = 'text';
//google_image_size = '728x90';
google_ad_type = 'text_image';
google_image_size = '468x60';
google_feedback = 'on';