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

var path = '/global/fixed/shared/scripts/';
include( path + 'jquery.js' );
include( path + 'default.js' );
