// **** 広告表示フラグ ****
flg_disp = 1;

// **** Google AdSense 728x90 ****
// <script type="text/javascript" src="/com/gas-728x90.js"></script>
google_ad_client = "pub-6266005808921879";
google_ad_slot = "4706363375";
google_ad_width = 728;
google_ad_height = 90;

document.write('<div class="adsense ads' + google_ad_width + 'x' + google_ad_height + '">');
document.write('<div>広告</div>');
if (!location.hostname || location.hostname.match(/^(127|file|local)/)) {
	document.write('<iframe class="iframe" width="' + google_ad_width + '" height="' + google_ad_height + '" frameborder="0" allowtransparency="false"></iframe>');
} else {
	if (flg_disp == 1) {
		document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
	}
}
document.write('</div>');

