// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime2").media({width: 639, height: 495,
		src: '../assets/multimedia/WaterCar_Good_Morning_America.mp4',
		autoplay: true,
		params: { volume: '25', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components


