// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime8").media({width: 742, height: 643,
		src: '../TV_Commercial/TV_Commercial256.wmv',
		autoplay: true,
		params: { volume: '0', cache: 'true', controller: 'true', loop: 'false' }
	});
});
// End jMedia Components


