
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 += '<TABLE WIDTH="683" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" HEIGHT="107" BACKGROUND="/gifs/g_bg.gif"><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><TR><td valign="top" width="100%" STYLE="text-decoration:underline" align="right" colspan="3"><P CLASS="ads_g">Ads by Google</p></td></tr><tr><td valign="top" CLASS="google_ad" align="center"><div><b><a 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 + '&nbsp;<a 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></table></TD></TR></TABLE>';
}
else if(google_ads.length > 1)
{
s += '<TABLE WIDTH="683" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" HEIGHT="107" BACKGROUND="/gifs/g_bg.gif"><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><TR><td valign="top" width="100%" align="right" colspan="3"><P CLASS="ads_g"><a href=\"' + google_info.feedback_url + '\" style="font-family:arial; font-size:12px;color:#000000; text-decoration:underline;">Ads by Google</a></p></td></tr><tr>'
for(i = 0; i < google_ads.length; ++i)
{
s += '<td valign="top" CLASS="google_ad" width="50%" align="center"><div><b><a 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 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>';
}
}
s += '</tr></table></TD></TR></TABLE>'
}
document.write(s);
return;
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '4177095132';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_image_size = '720x107';
google_feedback = 'on';
