var LoadingJScript = {
	files: 'newsTicker,jquery.prettyPhoto,jquery.jcarousel.pack,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(); 
