var Index = {

	index: function() {
		
		swfobject.embedSWF(
			'/app/views/flash/promocje.swf',
			'promotions_flash_box',
			191, 80, '9.0.0', '', { }, { wmode: 'transparent' }, { }
		);
		
	}
	
}

