jQuery.fn.jmp3=function(c){var a="http://www.unique.nl/Themes/Themes.UniqueVanVelzen/Promo/";var b={filepath:"",backcolor:"",forecolor:"ffffff",width:"25",repeat:"no",volume:"50",autoplay:"false",showdownload:"true",showfilename:"true"};if(c){jQuery.extend(b,c)}return this.each(function(){var f=b.filepath+jQuery(this).html();var d=f.indexOf(".mp3");if(d==-1){return false}var e='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';e+='width="'+b.width+'" height="20" ';e+='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';e+='<param name="movie" value="'+a+"singlemp3player.swf?";e+="showDownload="+b.showdownload+"&file="+f+"&autoStart="+b.autoplay;e+="&backColor="+b.backcolor+"&frontColor="+b.forecolor;e+="&repeatPlay="+b.repeat+"&songVolume="+b.volume+'" />';e+='<param name="wmode" value="transparent" />';e+='<embed wmode="transparent" width="'+b.width+'" height="20" ';e+='src="'+a+"singlemp3player.swf?";e+="showDownload="+b.showdownload+"&file="+f+"&autoStart="+b.autoplay;e+="&backColor="+b.backcolor+"&frontColor="+b.forecolor;e+="&repeatPlay="+b.repeat+"&songVolume="+b.volume+'" ';e+='type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';e+="</object>";if(b.showfilename=="false"){jQuery(this).html("")}jQuery(this).prepend(e+"&nbsp;");if(jQuery.browser.msie){this.outerHTML=this.outerHTML}})};
