// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 313, height: 261,
		src: './assets/multimedia/First_Choice.mov',
		autoplay: true,
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components


