// JavaScript Document

$(function() {
//$.fn.media.mapFormat('avi','quicktime');
	// this one liner handles all the examples on this page
	$('a.media').media({ 
		autoplay:  true, 
		params:    { quality: 'high' }, // object params/embed attrs 
		caption:   false // supress caption text 
	}); 
});