function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		var first_ad_unit = '', second_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 2) { 
				if (i == 0) first_ad_unit += '<table width="480"><tr>';
				first_ad_unit += '<td valign="top" nowrap><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 + '</a><br></td>';
				if (i == 1) first_ad_unit += '</tr></table><table width="480"><div align="right"><a class="adsensedesc" href="' + google_info.feedback_url + '">Ads by Google&nbsp;</a></div></table>';
			} else {
				if (i == 2) second_ad_unit += '<div class="adsenseheadcellpadding"><div width="100%" align="left" class="adsenseheadcell"><a class="adsensehead" href="' + google_info.feedback_url + '"><b>Ads by Google</b></a></div></div>';
				second_ad_unit += '<div class="adsensecell"><p><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 + '</a><br></p></div><br>';
			}			
		
		}
	}

	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
	document.getElementById("second_ad_unit").innerHTML += second_ad_unit;
	
}


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

