function CmlBannerClick(targetVal) {
    if (targetVal == 'OurServices-Healthcare')
        window.location = '/prev/OurServices/Healthcare.aspx';
    else if (targetVal == 'OurServices-Prevention')
        window.location = '/prev/OurServices/Prevention.aspx';
    else if (targetVal == 'OurServices-Dental')
        window.location = '/prev/OurServices/Dental.aspx';
    else if (targetVal == 'OurServices-Savings')
        window.location = '/prev/OurServices/Savings.aspx';
    else if (targetVal == 'OurServices-TravelAssistance')
        window.location = '/prev/OurServices/TravelAssistance.aspx';
    else if (targetVal == 'OurServices-DeathCompensation')
        window.location = '/prev/OurServices/DeathCompensation.aspx';
    else if (targetVal == 'OurServices-LegalAssistance')
        window.location = '/prev/OurServices/LegalAssistance.aspx';
    else if (targetVal == 'Slideshow-DentDure')
        ShowDentDure();
    else if (targetVal == 'Slideshow-Prevention')
        ShowPrevention();
    else if (targetVal == 'Slideshow-BienEtre')
        ShowBienEtre();
    else if (targetVal == 'Slideshow-FreeQuotation') {
    }
    else if (targetVal == 'Friends-Maksloyd')
        window.open('http://www.maksloyd.com');
    else if (targetVal == 'Friends-Separator') {
    }
    else if (targetVal == 'Announcement-BonneHumeur')
        window.location = '/blog/post.aspx?id=2a039edf-c9cc-43e0-896c-09f83d24ca88';
    else
        window.location = targetVal;
}
