you need to add a counter and widget area in index.php in the loop, so before the loop you say
HTML Code:
$my_counter=1;
in the loop you add
HTML Code:
if counter = 5 {
$my_counter = 0;
new widget code goes here...
}
$my_counter = $my_counter + 1;
then add what you want in the widget area of the theme. With this, the widget area will only show after the 5th post