function doMedia() {

//	$('.mp3').media( {  height: '20px' ,params: { FlashVars :  'soundfile=http://www.sjpublishing.co.uk/test.mp3'} });
	$('.mp3').media(  );
	
}

$().ready(function() {

	$('.product_cell').corner();
	$('#basket_panel').corner("10px");
$.fn.media.defaults.mp3Player = 'player.swf';

  	$('#productinfo').jqm({
		ajax: '@href',
		trigger: 'a.productmore',
		target: 'div#popcontent',
		onLoad: doMedia
	});


	$('.mp3').media( ); 
	$('.mp4').media(  );
});