	function google_ad_request_done(google_ads)
	{
	  if (google_ads.length < 1 )
	    return;

		document.write("<table cellspacing=\"0\" cellpadding=\"0\"><tr><td colspan=\"2\" align=\"left\" class=\"normaltext\" style='padding:16 0 12 0;'>");
	  if (google_info.feedback_url)
	  {
	    document.write("<a href=\"" + google_info.feedback_url + "\" class="+ "nounderline" + "\" style='text-decoration: none; color: #000000;'>Ads by Google</a>");
	  }
	  else
	  {
	    document.write("<font style=\"text-decoration: none;\">Ads By Google</font>");
	  }
	  document.write("</td></tr>");
		document.write("<tr><td colspan=\"2\"><img src=\"/manta/images/separator.gif\" width=\"1\" height=\"5\"></td></tr>");
	  document.write("<tr><td colspan=\"2\" class=\"question\">");
	  if (google_ads[0].type == 'text')
	  {
	    for(i = 0; i < google_ads.length; ++i)
	    {
	      document.write("<a href=\"" +  google_ads[i].url + "\" onmouseover=\"window.status='" + google_ads[i].visible_url + "'; return true;\" onmouseout=\"window.status=''; return true;\">" + google_ads[i].line1 + "</a>&nbsp;" + google_ads[i].line2 + "&nbsp;" + google_ads[i].line3 + "<br><br>");
	  	}
	  }
	  document.write("</td></tr></table>");
	}
