google_ad_client = 'ca-nifty_js';
google_ad_output = 'js';
google_language = 'ja';
google_encoding = 'utf8';
google_safe = 'high';
google_ad_channel ='topicit';
google_max_num_ads = '3';

function google_ad_request_done(google_ads) {
    var i;
    if (google_ads.length > 0) {
	document.write('<div id="GoogleAD">');
	document.write('<div id="GoogleADBase">');
	document.write('<p>Ads by Google</p>');
	document.write('<ul>');
	for (i = 0; i < google_ads.length; i ++) {
	    document.write('<li><a href="'+google_ads[i].url+'">'+google_ads[i].line1+'</a><br />');
            document.write('<span>'+google_ads[i].visible_url+'</span><br />');
	    document.write(google_ads[i].line2+ '&nbsp;' +google_ads[i].line3+'</li>');
	}
	document.write('</ul>');
	document.write('<hr class="Clear" />');
	document.write('</div>');
	document.write('</div>');
    }
}
