var google_adnum = 0; 
function google_ad_request_done(google_ads) {

	var s = '';
	var b = '';
	var i;


	if (google_ads.length == 0) {
		return;
	}

	if (google_ads.length > 0) {

		b += '<p style="margin-bottom: 5px;"><a href=\"' + google_info.feedback_url + '\" class="adsense-feedback">Annonces Google</a></p>'

		for(i = 0; i < google_ads.length; ++i) {
			b+='<p><a class="adsense-title" href="'+google_ads[i].url+'">'+google_ads[i].line1+'</a></p>\n<p>'+
			google_ads[i].line2+'</p><p> '+google_ads[i].line3+'</p>'+
			'<p style="margin-bottom: 8px;"><a class="adsense-url" href="'+google_ads[i].url+'">'+google_ads[i].visible_url+'</a></p>\n';
		}


		if (google_ads[0].bidtype == "CPC") {  
			google_adnum = google_adnum + google_ads.length;
		}

	}
	document.getElementById('adsense').innerHTML += b;
	return;
}

google_ad_client = 'pub-7902900401080901';
google_ad_channel = '8175511340';
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = '0';



