google_ad_client = 'pub-3152670624293746';
google_ad_output = 'js';
google_ad_type = 'text';
google_feedback = 'on';
google_language = 'en';
google_encoding = 'utf8';
google_max_num_ads = '2';
function google_ad_request_done(google_ads) {
    var s = '';
    var i;
    if (google_ads.length == 0) {
        return;
    } else if (google_ads.length == 1) {
        s += '<h5><a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].line1 + '</a></h5><p>' + google_ads[0].line2 + ' ' + google_ads[0].line3 + ' <a 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 + '</a></p>';
        if (google_adnum == 0) s += "<br>";
    } else if (google_ads.length > 1 && google_adnum >= 0) {
        for (i = 0; i < google_ads.length; ++i) {
            s += '<h6><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true">' + google_ads[i].line1 + '</a></h6><p>' + google_ads[i].line2 + ' ' + google_ads[i].line3 + ' <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></p>';
        }
    } 
    s = '<small><a href="' + google_info.feedback_url + '">Ads by Google</a></small>' + s;
    if (google_adnum > 0) {
        s = '<div class="ga_border">' + s + '</div>'
    }
    if (google_ads[0].bidtype == "CPC") {
        google_adnum = google_adnum + google_ads.length;
    }
    document.write(s);
    return;
}
