if(typeof google_adnum == 'undefined')
{
	var google_adnum = 0;
}

function google_ad_request_done(google_ads) {
	var s,i,t="";
	if (google_ads.length == 0) {
		return;
	}
	if (google_ads[0].type == "flash") {
	} else if (google_ads[0].type == "image") {
	} else {
		if (google_ads.length == 1) {
			t = "solo";
		}else if(google_ads.length > 1){
			t = "group";
		}
		s = '<div class=\"adsense300\"><h4 class=\"adsense_ttl\"><a href=\"' +google_info.feedback_url + '\">Ads by Google</a></h4><ul>';
		for(i = 0; i < google_ads.length; ++i) {
			s += '<li class="adsense_' + t + '">' +
			'<a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="adsense_' + t + '_ttl">' +
			google_ads[i].line1 + '</a><br /><span class="adsense_' + t + '_desc">' +
			google_ads[i].line2 + '&nbsp;' +
			google_ads[i].line3 + '</span><br />' +
			'<a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="adsense_url">' +
			google_ads[i].visible_url + '</a></li>'
			;
		}
		s +=  '</ul></div>';
		if (google_ads[0].bidtype == "CPC") {
			google_adnum = google_adnum + google_ads.length;
		}

	}
	document.write(s);
	return;
}

google_adtest = 'off';
google_ad_client = 'pub-8788262192618726';
google_ad_channel = '2760343542+4431483702';
google_ad_output = 'js';
google_max_num_ads = '3';
google_ad_type = 'text';
google_image_size = '300x250';
google_feedback = 'on';
google_language = 'ja';
google_skip = google_adnum;
