function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		var second_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 3) { 
				if (i == 0) second_ad_unit += '<table width="710"><div align="left"><a class="adsensedesc" href="' + google_info.feedback_url + '">Ads by Google</a></div></table><table width="710"><tr>';
				second_ad_unit += '<td width="33%" valign="top" nowrap><div align="left"><a class="adsense" 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="adsensedesc" href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true">' + google_ads[i].line2 + '</a><br><a class="adsensedesc" href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true">' + google_ads[i].line3 + '<br />' + google_ads[i].visible_url + '</a><br></div></td>';
				if (i == 2) second_ad_unit += '</tr></table>';
			}			
		}
	}
	
	document.getElementById("second_ad_unit").innerHTML += second_ad_unit;
	
}


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