in main.php its :
<!-- Extra Premiums Block -->
<div class="home-container hc-premiums">
<div class="inner">
<div id="latest" class="white prem">
<h2 class="home">
<?php _e('Premium listings', 'veronika'); ?>
</h2>
<div class="block">
<div class="wrap">
<?php $c = 1; ?>
<?php while( osc_has_premiums() ) { ?>
<?php veronika_draw_item($c, 'gallery', true); ?>
<?php $c++; ?>
<?php } ?>
</div>
</div>
<?php //View::newInstance()->_erase('items') ; ?>
</div>
</div>
</div>
<?php } ?>
and i need add in Extra Premiums Block or <!-- Latest Listings Block --> this 2 spann