		$(document).ready(function(){
		
			$('#splash_cfd').flash(
				{ 
					src: '/assets/templates/centramarkets/flash/cfd_home.swf', 
					width: 777,
					height: 126,
					wmode: 'transparent'
				 },
				 { 
					version: 9,
					update: false 
				 }
	
			);
			$('#flash:not(:has(embed,object))').html('<img src="/assets/templates/centramarkets/img/insplash.gif" alt="" />');
			
		});