(function(a){a.sound={tracks:{},enabled:true,template:function(b){return'<embed style="height:0" loop="false" src="'+b+'" autostart="true" hidden="true"/>'},play:function(c,b){if(!this.enabled){return}b=a.extend({url:c,timeout:2000},b);if(b.track){if(this.tracks[b.track]){var e=this.tracks[b.track];e[0].Stop&&e[0].Stop();e.remove()}}var d=a.browser.msie?a("<bgsound/>").prop({src:b.url,loop:1,autostart:true}):a(this.template(b.url));d.appendTo("body");if(b.track){this.tracks[b.track]=d}setTimeout(function(){d.remove()},b.timeout);return d}}})(jQuery);
