function google_ad_request_done(google_ads) {
    var i;
    if (google_ads.length > 0) {
	document.write('<div class="btmAds">');
	for (i = 0; i < google_ads.length && i < 2; i ++) {
	    document.write('<div class="btmAd">');
	    document.write('<span class="ttl"><a href="'+google_ads[i].url+'" target="_blank">'+google_ads[i].line1+'</a></span><br />');
	    document.write('<a href="'+google_ads[i].url+'" target="_blank" style="text-decoration:none;color:black;"><span class="urlTxt">http://'+google_ads[i].visible_url+'</span><br />');

	    var dictxt = google_ads[i].line2+'&nbsp;'+google_ads[i].line3 + '</a>';
	    document.write(dictxt);
	    document.write('</div>');
	}
	document.write('<br clear="all">');
	document.write('<h3><img src="http://timeline.nifty.com/images/ads_ttl.gif" alt="Ads by Google" width="105" height="17" /></h3>');
	document.write('</div>');
    }
}

google_ad_client = 'ca-nifty_js';
google_ad_output = 'js';
google_max_num_ads = '5';
google_language='ja';
google_encoding='UTF-8';
google_safe='high';
google_ad_channel='timeline';

google_contents= document.title;

