// JavaScript Document 
function embedMP3(){
    document.write('<embed SRC="'+ filename +
        '" HEIGHT="16" WIDTH="200" TYPE="audio/x-mpeg" AUTOPLAY="False" KIOSKMODE="TRUE"/>');
}

embedMP3();

