// Begin jMedia Components
$(document).ready(function() {
	$("#Quicktime1").media({width: 504, height: 439,
		src: '.././html/028_707.MPG',
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components


