var referer;var jsPath='js';var scripts = [ // CLASSES // all pages 'class/util', 'class/Delegate', 'class/xmlUtil', 'class/Ajax', 'class/Events', 'class/FlashObject', // specific for the page // DEBUG 'class/Debug', 'class/StringPrototype', 'class/Keyboard', // CUSTOM // all pages 'custom/jsAllPages', // specific for the page 'custom/poll', 'custom/popups', 'custom/voting' ]; if(!jsPath && !jsPath.length) jsPath = ''; if (!this.base) this.base = ''; for (var i = 0, len = scripts.length; i < len; i++) { document.write(''); }