var scripts = [
	// CLASSES
	// all pages
	'class/util.js', 'class/Delegate.js', 'class/Events.js', 'class/TextChanger.js', 'class/Form.js',
	// jquery
	'jquery/jquery_latest.js', 'jquery/custom.js', 'jquery/scrollable/scrollable.js',
	// swfobject
	'class/swfobject.js',
	// lightbox
	// 'class/prototype_1.4.0.js', 'class/lightbox.js',
	// debug
	'class/Debug.js', 'class/Keyboard.js', 'class/StringPrototype.js',
	// specific for the page
	
	// CUSTOM
	// all pages
	'custom/allPages.js', 'custom/navigation.js', 'custom/textChange.js', 'custom/imagePopup.js','custom/checkcookie.js'
	// specific for the page
];

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>');
}
