document.write('</div><div class=\"footer\"><footer id=\"footer-wrapper\">\n\t\t<div id=\"subfooter\">\n\t\t\t\t<div class=\"par parsys\"><div class=\"parsys_column cq-colctrl-lt1\"><div class=\"parsys_column cq-colctrl-lt1-c0\"><div class=\"image parbase section\"><div id=\"cq-image-jsp-https://www.jmp.com/en_us/navigation/footer/subfooter/jcr:content/par/image_7748\" class=\"no-style \"><a href=\"https://www.sas.com\"><img src=\"https://www.jmp.com/en_us/navigation/footer/subfooter/jcr%3acontent/par/image_7748.img.png/1487000478817.png\" alt=\"SAS | The Power to Know\" title=\"SAS | The Power to Know\" class=\"cq-dd-image\" ></a></div></div>\n</div><div class=\"parsys_column cq-colctrl-lt1-c1\"><div class=\"parbase section text\"><ul><li>© SAS Institute Inc. All Rights Reserved</li><li><a\n      href=\"https://www.sas.com/en_us/legal/copyright.html\">Terms of Use</a></li><li><a\n      href=\"https://www.sas.com/en_us/legal/privacy.html\">Privacy Statement</a></li><li><a href=\"https://www.jmp.com/en_us/about/contact.html\">Contact Us</a></li></ul>\n\n\n</div>\n</div></div><div style=\"clear:both\"></div></div>\n</div>\n\t\t</footer>\n\t</div>\n');

(function(){
    var jsLibs = ["https://www.sas.com/etc/clientlibs/legacy/jquery.js","https://www.sas.com/etc/clientlibs/sas/modernizr.js"];
    var inline = ["\n var MTIProjectId='342fc023-4fd6-4e3b-8b21-a503bea1f8e0';\n (function()\n{ var mtiTracking = document.createElement('script'); mtiTracking.type='text/javascript'; mtiTracking.async='true'; mtiTracking.src=('https:'==document.location.protocol?'https:':'http:')+'//fast.fonts.net/t/trackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild( mtiTracking ); } \n)();\n"];
    var libs = jsLibs.concat(inline);
    
    for(var lib in libs){
        var scriptEl = document.createElement("script");
        scriptEl.type='text/javascript';
        //test if the value is a url 
        if(/^((https?:)?\/\/(([A-Za-z0-9-])+\.?){1,3}(:[0-9]{1,})?)(\/?)(.+)$/.test(libs[lib])){
            scriptEl.src = libs[lib];
        }else{
            scriptEl.text = libs[lib];
        }
        document.getElementsByTagName('body')[0].appendChild(scriptEl);
    }
})();