//Definition Of GlobalVars for Date



var nowDate=new Date();



var theYear=nowDate.getFullYear(); //西暦



var theMonth=nowDate.getMonth() + 1; //月



var theDate=nowDate.getDate(); //日







// トップページ用 ==================================



var swf1 = new SWFLoader( {







	'src'             : 'tp_top.swf',



	'id'              : 'indexFla',



	'width'           : '950',



	'height'          : '440',



	'requiredVersion' : '6',



	'bgcolor'         : '#ffffff',



	'targetId'        : 'flash-area',



	'altBlock'        : 'flash-area-alternate',



	'noCache'         : true,



	'menu'         : false







});




