<?php if (Config::get('app.new_ads')): ?>

    <div id="almost_square_ad" class="ad">
        <!-- BEGIN JS TAG - OSAA Placement 300x250 < - DO NOT MODIFY -->
        <script src="http://ib.adnxs.com/ttj?id=5428087&size=[WIDTHxHEIGHT]&cb=[CACHEBUSTER]&pubclick=[INSERT_CLICK_TAG]" type="text/javascript"></script>
        <!-- END TAG -->
    </div>

<?php else: ?>

    <!-- <div id="square_ad" class="ad"> -->
    <div id="almost_square_ad" class="ad">
        <?php echo AdsController::getAd('300x250'); ?>
    </div>                                     

<?php endif; ?>