/* stepsite.de 2009 */jQuery(function($) {

  $('#nav').show();	$('a[href$="mp3"]').flash(        { src: '/js/smp/singlemp3player.swf', height: 20, width: 150 },        { version: 7 },        function(htmlOptions) {            $this = $(this);            htmlOptions.flashvars.file = $this.attr('href');            $this.before($.fn.flash.transform(htmlOptions));						        }    ).hide();    });