

/*------------------------------------------------------------------
  
  TopPage・MainFlash
  
------------------------------------------------------------------*/

var mainFlash = new SWFLoader( {

	'src'             : '/company/baseball/flash/main.swf',
	'id'              : 'main-swf',
	'width'           : '955',
	'height'          : '245',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'main-block',
	'altBlock'        : 'main-alternate-block',
	'noCache'         : true

});

var movieFlash = new SWFLoader( {

	'src'             : '/company/baseball/flash/index_flv.swf',
	'id'              : 'movie-swf',
	'width'           : '185',
	'height'          : '180',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'movie-block',
	'altBlock'        : 'movie-alternate-block',
	'base'        : '.',
	'noCache'         : true

});


var bnr01Flash = new SWFLoader( {

	'src'             : '/company/baseball/flash/bnr_baseball_top2.swf',
	'id'              : 'bnr01-swf',
	'width'           : '185',
	'height'          : '48',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'bnr01-block',
	'altBlock'        : 'bnr01-alternate-block',
	'noCache'         : true

});
var bnr02Flash = new SWFLoader( {

	'src'             : '/company/baseball/flash/bnr_magazine.swf',
	'id'              : 'bnr02-swf',
	'width'           : '185',
	'height'          : '48',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'bnr02-block',
	'altBlock'        : 'bnr02-alternate-block',
	'noCache'         : true

});