I'm trying to insert Adsense ads after every 3rd item on my category pages.
I'm using this code, which puts the ad after the 3rd item, but I'd also like to put an ad after the 6th item (or every third item). How would I do that? I tried 3,6 but caused a scary looking parsing error!

Code:
<?php if ( is_category() AND $bfa_ata['postcount'] == 3 ) { ?> Adsense Code Here <?php } ?>
Here is a sample URL:
http://www.livingonadime.com/categor...ocery-savings/
Thanks!
Michael