var LoadingJScript = {
	files: 'jkmegamenu,ui.core,ui.tabs,jquery.galleryview-1.1,jquery.timers-1.1.2,jquery.hoverIntent.minified,jquery.history,jquery.galleriffic,jquery.opacityrollover,jquery.validate',
	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(); 



