Google Ads between stories - how ?

Hello,

I want like to put google between every 2 stories in the first 6 stories displayed. I have got a storybox.html in my theme but this is called for each story (I understand).

How can do something like this ?
for each story
if story_id > ( number_of_stories+6)
if story_id % 2
print google ad HTML code

Thanks in advance,

MDE