function showResourceCentreContent()
{
    ?>
<h3><?php 
    _e('The Value Dialogue', 'bridgehouse');
    ?>
</h3>
	<div id="investor-knowledge-left">
 		<!--<img src="/wp-content/themes/bridgehouse/images/investor-knowledge-quiz-lrg.jpg" alt="Investor Knowledge Quiz" width="585" height="295">-->
 		<img src="/wp-content/themes/bridgehouse/images/Value-Dialogue-Logo<?php 
    if ($_SESSION['Lang'] == 'fr') {
        echo '-fr';
    }
    ?>
.png" alt="<?php 
    _e('Bridgehouse Value Dialogue', 'bridgehouse');
    ?>
" width="299" height="194">
    </div>
 	<div id="investor-knowledge-right">
 		<p><?php 
    _e('An investor who works with an advisor accumulates 2.7 times more wealth than an individual who invests without advice (Source: IFIC Value of Advice 2012). So, Financial advisors clearly bring a lot of value to investors. But their roles and expertise can sometimes be an enigma. The Value Dialogue with Nick Murray is a four-part video series designed to help investors learn the role of advisors, and how beneficial working with an advisor can be in building long term wealth.', 'bridgehouse');
    ?>
</p>
 		<a class="bh_button" href="<?php 
    _e('http://bridgehousecanada.com/thevaluedialogue/', 'bridgehouse');
    ?>
" target="_blank"><?php 
    _e('Learn More', 'bridgehouse');
    ?>
</a>
 		<!--
        <div id="the-bridge-logo">
 			<a href="#" id="investor-knowledge" rel="address:/the-bridge" onclick="ShowRCPage('InvestorKnowledge', '<?php 
    echo $_SESSION['Lang'];
    ?>
');"><img src="/wp-content/themes/bridgehouse/images/the-bridge-icon.jpg" alt="The Bridge: Advancing Investor Knowledge" width="171" height="88"></a>
 		</div>
        -->
 	</div>
 	<div id="recently-added-popular-wrapper">	
 		<?php 
    RecentlyAdded(__('RECENTLY ADDED', 'bridgehouse'), 'Date', 4, 0);
    RecentlyAdded(__('MOST POPULAR', 'bridgehouse'), 'Popularity', 4, 1);
    ?>
	</div>
<?php 
}
function showResourceCentreContent()
{
    if ($_SESSION['CurrentUser'] != 0) {
        $taxonomySlugOV = 'kc-overview';
        if ($_SESSION['Lang'] == 'fr') {
            $taxonomySlugOV = 'kc-overview-fr';
        }
    } else {
        $taxonomySlugOV = 'kc-overview-logged-out';
        if ($_SESSION['Lang'] == 'fr') {
            $taxonomySlugOV = 'kc-overview-logged-out-fr';
        }
    }
    $ov_args = array('posts_per_page' => 1, 'offset' => 0, 'tax_query' => array(array('taxonomy' => 'the-bridge-formats', 'terms' => $taxonomySlugOV, 'field' => 'slug')), 'orderby' => 'post_date', 'order' => 'DESC', 'post_type' => 'the_bridge', 'post_status' => 'publish', 'suppress_filters' => true);
    $ov_posts_array = get_posts($ov_args);
    ?>
            <h3><?php 
    echo $ov_posts_array[0]->post_title;
    ?>
</h3>
            <div id="investor-knowledge-left">
                <?php 
    echo get_the_post_thumbnail($ov_posts_array[0]->ID, 'full');
    ?>
            </div>
            <div id="investor-knowledge-right">
                <?php 
    echo $ov_posts_array[0]->post_content;
    ?>
            </div>
 	<div id="recently-added-popular-wrapper">	
 		<?php 
    RecentlyAdded(__('RECENTLY ADDED', 'bridgehouse'), 'Date', 4, 0);
    RecentlyAdded(__('MOST POPULAR', 'bridgehouse'), 'Popularity', 4, 1);
    ?>
	</div>
<?php 
}
function showResourceCentreContent()
{
    ?>
<h3><?php 
    _e('The Value Dialogue', 'bridgehouse');
    ?>
</h3>
	<div id="investor-knowledge-left">
 		<!--<img src="/wp-content/themes/bridgehouse/images/investor-knowledge-quiz-lrg.jpg" alt="Investor Knowledge Quiz" width="585" height="295">-->
 		<img src="/wp-content/themes/bridgehouse/images/Value-Dialogue-Logo<?php 
    if ($_SESSION['Lang'] == 'fr') {
        echo '-fr';
    }
    ?>
.png" alt="<?php 
    _e('Bridgehouse Value Dialogue', 'bridgehouse');
    ?>
" width="299" height="194">
    </div>
 	<div id="investor-knowledge-right">
 		<p><?php 
    _e('Do your clients know how much work you do on their behalf? Share with your clients your unique value proposition—the services you provide that position your clients’ portfolios for a healthy financial future.', 'bridgehouse');
    ?>
</p>
 		<a class="bh_button" href="<?php 
    _e('http://bridgehousecanada.com/thevaluedialogue/', 'bridgehouse');
    ?>
" target="_blank"><?php 
    _e('Learn More', 'bridgehouse');
    ?>
</a>
 		<!--
        <div id="the-bridge-logo">
 			<a href="#" id="investor-knowledge" rel="address:/the-bridge" onclick="ShowRCPage('InvestorKnowledge', '<?php 
    echo $_SESSION['Lang'];
    ?>
');"><img src="/wp-content/themes/bridgehouse/images/the-bridge-icon.jpg" alt="The Bridge: Advancing Investor Knowledge" width="171" height="88"></a>
 		</div>
        -->
 	</div>
 	<div id="recently-added-popular-wrapper">	
 		<?php 
    RecentlyAdded(__('RECENTLY ADDED', 'bridgehouse'), 'Date', 4, 0);
    RecentlyAdded(__('MOST POPULAR', 'bridgehouse'), 'Popularity', 4, 1);
    ?>
	</div>
<?php 
}