function importJS() {
	if (!new Array().push)
		return false;
	var scripts = new Array('/styles/js/jquery-1.8.3.min.js', '/styles/js/jquery.tools.min.js', '/styles/js/jquery-ui-1.7.2.custom.min.js',

	// Bundle.jsにまとめる
	'/styles/js/bundle.js', '/styles/js/slimbox2.js'
	//        '/styles/js/jquery.validationEngine.js',
	//        '/styles/js/jquery.validationEngine-ja.js',
	//        '/styles/js/jquery.bgiframe.min.js',
	//        '/styles/js/hoverIntent.js',
	//        '/styles/js/jquery.timer.js',
	//        '/styles/js/k.completionRuby.js',
	//        '/styles/js/jquery.updnWatermark.js',
	//        '/styles/js/jquery.watermark.min.js',
	//        '/styles/js/datepicker/jquery.ui.datepicker-ja.js',
	//        '/styles/js/fixHeight.js',
	//        '/styles/js/jquery.cookie.js',
	//        '/styles/js/jquery.pngFix.js',
	//        '/styles/js/jquery.scroller.d5.js',
	//        '/styles/js/jquery.bxslider.min.js',
	// 20120621 add
	//        '/styles/js/jquery.bt_on.js'
	//        '/styles/js/jquery.textOverflowEllipsis.js',
	//        '/styles/js/popup_notice.js',
	//        '/styles/js/imgHover.js',
	//        '/styles/js/jquery.scroller.d5.js'
	);
	for (var i = 0; i < scripts.length; i++) {
		document.write('<script type="text/javascript" src="' + scripts[i] + '"><\/script>');
	}
}

importJS(); 