I need help changing
<a>'s with a href ending in the .mp3 extension from <a href="audioLink"></a>
to
<embed type="application/x-shockwave-flash" flashvars="audioUrl=audioLink.mp3" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="500" height="27" quality="best"></embed>
using JavaScript
By either – jQuery
or pure Javascript