 $(document).ready(function(){
 	$('#player').flash({
  		src: 'mp3Player_black-no-buttons.swf', 
  		height: 75, 
  		width: 322
    });
});

