$(document).ready(function($) {  
	$('#mediashare-flash').flash({    
		swf: '/swfs/mediashare.swf', 
		height: 468,
		width: 600,
		wmode: 'transparent',   
		flashvars: { name1: 'jQuery' }
	});

	$('#flashMovie').flash({    
		swf: '/swfs/home-panel.swf', 
		height: 294,
		width: 915,
		wmode: 'transparent',   
		flashvars: { name1: 'jQuery' }
	});
	
	$('#producttourbutton').flash({    
		swf: '/swfs/360-button.swf', 
		height: 34,
		width: 60,
		wmode: 'transparent',   
		flashvars: { name1: 'jQuery' }
	});
	
});