function google_ad_request_done(google_ads) {
	var s = '';
	var i;
	if (google_ads.length == 0) {
		return;
	} else if (google_ads[0].type == "image") {
		s += '<a href=\"' + google_info.feedback_url + '\"><h3>ADS BY GOOGLE</h3></a><br>' +
		'<a href="' + google_ads[0].url +
		'" target="_top" title="go to ' + google_ads[0].visible_url +
		'"><img border="0" src="' + google_ads[0].image_url +
		'"width="' + google_ads[0].image_width +
		'"height="' + google_ads[0].image_height + '"></a>';
	} else {
		if (google_ads.length == 1) {
			s += '<a href=\"' + google_info.feedback_url + '\"><h3>ADS BY GOOGLE</h3></a><br>' +
			'<a href="' + google_ads[0].url + '" ' +
			'onmouseout="window.status=\'\'" ' +
			'onmouseover="window.status=\'go to ' +
			google_ads[0].visible_url + '\'" ' +
			'<b>' + google_ads[0].line1 + '</b><br>' +
			google_ads[0].line2 + '&nbsp;' +
			google_ads[0].line3 + '<br>' +
			google_ads[0].visible_url + '</a><br>';
		} else if (google_ads.length > 1) {
			s += '<div class="index"></div><div class="afcad"><a href="' + google_info.feedback_url + '" target="_blank"><h3>ADS BY GOOGLE</h3></a><ul>'
			for(i = 0; i < google_ads.length; ++i) {
				if (i % 2 == 1){
					s +='<li style="background-image:none;" class="even">';
				} else {
					s +='<li style="background-image:none;" class="odd">';
				}
				s += '<a href="' + google_ads[i].url + '" ' +
				'onmouseout="window.status=\'\';return true;" ' +
				'onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true;" ' +
				'<span style="normal">' +
				'<b>' + google_ads[i].line1 + '</b><br></a>' +
				'<span style="color:#333">' +
				google_ads[i].line2 + ' ' + google_ads[i].line3 + '<br></span>' +
				'<a href="' + google_ads[i].url + '" ' +
				'onmouseout="window.status=\'\';return true;" ' +
				'onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true;" ' +
				'<span style="color:#008000">' +
				google_ads[i].visible_url + '</span></a>';
			}
			s +='</ul></div>';
		}
  }
  document.write(s);
  return;
}
google_ad_client = 'pub-9124927527820572';
google_ad_channel = '8313661660';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_feedback = 'on';
google_encoding = 'utf8';