$(function() {
	$('.media-logo').media({
	autoplay: true,
	width: 171,
	height: 121,
	flashvars: { autostart: 'true' } ,
	params: { wmode: 'transparent', quality: 'high' }, // object params/embed attrs
	caption: false // supress caption text
	});
}); 
