var google_ad_request_done = function(google_ads) {
    var i;
    if (google_ads.length > 0) {
        document.write('<p class="adttl"><a href="' + google_info.feedback_url + '" target="_blank" style="text-decoration: none;">Ads by Google</a></p>');
        document.write('<ul class="ad">');
        for (i = 0; i < google_ads.length; i ++) {
            document.write('<li>');
            document.write('<a class=mng_links href="' + google_ads[i].url + '" target="_blank">' + google_ads[i].line1 + '</a>');
            document.write('<span>' + google_ads[i].line2 + '&nbsp;'+google_ads[i].line3+'</span>');
            document.write('</li>');
        }
        document.write('</ul>');
    }
};

google_ad_client = 'pub-0864797091494930';
google_ad_output = 'js';
google_max_num_ads = 3;
google_encoding = 'euc-jp';
google_language = 'ja';
google_safe = 'high';
google_feedback = 'on';

document.write('<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');


