


/*------------------------------------------------------------------

  TopPage・MainFlash

------------------------------------------------------------------*/

var mainFlash = new SWFLoader( {

	'src'             : 'flash/topflash.swf',
	'id'              : 'topMain-swf',
	'width'           : '955',
	'height'          : '245',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'topMain-block',
	'altBlock'        : 'topMain-alternate-block',
	'noCache'         : true

});


/*------------------------------------------------------------------

  TopPage・Banner

------------------------------------------------------------------*/

var banner1 = new SWFLoader( {

	'src'             : 'flash/bnr_baseball_top.swf',
	'id'              : 'topBanner-swf1',
	'width'           : '185',
	'height'          : '48',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'topBanner-block1',
	'altBlock'        : 'topBanner-alternate-block1',
	'noCache'         : true

});
var banner2 = new SWFLoader( {

	'src'             : 'flash/bnr_wakuwaku.swf',
	'id'              : 'topBanner-swf2',
	'width'           : '185',
	'height'          : '48',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'topBanner-block2',
	'altBlock'        : 'topBanner-alternate-block2',
	'noCache'         : true

});







