function google_ad_request_done(google_ads)
{
	var afc300x300_id = 'afc300x300';


	var i;
	if (google_ads.length == 0) {
		return;
	}
	if (google_ads.length >= 1) {
		var s = '<span class="rndcorner-tl"></span><span class="rndcorner-tr"></span><h2>Ads by Google</h2><div class="box_content">';
		for(i = 0; i < google_ads.length; ++i) {
			s += '<p class="afcjs_title"><a class="afcjs_title" href="' +
			google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[i].visible_url + '\';return true">' +
			google_ads[i].line1 + '<\/a><\/p>' +
			'<p class="afcjs_desc">' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '<\/p> ' +
			'<p><a class="afcjs_link" href="' +
			google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
			google_ads[i].visible_url + '\';return true">' +
			google_ads[i].visible_url + '<\/a><\/p><br>';
		}
		s += '</div>';
	}

	afc300x300 = document.getElementById(afc300x300_id);
	if (afc300x300) {
		afc300x300.style.display = 'block';
		document.write(s);
	}
	return;
}
