?>
">
						</a>
					</div>
					<div class="col-md-4 col-md-offset-1">
						<span class="acs"><?php 
echo __('Assessoria de<br> Comunicação Social', 'saudecomciencia');
?>
</span>
					</div>
					<div class="col-md-2">
						<a href="http://medicina.ufmg.br"><img class="medicina img-responsive pull-right" src="<?php 
get_static_image('logo-medicina.png');
?>
"></a>
					</div>
					<div class="col-md-2 pull-right">
						<a href="http://www.ufmg.br"><img class="img-responsive" src="<?php 
get_static_image('logo-ufmg.png');
?>
"></a>
					</div>
				</div>
			</div>
		</header>
		
		<?php 
get_template_part('menu');
?>
		
		<div id="load-container" class="container">
function get_podcast_image()
{
    if (has_post_thumbnail()) {
        ?>
		<img class="img-responsive" src="<?php 
        echo wp_get_attachment_url(get_post_thumbnail_id());
        ?>
" alt="<?php 
        the_title();
        ?>
">
	<?php 
    } else {
        ?>
		<img class="img-responsive" src="<?php 
        get_static_image('programa1.png');
        ?>
" alt="<?php 
        the_title();
        ?>
">
	<?php 
    }
}
        ?>
">
									<div class="podcast-view featured">
										<?php 
        $scc_options = get_option('theme_scc_options');
        if ($scc_options['logo']) {
            ?>
											<img class="img-responsive" style="width: 698px; max-height: 233px" src="<?php 
            echo esc_url($scc_options['logo']);
            ?>
" />
										<?php 
        } else {
            ?>
											<img class="img-responsive" src="<?php 
            get_static_image('destaque.png');
            ?>
" alt="<?php 
            the_title();
            ?>
">
										<?php 
        }
        ?>
										<span class="glyphicon glyphicon-volume-up" aria-hidden="true"></span>
										<span class="title"><?php 
        the_title();
        ?>
</span>
									</div>
								</a>