// カテゴリTOP

// **** Google AdSense 728x90 ****
// <script type="text/javascript" src="/com/ads-728x90.js"></script>
google_language     = "ja";
google_ad_client    = "pub-6266005808921879";
google_ad_channel   = "3653845526";    // www.animegif.net-1-728x90x3
google_color_border = "FFF7E5";
google_color_bg     = "FFF7E5";
google_color_link   = "0000FF";
google_color_url    = "0066FF";
google_color_text   = "333333";
google_alternate_color = "FFF7E5";
google_ad_width     = 728;
google_ad_height    = 90;
google_ad_format    = "728x90_as";
google_ad_type      = "text_image";

// Code
document.write('<div class="adsense ads' + google_ad_width + 'x' + google_ad_height + '">');
if (location.hostname == '' || location.hostname.substr(0, 3) != 'www') {
	document.write('<iframe class="iframe" width="' + google_ad_width + '" height="' + google_ad_height + '" frameborder="0" allowtransparency="false"></iframe>');
} else {
	document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
}
document.write('</div>');

