try this, it should display th ad on a category page, a tab pag and the home page but only the first of the home pages.
HTML Code:
<?php if (is_category() or is_tag() or (is_front_page() and (!is_paged())) { echo '<script type="text/javascript"><!--
google_ad_client = "pub-4544333633484176";
/* 728x90, created 6/20/10 */
google_ad_slot = "8303439851";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>'; } ?>