var scripts = [

	'jquery/jquery-1.3.2.min.js',
	'jquery/cycle/jquery.cycle.all.2.72.js',
	'jquery/reflection/reflection.js',
	/*'jquery/scrollto/scrollto.js',
	'jquery/jcarousellite/jcarousellite_1.0.1.pack.js',
	'js/jquery/jquery.easing.1.1.js',
	'js/jquery/jquery.mousewheel.min.js',*/
	'jquery/custom.js',
	'swfobject/swfobject.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>');
}

