I figured out that you need to change ALL the info NOT JUST the pub id.!!
All you really need to do is add this to the top of your google adsense code
<td class="alt1" align="center">
And this to the bottom of your google adsense code
</td>
Code:
<td class="alt1" align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-ENTER YOUR PUB ID";
/* 160x600, created 1/11/09 */
google_ad_slot = "6474527655";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>