// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime4").media({width: 375, height: 321,
		src: '../assets/multimedia/E_and_I_quicktime.mov',
		autoplay: true,
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components


