<!-- footer -->
<div class="im-footer">
<div class="im-lowerWidgets">
<div class="lowerWidget">
<div class="widgetFrame"><?php
$custom_fields = get_post_custom();
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) { include "widgetLeft.php"; }?></div>
</div>
<div class="lowerWidget">
<div class="widgetFrame"><?php
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) { include "widgetCenter.php"; }?></div>
</div>
<div class="lowerWidget">
<div class="widgetFrame"><?php
if(!(is_page_template('squeezepage.php') and !$custom_fields['_mcf_squeezeheader-on'][0]) && !is_page_template('squeezepage2.php') and !(is_page_template('salespage.php') and !$custom_fields['_mcf_salesheader-on'][0]) and !(is_page_template('fullpage.php') and !$custom_fields['_mcf_fullpagehead'][0])) {include "widgetRight.php"; } ?>
</div>
</div>
</div>
<div class="footerContent">
<!-- You can insert text or html here to appear below bottom widget -->
</div>
</div>
<!-- /footer -->