function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		var first_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 8) { 
				if (i == 0) first_ad_unit += '<div align="left"><a class="adsensedesc2" href="' + google_info.feedback_url + '">Ads by Google</a></div>';
				first_ad_unit += '<a class="adsense2" href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true"><b>' + google_ads[i].line1 + '</b></a><br><a class="adsensedesc2" href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '<br /><div style="font-size: 9px;">' + google_ads[i].visible_url + '</div></a><br><br>';
			}			
		
		}
	}
	
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
	
}


google_ad_client = 'pub-2859486904915816';
google_ad_output = 'js';
google_max_num_ads = '8';
google_safe = 'high';
google_feedback = "on";
google_ad_type  = "text_image";