
var Imports = {
    dir: 'setting/js/',
    libs: [
    	//
       'default.js',    	
    
    	// slider
       'slider/prototype.js',
       'slider/scriptaculous.js?load=slider',
       'slider/slider_setting.js',
	   
        // jquery
       'jquery/jquery-1.3.2.min.js',
       'jquery/ui/ui.core.js',
       'jquery/ui/ui.tabs.js',
       'jquery/ui/ui.dialog.js',
       'jquery/ui/ui.datepicker.js',
//       'jquery/ui/ui.dropslide.js',
       
       'jquery/jquery.blockUI.js',
       'jquery/jquery.form.js',
       'jquery/jquery.cookie.js',
       'jquery/jquery.qtip-1.0.0-rc3.min.js',
       'jquery/jquery.scrollTo.js',
       'jquery/jquery.highlight-3.yui.js',
       
       'jquery.fancybox/jquery.easing.1.3.js',
       'jquery.fancybox/jquery.fancybox-1.2.6.pack.js',
	    
       'osx/js/jquery.simplemodal.js',
       'osx/js/osx.js',
       
       'jquery/timeentry/jquery.timeentry.min.js',
       'jquery/ui/ui.timepickr.js',
	   
       'loopedslider.js',
	   'countdown/jquery.countdownTimer.js',
       'jquery/collect.js',
       'jqtransformplugin/jquery.jqtransform.min.js',
       'matching_check/jquery.checkbox.js',
       'sorter/jquery.tablesorter.js',
       'sorter/addons/pager/jquery.tablesorter.pager.js',
       'footerFixed.js',
       'si.files.js',
       'setting.js',
		//
       'facebookAPI.js',
	   
		//
		/*
       'API/Google.js',
       'API/GoogleLoaderClientLocation.js',
       'API/GoogleMapsGeocoder.js',
       'API/GoogleMaps.js',
       'googleAPI/googleMaps.js',
       'googleAPI/googleAPI.js',
       */

       'flash/swfobject.js',
	   
       'functions.js'
	   
	]
}


Import.items(Imports.libs, Imports.dir);
