private static string[] GetJsPracticeProfiles()
 {
     var jsFiles = new[]
     {
         "vendor/chosen/chosen.jquery.js",
         "PageMetadata.js", "PagePopulation.js", "PagePracticeSpineChart.js",
         "PageScatter.js", "PagePracticeBarChart.js", "PagePracticeTrends.js",
         "PagePracticeSearch.js", "PageCluster.js", "SitePracticeProfiles.js"
     };
     return jsFiles;
 }
 private static string[] GetJsLongerLives()
 {
     var jsFiles = new[]
     {
         "vendor/jquery-legacy/jquery.min.js",
         "mortality-jquery-ui-1.10.3.custom.min.js",
         "vendor/modernizr/modernizr.js",
         "longer-lives-min.js",
         "vendor/underscore/underscore-min.js",
         "vendor/hogan.js/hogan.min.js",
         "common.js",
         "fingertips.js",
         "LongerLives/SiteBaseLongerLives.js"
     };
     return jsFiles;
 }
 private static string[] GetCssFingertips()
 {
     var cssFiles = new[]
     {
         "common.css",
         "fingertips.css",
         "jquery-ui-1.10.1.css",
         "core-allpages.css",
         "chosen/chosen.min.css"
     };
     return cssFiles;
 }
 private static string[] GetCssLongerLives()
 {
     var cssFiles = new[]
     {
         "longer-lives-normalize.css",
         "longer-lives-main.css",
         "longer-lives-map.css",
         "jquery-ui-1.10.1.css"
     };
     return cssFiles;
 }
 private static string[] GetJsFingertipsMaps()
 {
     // new version of esri-leaflet.js can be downloaded from http://esri.github.io/esri-leaflet/download
     var jsFiles = new[]
     {
         "vendor/leaflet/leaflet.js",
         "vendor/esri-leaflet-v1.0.0-rc.2/esri-leaflet.js",
         "PageMap.js"
     };
     return jsFiles;
 }
 private static string[] GetJsFingertipsJsFile()
 {
     var jsFiles = new[]
     {
         "fingertips.js"
     };
     return jsFiles;
 }
 private static string[] GetJsFingertips()
 {
     var jsFiles = new[]
     {
         "vendor/jquery-legacy/jquery.min.js",
         "vendor/chosen/chosen.jquery.js",
         "mortality-jquery-ui-1.10.3.custom.min.js",
         "vendor/highcharts/highcharts.js",
         "vendor/highcharts/highcharts-more.js",
         "vendor/highcharts/exporting.js",
         "vendor/underscore/underscore-min.js",
         "vendor/hogan.js/hogan.min.js",
         "common.js",
         "tooltip.js",
         "TooltipRecentTrends.js",
         "spineChart.js",
         "vendor/jquery.floatThead/jquery.floatThead.min.js",
         "vendor/js-cookie/js.cookie.js"
     };
     return jsFiles;
 }