// **** 広告表示フラグ ****
flg_disp = 1;


// **** Google AdSense 300x250 ****
// <script type="text/javascript" src="/com/gas-300x250.js"></script>
google_ad_client    = "pub-6266005808921879";
google_color_border = "CCCCCC";
google_color_bg     = "FFFFFF";
google_color_link   = "0000FF";
google_color_url    = "0066FF";
google_color_text   = "333333";



// **** 設定調整 ****
if ( location.pathname == '/anime/' || location.pathname == '/anime2/') {
	google_ad_channel = "4933524654";	// gif.animegif.net-728x90-anime
	google_ad_width   = 728;
	google_ad_height  = 90;
	google_ad_format  = "728x90_as";
	google_color_border = "bf9960";
	google_color_bg     = "fff5e6";
} else if ( location.pathname == '/gamc/' ) {
	google_ad_channel = "0150917903";	// gif.animegif.net-300x250-gamc
	google_ad_width  = 300;
	google_ad_height = 250;
	google_ad_format = "300x250_as";
} else if ( location.pathname == '/gamc2/' ) {
	google_ad_channel = "6568874548";	// gif.animegif.net-300x250-gamc2
	google_ad_width  = 300;
	google_ad_height = 250;
	google_ad_format = "300x250_as";
} else if ( location.pathname == '/icon/' ) {
	google_ad_channel = "5637108463";	// gif.animegif.net-300x250-gamc2
	google_ad_width  = 300;
	google_ad_height = 250;
	google_ad_format = "300x250_as";
} else if ( location.pathname == '/javascript/mailto/' ) {
	google_ad_channel = "9173042036";	// gif.animegif.net-300x250-js
	google_ad_width   = 728;
	google_ad_height  = 90;
	google_ad_format  = "728x90_as";
	google_color_border = "bf9960";
	google_color_bg     = "fff5e6";
} else {
	//google_ad_channel   = "0150917903";	// gif.animegif.net-300x250-gamc
	//google_ad_width  = 300;
	//google_ad_height = 250;
	//google_ad_format = "300x250_as";
	flg_disp = 0;
}


// **** 広告表示 ****
//if ( flg_disp == 1 ) {
//	google_alternate_ad_url = "http://xml.bidders.co.jp/bep/xml?tf=xml_lite3&user_id=0OkjOZJ0b_ueesJ3gdl2Sf_--&link_id=700369&at=FP&sort=end,A&enc=Shift_JIS&keyword=%83L%83%8c%83C&xsl=http://xsl.bws-shop.info/ads"+google_ad_width+"x"+google_ad_height+".xsl&ads_border="+google_color_border+"&ads_bg="+google_color_bg+"&ads_text="+google_color_text+"&ads_link="+google_color_link+"&ads_pwd=000000";
//	document.write('<scr' + 'ipt type="text\/javascript" src="http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js"><\/scr' + 'ipt>');
//}

//document.write('<div class="adsense ads' + google_ad_width + 'x' + google_ad_height + '">');
if (!location.hostname || location.hostname.match(/^(127|l|gif3)/)) {
	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>');
