adsenseをすると<script>~</script>内にコメントがあるので起こられる。
そんな場合は、
<script type=”text/javascript” src=”/outfile.js”></script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js“>
</script>
と外部ファイルにして、outfile.jsに
google_ad_client = “●●”;
google_ad_width = xxx;
google_ad_height = xx;
google_ad_format = “xxxxxx_as”;
google_ad_type = “text_image”;
などとする。このときは <!– //->> (?)はいらない。