var scripts = [
	// CLASSES
	// all pages
	'class/util', 'class/Delegate', 'class/Events', 'class/Ajax', 'class/TextChanger', 'class/Form',
	// jquery
	'class/jquery',
	// swfobject
	'class/swfobject',
	// lightbox
	// 'class/prototype_1.4.0', 'class/lightbox',
	// debug
	'class/Debug', 'class/Keyboard', 'class/StringPrototype',
	// specific for the page
	
	// CUSTOM
	// all pages
	'custom/allPages', 'custom/textChange', 'custom/imagePopup'
	// 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]+'.js"></script>');
}
