/*------------------------------------------------------------------
  
  headerFlash
  
------------------------------------------------------------------*/

var slotgameFla = new SWFLoader( {
	'src'             : 'swf/gameflow.swf',
	'id'              : 'slotgamemovie',
	'width'           : '948',
	'height'          : '610',
	'requiredVersion' : '8',
	'bgcolor'         : '#000000',
	'targetId'        : 'slotgame-main',
	'altBlock'        : 'slotgame-main-alternate-block',
	'noCache'         : true
});

