var LoadingJScript = {
	files: 'jquery.jcarousel.pack,jScrollPane,jquery.mousewheel,Lightbox,swfobject,jquery.easing.1.3,jquery.coda-slider-2.0',
	path: '/Sty/JScript/',
	Load: function(){
		var fNames = this.files.split(',');
		jQuery.each(fNames, function(){
			document.write('<script src="'+LoadingJScript.path+'/'+this+'.js" type="text/javascript"></script>');
		});
	}
};
LoadingJScript.Load(); 