function google_ad_request_done(google_ads) {  
	if (google_ads.length > 0) {
		first_ad_unit = '';
		var bg_color = '';
		for (var i = 0; i < google_ads.length; ++i) {
			if (i == 0) first_ad_unit += '<div class="y2"></div><table width="100%" cellspacing="0" cellpadding="0" align="center"><tr>' +
				'<td class="tab_start"><img src="z.gif" width="21" height="33" alt=""></td>' +
				'<td class="tab_text">&nbsp;<h2>Web Listings</h2> &nbsp; <span class="nav7">Ads By Google</span></td>' +
				'<td class="tab_end"><img src="z.gif" width="23" height="33" alt=""></td>' +
				'<td class="tab_side">&nbsp;</td></tr></table>' +
				'<table width="100%" cellspacing="1" cellpadding="0" class="table_bg"><tr>' +
				'<td class="page_bg"><table width="100%" cellspacing="0" cellpadding="0" align="center">';
			bg_color = ((i % 2) == 1) ? 'CellLightOff3' : 'CellLightOff4';
			first_ad_unit += '<tr><td class="' + bg_color + '" onClick="location.href=\'' + google_ads[i].url + '\'" ' +
				'onMouseOut="this.className=\'' + bg_color + '\'" onMouseOver="this.className=\'busOn\'">';
			if (i == 0) first_ad_unit += '<table width="100%" cellspacing="0" cellpadding="0">' +
				'<tr><td background="greyshadow.gif"><img src="z.gif" width="1" height="10" alt=""><br></td></tr></table>';
			else first_ad_unit += '<table width="100%" cellspacing="0" cellpadding="0">' +
				'<tr><td bgcolor="#BDD1DB"><img src="z.gif" width="1" height="1" alt=""></td></tr></table>' +
				'<img src="z.gif" width="1" height="8" alt=""><br>';
			first_ad_unit += '<table width="100%" cellspacing="0" cellpadding="0"><tr><td valign="top" class="tablelist l8 r6 b8">' +
				'<span class="blacklink"><b><a rel="nofollow" href="' + google_ads[i].url + '">' + google_ads[i].line1 + '</a></b></span><br>' +
				'<div align="justify">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '</div>' +
				'<span class="smallgrey1">' + google_ads[i].visible_url + '</span><br></td></tr></table></td></tr>';
			if (i == google_ads.length - 1) {
				first_ad_unit += '</table></td></tr></table><div class="y2"></div>';
			}
		}
	}
	document.getElementById("first_ad_unit").innerHTML += first_ad_unit;
}

google_ad_client = "pub-4550296210383693";
google_ad_output = "js";
google_max_num_ads = "10";
google_feedback = "on";
google_ad_type  = "text_image";
google_kw_type = "broad";

