function Import_js(){
	var ary = new Array(
	'jquery',
	'thickbox/thickbox',
	'jq_fade',
	'select_ym',
	'child',
	'calender'
	);
	
	document.open();
	
	// 階層用タグ
	document.writeln('<script type="text/javascript">');
	document.writeln('<!--');
	document.writeln('jp = "";');
	document.writeln('// -->');
	document.writeln('</script>');
	
	for(var i=0;i<ary.length;i++){
		document.writeln('<script type="text/javascript" src="jcs/'+ary[i]+'.js" charset="utf-8"></script>');
	}
	document.close();
}
Import_js();
