The code still isn't in the right spot, see below (same as before) and that will fix it, I promise.
I've even saved a copy of your index page and moved the code and it works the same as the site I run my ad on.
CORRECT
Code:
</form>
</div>
</div>
<img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />
GOOGLE CODE HERE <-correct placement
<div class="block_left">
<!-- header end -->
NOT CORRECT (and this is how you currently have it)
Code:
</form>
</div>
</div>
<img src="<%$tpl_base%>/images/spacer.gif" width="1" height="4" alt="" /><br />
<div class="block_left">
<!-- header end -->
GOOGLE CODE HERE <- NOT correct placement
And if you really can't get it, PM me a login and I'll change it for you.