// ほんわかブログTOP

// **** Google AdSense 468x60 ****
// <script type="text/javascript" src="/com/ads-468x60.js"></script>
google_language     = "ja";
google_ad_client    = "pub-6266005808921879";
google_ad_channel   = "2362947629";    // www.animegif.net-1-468x60x2
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     = 468;
google_ad_height    = 60;
google_ad_format    = "468x60_as";
google_ad_type      = "text_image";

// Code
document.write('<div class="adsense ads' + google_ad_width + 'x' + google_ad_height + '">');
document.write('<div>スポンサード リンク</div>');
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>');
