function playsound() {
document.write("<embed type=\"application/x-mplayer2\" pluginspage=\"http:\/\/www.microsoft.com\/Windows\/MediaPlayer\/\" src=\"http:\/\/www.dunnbyfaith.com\/sounds\/track1.m3u\" id=\"MediaPlayer1\" height=46 autostart=1 showcontrols=1 name=\"MediaPlayer1\" volume=-300>");
}

function  change() {
mySample = document.getElementById('samples').value;
newSample = "<embed type=\"application/x-mplayer2\" pluginspage=\"http:\/\/www.microsoft.com\/Windows\/MediaPlayer\/\" src=\"http:\/\/www.dunnbyfaith.com\/" + mySample + "\" id=\"MediaPlayer1\" height=46 autostart=1 showcontrols=1 name=\"MediaPlayer1\" volume=-300>"
document.getElementById('player').innerHTML = newSample;
}

