var scripts = [
	// CLASSES
	// all pages
	'class/util.js', 'class/Delegate.js', 'class/Events.js', 'class/swfobject.js', 'class/TextChanger.js', 'class/jquery.js', 'class/Form.js',
	// specific for the page
	// DEBUG
	'class/Debug.js', 'class/Keyboard.js', 'class/StringPrototype.js',
	// CUSTOM
	// all pages
	'custom/allPages.js', 'custom/navigation.js',
	// specific for the page
	'custom/contact.js'
];

if (!this.base) this.base = '';
if (!this.jsPath) this.jsPath = 'js/';

for (var i = 0, len = scripts.length; i < len; i++) {
	document.write('<script type="text/javascript" language="javascript" src="'+base+jsPath+scripts[i]+'"></script>');
}
