// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006 www.cryer.co.uk

function IncludeJavaScript(jsFile) {
  document.write('<script type="text/javascript" src="' + jsFile + '"></script>'); 
}

IncludeJavaScript('Scripts/AC_RunActiveContent.js');
IncludeJavaScript('Scripts/new_menu_system.js');
IncludeJavaScript('Scripts/behaviour.js');
IncludeJavaScript('Scripts/ruleset.js');
