<script class="nc_script" type="text/javascript">
if(!<?php print $skeleton->dir_name; ?>Cls["<{$id}>"]) {
	<?php print $skeleton->dir_name; ?>Cls["<{$id}>"] = new cls<?php print ucfirst($skeleton->dir_name); ?>("<{$id}>");
}
<{*ここにモジュール独自の処理を記述*}>
</script>
