// RN_NIS.JS

// This section allows for any js changes universally required in the head section of all content pages.

// This variable will only be detected if external js files are supported.
// All future code sections on the calling page must first check if this variable exists.
//
// For example:
//
// if ((window.rn_ext_js_support)&&(rn_ext_js_support))
//   {
//     ...
//   };
  
var rn_ext_js_support = true;



// CURRENTLY DISABLED FOR TESTING
//rn_ext_js_support = false;




// This error trapping variable has already been declared and set in the calling page.
// You can globally temporarily change it here to false for web site testing, if necessary.
//
// ErrorTrappingOn = false; // ONLY activate this line (and set it to false) while testing.



