/*----------------------------------------------------------
    Landing Page JS
----------------------------------------------------------*/

$(function () {
    setActiveNav('home');

//    var hasFlash = false;
//    try {
//        var fo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');
//        if (fo) hasFlash = true;
//    } catch (e) {
//        if (navigator.mimeTypes["application/x-shockwave-flash"] != undefined) hasFlash = true;
//    }
//    if (hasFlash) {
//        $('#homeFlash').flash({
//            src: '/Content/flash/home/Home-Still.swf',
//            width: 678,
//            height: 493,
//            wmode: 'transparent',
//            flashvars: { configFilePath: '/Content/flash/home/config.xml' }
//        },
//        { expressInstall: true });
//    } else {
//        var homeFlash = $('#homeFlash');
//        homeFlash.append('<img src="/Content/images/mobile/home.png" usemap="homeMap" alt="" border="0" width="678" height="493" />');
//        homeFlash.append('<map name="homeMap">' +
//            '<area shape="poly" coords="404,140,432,142,453,160,453,198,431,222,400,220,379,205,372,185,376,160,386,147," href="/hospital" alt="Hospital Practice" title="Hospital Practice"   />' +
//            '<area shape="poly" coords="495,362,519,371,537,391,534,423,514,442,486,446,459,431,452,410,452,387,476,367," href="/private-practice" alt="Private Practice" title="Private Practice"   />' +
//            '<area shape="poly" coords="156,362,184,373,197,397,192,426,174,443,147,448,125,436,111,414,114,385,135,361," href="/academic-practice" alt="Academic Practice" title="Academic Practice"   />' +
//            '</map>');
//    }
});

