function pib_plugin_news()
{
    ?>

    <div class="postbox">
        <?php 
    pib_handlediv();
    ?>
        <h3 class="hndle pib-hndle"><?php 
    _e('Pinterest Plugin News', 'pib');
    ?>
</h3>
        
        <div class="inside">
            <?php 
    pib_rss_news();
    ?>
        </div>
    </div>
    
    <?php 
}
function pib_settings_sidebar_lite()
{
    ?>

    <div class="postbox">
        <?php 
    pib_handlediv();
    ?>
        <h3 class="hndle pib-hndle"><?php 
    _e('Spread the Word', 'pib');
    ?>
</h3>
        
        <div class="inside">
            <p><?php 
    _e('Like this plugin? A share would be awesome!', 'pib');
    ?>
</p>
            
            <table id="share_plugin_buttons">
                <tr>
                    <td><?php 
    echo pib_share_twitter();
    ?>
</td>
                    <td><?php 
    echo pib_share_pinterest();
    ?>
</td>
                </tr>
                <tr>
                    <td><?php 
    echo pib_share_facebook();
    ?>
</td>
                    <td><?php 
    echo pib_share_gplus();
    ?>
</td>
                </tr>
            </table>
            
            <p>
                &raquo; <a href="http://wordpress.org/extend/plugins/pinterest-pin-it-button/" target="_blank" class="external">
                    <?php 
    _e('Rate it on WordPress', 'pib');
    ?>
</a>
            </p>
        </div>
    </div>

    <div class="postbox">
        <?php 
    pib_handlediv();
    ?>
        <h3 class="hndle pib-hndle"><?php 
    _e('Plugin Support', 'tpp');
    ?>
</h3>
        
        <div class="inside">
            <p>
                &raquo; <a href="http://pinterestplugin.com/support<?php 
    echo pib_campaign_url('sidebar_link', 'support_pib_lite');
    ?>
" target="_blank" class="external">
                <?php 
    _e('Support & Knowledge Base', 'pib');
    ?>
</a>
            </p>
            <p>
                <?php 
    _e('Priority support provided to licensed users only.', 'pib');
    ?>
            </p>
        </div>
    </div>
    
    <div class="postbox">
        <?php 
    pib_handlediv();
    ?>
        <h3 class="hndle pib-hndle"><?php 
    _e('More Pinterest Plugins', 'pib');
    ?>
</h3>
        
        <div class="inside">
            <ul>
                <li>&raquo; <a href="<?php 
    echo PIB_UPGRADE_URL_BASE . pib_campaign_url('sidebar_link', 'pro_upgrade');
    ?>
" target="_blank" class="external">"Pin It" Button Pro</a></li>
                <li>&raquo; <a href="http://pinterestplugin.com/top-pinned-posts/<?php 
    echo pib_campaign_url('sidebar_link', 'top_pinned_posts');
    ?>
" target="_blank" class="external">Top Pinned Posts</a></li>
                <li>&raquo; <a href="http://pinterestplugin.com/follow-button<?php 
    echo pib_campaign_url('sidebar_link', 'follow_button');
    ?>
" target="_blank" class="external">"Follow" Button</a></li>
                <li>&raquo; <a href="http://pinterestplugin.com/pinterest-block<?php 
    echo pib_campaign_url('sidebar_link', 'pinterest_block');
    ?>
" target="_blank" class="external">Pinterest Block</a></li>
            </ul>
        </div>
    </div>

    <?php 
    pib_newsletter_subscribe();
    ?>

    <?php 
    pib_plugin_news();
    ?>
    

    <?php 
}