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 border=0 cellpadding=0 cellspacing=0><tr>';
				first_ad_unit += '<td valign="top"><a href="' + google_ads[i].url + '"><b>' + google_ads[i].line1 + '</b></a><br>' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '<br><font color="#6699cc">' + google_ads[i].visible_url + '</font></td>';
				if (i == 3) first_ad_unit += '</tr></table>';
			} else {
				if (i == 4) second_ad_unit += 'Second Ad Unit:<br>';
				second_ad_unit += '<p><a href="' + google_ads[i].url + '"><b>' + google_ads[i].line1 + '</b></a><br>' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '<br><font color="#6699cc">' + google_ads[i].visible_url + '</font></p>';
			}			
		
		}
	}
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
	document.getElementById("second_ad_unit").innerHTML += second_ad_unit;
}

google_ad_client = "pub-7801190306575240";
google_ad_output = 'js';
google_max_num_ads = '2';
google_feedback = "on";
google_ad_type  = "text_image";