function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		var first_ad_unit = '', second_ad_unit = '', third_ad_unit = '', fourth_ad_unit = '';
		for(var i = 0; i < google_ads.length; ++i) {
			if (i < 3) { 
				if (i == 0) first_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>';
				first_ad_unit += '<td width="33%" valign="top" align="left" 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 + '<br />' + google_ads[i].visible_url + '</a><br></td>';
				if (i == 2) first_ad_unit += '</tr></table>';
			} else if (i < 7) {  
				if (i == 3) second_ad_unit += '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="30" height="10"><img src="/img/centerpix.gif" width="1" height="1" /></td><td height="10"><div class="adsensedesc2"><strong><a href="' + google_info.feedback_url + '">Ads by Google</a></strong></div></td><td width="50" height="10"><div class="adsensedesc2"><div align="right"><strong></strong></div></div></td></tr></table><br /><table width="100%" border="0" cellspacing="0" cellpadding="0">';
				second_ad_unit += '<tr><td width="30" height="40"><div align="center"><img src="/img/centerpix.gif" /></div></td><td height="40"><a href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true"><b>' + google_ads[i].line1 + '</b></a><br /><div class="adsensedesc2"><a href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '. ' + google_ads[i].visible_url + '</a></div></td></tr>';
				third_ad_unit += '</table>';
			} else {  
				if (i == 7) fourth_ad_unit += '<div align="left"><a class="adsensedesc3" href="' + google_info.feedback_url + '">Ads by Google</a></div>';
				fourth_ad_unit += '<div style="overflow: hidden;width: 120px;"><a class="adsense3" href="' + google_ads[i].url + '" onMouseover="window.status=\'http://' + google_ads[i].visible_url + '\'; return true"><b>' + google_ads[i].line1 + '</b></a></div><a class="adsensedesc3" 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;overflow: hidden;width: 120px;">' + google_ads[i].visible_url + '</div></a><br>';
			}			
		
		}
	}
	
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
	document.getElementById("second_ad_unit").innerHTML += second_ad_unit;
	document.getElementById("third_ad_unit").innerHTML += third_ad_unit;
	document.getElementById("fourth_ad_unit").innerHTML += fourth_ad_unit;
	
}

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