new function(){
	var isIE  = /*@cc_on!@*/false;
	// library
	include( 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js' );
	include( 'common/js/jquery.page-scroller-308.js' );
	include( 'common/js/jquery.lazyload.mini.js' );
	include( 'common/js/jquery.browser.custom.min.js' );
	include( 'common/js/jquery.smoothRollOver_custom.js' );
	include( 'common/js/jquery.droppy.js' );
	include( 'common/js/jquery.fontsizechange.js' );
	include( 'common/js/jquery.cookie.js' );
	include( 'common/js/swfobject2.2.js' );
	include( 'common/js/jquery.biggerlink.min.js' );
	include( 'common/js/jquery.color.js' );
	include( 'common/js/fancybox/jquery.mousewheel-3.0.4.pack.js' );
	include( 'common/js/fancybox/jquery.fancybox-1.3.4.pack.js' );
	
	if ( isIE ) {
		include( 'common/js/jquery.belatedPNG.min.js' );
		include( 'https://html5shiv.googlecode.com/svn/trunk/html5.js' );//html5なら
		//include( 'http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js' ); IE8でsmoothRollOverが効かなくなった
	}
	
	function include( _file ) {
		var scr_head = '<scr'+'ipt type="text/javascript" src="';
		var scr_foot = '"></script>';
		
		document.write( scr_head + _file + scr_foot );
	}
}
//=============================
//belatedPNG
//pngの再調整 for IE
//=============================
var isIE  = /*@cc_on!@*/false;
	if ( isIE ) {
	$(function(){
		$(".smoothFast a").fixPng();
		$(".smoothSlow a").fixPng();
	});
	}



