﻿/*
======== table of content. =================================

summary:include second page JavaScript

============================================================
*/

new function(){
	
	include( '/common/js/jquery.js' );
	include( '/common/js/jquery.color.js' );
	include( '/common/js/jquery.mousewheel.js' );
	include( '/common/js/jquery.windowFull.js' );
	include( '/common/js/jquery.smoothRollOver.js' );
	include( '/common/js/jquery.smoothRollOverBg.js' );
	include( '/common/js/jquery.customScrollY.js' );
	include( '/common/js/switchBg.js' );
	include( '/common/js/recentWorks.js' );
	include( '/common/js/recentNews.js' );
	
	// 上から実行
	if ( window.addEventListener ) {
		
	}
	// 下から実行
	else {
	}
	
	function include( _file ) {
		var scr_head = '<scr'+'ipt type="text/javascript" src="';
		var scr_foot = '"></script>';
		
		document.write( scr_head + _file + scr_foot );
	}
}
