$(document).ready(function() {
    var flashvars = {
            xmlPath: '/xml/wellhome.xml',
            gaid: GA_ID //set in the html head
            // comma removed from above line since below is commented out
            //cssPath: '/css/MASAssessment.css',
            //fontPath: '/swf/MASFonts2.swf'
        };
    var params = {};
    var attributes = {};
    swfobject.embedSWF("/swf/WellHomeHero.swf", "home-hero-flash", "727", "400", "9.0.115","/swf/expressInstall.swf", flashvars, params, attributes);
    swfobject.embedSWF("/swf/WellHomeVideo.swf", "fancybox-inner", "727", "400", "9.0.115","/swf/expressInstall.swf", flashvars, params, attributes);
});
