
//<![CDATA[
checkSponsor=0;
    switch (_area)
    {
    case "MKTG_CH_ITV":
        document.getElementById('sectionSponsor').innerHTML = '<a href="http://www.yume.com/" target="new"><img src="/images/sponsors/sponby_Yume_170.gif" alt="sponsor" border="0"></a>';
        checkSponsor=1;
        break;
    case "SUMMIT_COVG_AGENCY_SPRING":
        if (typeof navCoverage != 'undefined')
        {
            if (navCoverage != null || navCoverage != "")
            {
                if (navCoverage != "breakthrough")
                {
                document.getElementById('sectionSponsor').innerHTML = '<a href="http://www.manta.com/coms2/page_advertise" target="new"><img src="/images/sponsors/spon_Manta-Logo_tag_107.jpg" alt="sponsor" border="0"></a>';
                checkSponsor=1;
                }
            }
        }
        break; 
    case "SUMMIT_COVG_BRAND_SPRING":
        if (typeof navCoverage != 'undefined')
        {
            if (navCoverage != null || navCoverage != "")
            {
                if (navCoverage != "breakthrough")
                {
                document.getElementById('sectionSponsor').innerHTML = '<a href="http://www.sharethrough.com/" target="new"><img src="/images/sponsors/sponby-shareghrough-240x50.png" alt="sponsor" border="0"></a>';
                checkSponsor=1;
                }
            }
        }
        break; 
    case "SUMMIT_COVG_ENTERTAINMENT":
        if (typeof navCoverage != 'undefined')
        {
            if (navCoverage != null || navCoverage != "")
            {
                if (navCoverage != "breakthrough")
                {
                document.getElementById('sectionSponsor').innerHTML = '<a href="http://www.tremorvideo.com/" target="new"><img src="/content/wp/sponby_TremorVideo_170.gif" alt="sponsor" border="0"></a>';
                checkSponsor=1;
                }
            }
        }
        break; 
    case "SUMMIT_COVG_AGENCY_FALL":
        if (typeof navCoverage != 'undefined')
        {
            if (navCoverage != null || navCoverage != "")
            {
                if (navCoverage != "breakthrough")
                {
                document.getElementById('sectionSponsor').innerHTML = '<a href="http://liverail.com/" target="new"><img src="/images/sponsors/sponby-liverail-240x50.png" alt="sponsor" border="0"></a>';
                checkSponsor=1;
                }
            }
        }
        break; 
      default:
        document.getElementById('sectionSponsor').innerHTML = '<a href="" target="new"><img src="http://assets.imediaconnection.com/emails/peopleconnection/spacer.gif" alt="sponsor" border="0"></a>';
    }



