function google_ad_request_done(google_ads)
{
var s = '';
var i;
if (google_ads.length == 0) 
{
return;
}
if (google_ads[0].type == "html")
{
s += google_ads[0].snippet;
}
else
{
if (google_ads.length == 1)
{
s += '<div CLASS="as2"><a href=\"' + google_info.feedback_url + '\" TARGET="_blank">Ads by Google</a></div><div class="ngo"><a target="_blank" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].line1 + '</a><br>' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '<br><a target="_blank" class="g" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].visible_url + '</a></div>';
}
else if(google_ads.length > 1)
{
s += '<div CLASS="as2"><a href=\"' + google_info.feedback_url + '\" TARGET="_blank">Ads by Google</a></div><div class="ngo">';
for(i = 0; i < google_ads.length; ++i)
{
s += '<a target="_blank" 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><br>' + google_ads[i].line2 + '.&nbsp;' + google_ads[i].line3 + '<br><a target="_blank" class="g" 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 CLASS="hei"></P>';
}
s += '</div>';
}
}
if (google_ads[0].bidtype == "CPC") 
{
google_adnum = google_adnum + google_ads.length;
}
document.write(s);
return;
}

google_ad_client = 'pub-8533861185056317'; // substitute your client_id (pub-#)
google_ad_channel = '6170735744';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = google_adnum; /* insert this snippet for each ad call */
