// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 216, height: 192,
		src: '../assets/multimedia/Cobra_Metal_Manufacturing_-_Harman_REVISED.mpg',
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components

