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


