var google_adnum = 14;
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="h1 f bd" style="margin-bottom:5px"><a target="_blank" href=\"' + google_info.feedback_url + '\">Ads by <b class="wh">Google</b></a></div>'
for(i = 0; i < google_ads.length; ++i) {
s += '<DIV style=" padding:1px; margin:4px 0 0 6px;"><a target="_blank"  style="text-decoration:none" href="' +
google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true"> <span style="font-size:14px;color:#408080"> <b>' +
google_ads[i].line1 + '</b><br></span></a> <span style="font-size:11px;">' +
google_ads[i].line2 + '' +
google_ads[i].line3 + '</span><br><span><a target="_blank"  style="color:#6c9fb0;font-size:11px;" 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 + '</span></a></DIV>';
}
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 = '6512943695';
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text';
google_feedback = 'on';
google_skip = google_adnum;
