Hey-- I'm new to this stuff, and I need to insert a custom island to my forums with Google AdSense. I've created a Custom Island (I used Island 3), changed the title to "Site Sponsor", and inserted this text into the box:


/* BODY HERE */

$body = <<<EOF

<script type="text/javascript"><!--
google_ad_client = "pub-0599284166073617";
/* Forum Right */
google_ad_slot = "5971298024";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

EOF;


The ads aren't appearing, and the island title still says "Portal Box 3"

What am I doing wrong? Should there be some php code in there? Truthfully, I"m not even sure what it would be. I'm a total noob.