﻿//This is the main file that we need to call in other to include all javascript files.

function IncludeJavaScript(jsFile) {
    document.write('<script type="text/javascript" src="'+ jsFile + '"></script>');
}

// jQuery files for Modal popup for In District App password.
IncludeJavaScript('/jScripts/jquery.overlay-1.0.1.min.js');
IncludeJavaScript('/jScripts/jquery.expose-1.0.0.min.js');

IncludeJavaScript('/jScripts/includes/jTip/jtip.js');
IncludeJavaScript('/jScripts/includes/jquery.corner.js');

// global jQuery functions..this one has to load after all the other libraries.
IncludeJavaScript('/jScripts/global.js');

