hi Chris,
I think the problem is from the adsense code you implemented after the code
there is this line:
</script>
<script type="text/javascript" src="show_ads.js">
</script>
which should be:
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>try that out, if it doesn't work maybe someone else can help you with it.