// JavaScript Document

function google_ad_request_done(google_ads) {

var s = '';
var i;

if (google_ads.length == 0) {
return;

} else if (google_ads.length > 0) {

   s += '<br /><br /><div class="text-basic"><span class="red">■</span><a style="color:#333333;text-decoration:none" href=\"' + google_info.feedback_url + '\" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_info.feedback_url + '\';return true"><b>Ads by Google</b></a></div>'

for(i = 0; i < google_ads.length; ++i) {

s += '<a 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="text-decoration:underline"> <b>' + google_ads[i].line1 + '</b></span></a>　　<a style="color:#FF6600;text-decoration:none" 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><br /><span style="color:#000000">' + google_ads[i].line2 + '' + google_ads[i].line3 + '</span><br />';

}
    }
    document.write(s);
    return;
  }

google_ad_client = 'pub-1277016097303993';
google_ad_channel = '0619944850';
google_ad_output = 'js';
google_max_num_ads = '2';
google_ad_type = 'text';
google_feedback = 'on';
