$(document).ready(function(){
	$('a.mediamp3').media( { width: 250, height: 20, flashvars: { autostart: false } }  );
	$('a.mediayoutube').media( { width: 450, height: 380, type:'swf' } );
});