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


