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

embedMP3();
