function google_ad_request_done(google_ads) {
  var s = '';
  var i;
  for(i = 0; i < google_ads.length; ++i) {
    if(google_ads[i].visible_url.length > 23){
      var str = google_ads[i].visible_url;
      var t = str.substr(0,22)+'...';
    }else{
      var t = google_ads[i].visible_url;
    }
    s += '<br /><a style="text-decoration: none;" href="' + 
    google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'' +
    google_ads[i].visible_url + '\';return true"> <span style="text-decoration:underline"> <b>' + 
    google_ads[i].line1 + '</b><br></span></a> <span style="color:#535353">' +
    google_ads[i].line2 + ' ' +
    google_ads[i].line3 + '</span><br /><span><a style="color:#217E53;text-decoration:none" href="' + 
    google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'' +
    google_ads[i].visible_url + '\';return true">'+t+'</span></a><br />';
  }

  document.write(s);
  return;
}
google_ad_client = 'pub-3562193331802174';
google_ad_channel = '0612804695';
google_ad_output = 'js';
google_max_num_ads = '5';
google_ad_type = 'text_html';
google_feedback = 'on';
