function google_ad_request_done(google_ads) {

/*
* This function is required and is used to display
* the ads that are returned from the JavaScript
* request. You should modify the document.write
* commands so that the HTML they write out fits
* with your desired ad layout.
*/
var s = '';
var i;

/*
* Verify that there are actually ads to display.
*/
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="775" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" HEIGHT="107"><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><TR><td valign="top" width="100%" align="center" colspan="3"><P CLASS="ads_g" ALIGN="left"><a href=\"' + google_info.feedback_url + '\">Ads by Google</a></p></td></tr><tr><td valign="top" CLASS="google_ad1" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP" STYLE="BORDER-BOTTOM:1PX SOLID #0000ff;  PADDING-BOTTOM:1PX;"><b class="w"><a 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></a></b></TD></TR></TABLE>' + 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="775" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" HEIGHT="107" ><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><TR><td valign="top" width="100%" align="center" colspan="3"><P CLASS="ads_g" ALIGN="left"><a href=\"' + google_info.feedback_url + '\" >Ads by Google</a></p></td></tr><tr>'
for(i = 0; i < google_ads.length; ++i)
{
s += '<td valign="top" CLASS="google_ad1" width="33%" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP" STYLE="BORDER-BOTTOM:1PX SOLID #0000ff; PADDING-BOTTOM:1PX;"><b class="w"><a 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></TD></TR></TABLE>' + 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>'
}
if (google_ads[0].bidtype == "CPC") { /* insert this snippet for each ad call */ 
google_adnum = google_adnum + google_ads.length;
}
document.write(s);
return;
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '7230279631';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_image_size = '728x90';
google_feedback = 'on';
google_skip = google_adnum; /* insert this snippet for each ad call */
// -->