<!--

// Import all of the files needed to run our programs slider
// Script file path:
var scriptPath = "http:\/\/framework.communitycollege.org\/js\/";
var strFile;
var scripts = new Array();
scripts = ["allPageScripts.js", "program_slider.js", "hdys_program_descriptions.js"];

for(var x=0; x < scripts.length; x++)
{
   // Format filename
   strFile = scriptPath + scripts[x];
   document.write(
   '<script type="text/javascript" src="' + strFile + '"><\/script>');
}
// -->
