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="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" class="r7" 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="p18 s5 m12 p15" ALIGN="right"><a href=\"' + google_info.feedback_url + '\" class="p13 c9 s5">Ads by Google</a></p></td></tr><tr><td valign="top" CLASS="p7 s5 t" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP"><b class="s3 bo"><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="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" class="r7"><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"  HEIGHT="107" class="bc5" ><TR><td valign="top" width="100%" align="center" colspan="3" height="15"><P CLASS="p18 s5 m12 p15" ALIGN="right"><a href=\"' + google_info.feedback_url + '\" class="p13 c9 s5">Ads by Google</a></p></td></tr><tr>'
for(i = 0; i < google_ads.length; ++i)
{
s += '<td valign="top" CLASS="p7 s5 t" width="33%" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP"><b class="s1 bo"><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 style="color:#ff5400;" 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 += '<td></td></tr></table></TD></TR></TABLE>'
}

if (google_ads[0].bidtype == "CPC")
{
google_adnum = google_adnum + google_ads.length;
}
document.write(s);
return;
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '5344964741';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = google_adnum; /* insert this snippet for each ad call */

