(function(){
	var dirPath = "/common/js/";
	var fileName = [
	"jquery.cookie",
	"jquery.automaticRollover",
	"jquery.page-scroller-308",
	"jquery.jscrollpane",
	"jquery.mousewheel",
	"mwheelIntent",
	"global"
	//"nav"
	];
	
	for(var i =0; i<fileName.length; i++){
		document.write('<script type="text/javascript" src="'+dirPath+fileName[i]+'.js"></script>');	
	}
	
	window.onunload = function(){};
})();


