
     $(document).ready(function(){
       $(".podcastPlayer embed").removeAttr("width");
       $(".podcastPlayer embed").attr("width","350");
     });

