// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 437, height: 330,
		src: '../assets/multimedia/Ballonflug_Massenstart_Luftballons_BMW.mov',
		autoplay: true,
		params: { volume: '0', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components

