function include(script_filename) {
    document.write('<' + 'script');
    document.write(' language="javascript"');
    document.write(' type="text/javascript"');
    document.write(' src="' + script_filename + '?version=1">');
    document.write('</' + 'script' + '>');
}
include(theDomain + 'framework-II/js/jquery.js');
include(theDomain + 'framework-II/js/lib.js');
include(theDomain + 'framework-II/js/overlib/overlib.js');
include(theDomain + 'framework-II/js/mrnosey.register.js');
include(theDomain + 'framework-II/js/mrnosey.administratie.js');
