$(function(){
  $("li span.col2").each(function() {
  	var url = $(this).children().attr("href");
  	$(this).jmedia(
	      {elemType: "span"},
	      {src:"http://www.carson-mfg.com/sounds/button/musicplayer.swf",
	       width: 17,
	       height: 17,
	       flashvars: "&song_url=http://www.carson-mfg.com/" + url + "&b_fgcolor=#000&"});
  })
  $("li span.jm_replaced").each(function() {
	  $(this).css("margin-top","4px");
	  $(this).css("margin-left","0.5em");
	  $(this).prev().css("margin-bottom","3px");
  })  
});