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="c_m"><IMG SRC="/gifs/top-corv.gif" WIDTH="258" HEIGHT="8"><BR><TABLE WIDTH="240" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER"><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><tr><td valign="top" CLASS="google_ad" align="center"><div style="margin-bottom:10px;"><b><a target="_blank" style="text-decoration:underline" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true"><b>' + google_ads[0].line1 + '</b><br></span></a></b>' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '<br><a target="_blank" style="color:#008000; text-decoration:none" 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 + '</span></a></div></td></tr><TR><td valign="top" width="100%" align="right" colspan="3"><P CLASS="ads_g" style="margin-top:0px; margin-bottom:5px;"><a target="_blank" href=\"' + google_info.feedback_url + '\" style="color:000000">Ads by Google</a></p></td></tr></table></TD></TR></TABLE></DIV><IMG SRC="/gifs/bottomcorv.gif" HEIGHT="10" WIDTH="258"><IMG SRC="/gifs/zero.gif" WIDTH="1" HEIGHT="22"><br>';
}
else if(google_ads.length > 1)
{
s += '<DIV CLASS="c_m"><IMG SRC="/gifs/top-corv.gif" WIDTH="258" HEIGHT="8"><BR><TABLE WIDTH="240" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" ><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%">'
for(i = 0; i < google_ads.length; ++i)
{
s += '<tr><td valign="top" CLASS="google_ad" width="100%" align="center"><div style="margin-bottom:10px;"><b><a target="_blank" style="text-decoration:underline" href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true"><b>' + google_ads[i].line1 + '</b><br></a></b>' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '<br><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].visible_url + '</a></div></td></tr>';
}
s += '<TR><td valign="top" width="100%" align="right" colspan="3"><P CLASS="ads_g" style="margin-top:0px; margin-bottom:5px;"><a target="_blank" href=\"' + google_info.feedback_url + '\" style="color:000000">Ads by Google</a></p></td></tr></table></TD></TR></TABLE></DIV><IMG SRC="/gifs/bottomcorv.gif" HEIGHT="10" WIDTH="258"><IMG SRC="/gifs/zero.gif" WIDTH="1" HEIGHT="22"><br>';
}
}

document.write(s);
return;
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '3022826424';
googleAdSearchQueryString = "ss";
google_ad_output = 'js';
google_max_num_ads = googlecount;
google_ad_type = 'text';
google_feedback = 'on';
