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 += '<table cellspacing="0" cellpadding="0" width="522"><tr>' +
				'<td class="titanium11 b3"><b>SPONSORED LINKS</b>  <span class="black9">Ads by Google</span></td>' +
				'<td align="right" class="smallfont r8 b1"><a href="/promote-your-business">Profile your business on PR.com</a></td></tr>' +
				'<tr><td colspan="2"><div class="titanium_bg"><img src="z.gif" width="100%" height="1" alt=""></div></td></tr></table>' +
				'<table width="522" cellspacing="0" cellpadding="0"><tr>' +
				'<td><table width="100%" cellspacing="0" cellpadding="0" align="center">';
			first_ad_unit += '<tr><td class="" onClick="location.href=\'' + google_ads[i].url + '\'" ' +
				'onMouseOut="this.className=\'\'" onMouseOver="this.className=\'busOn2\'">';
			first_ad_unit += '<table width="100%" cellspacing="0" cellpadding="0"><tr><td valign="top" class="tablelist t8 b8">' +
				'<span class="normaltext reverse"><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>' +
				'</td></tr></table></td></tr>' +
				'<tr><td class="page_bg"><img src="z.gif" width="100%" height="1" alt=""></td></tr>';
			if (i == google_ads.length - 1) {
				first_ad_unit += '</table></td></tr></table><br>';
			}
		}
	}
	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";

