function playFile1() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/AP Gospel Demo.mp3";
   myPlayer.controls.Play();
}
function playFile2() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/M  Faulkner Demo.mp3";
   myPlayer.controls.Play();
}
function playFile3() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Tera Demo.mp3";
   myPlayer.controls.Play();
}
function playFile4() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/AT.mp3";
   myPlayer.controls.Play();
}
function playFile5() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Val Gospel Demo.mp3";
   myPlayer.controls.Play();
}
function playFile6() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Kerry White Demo.mp3";
   myPlayer.controls.Play();
}
function playFile7() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Christie Gospel Demo.mp3";
   myPlayer.controls.Play();
}
function playFile8() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Rob Dungee Demo.mp3";
   myPlayer.controls.Play();
}
function playFile9() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/S Moore Demo2.mp3";
   myPlayer.controls.Play();
}
function playFile10() {
   /* below add the name of your own mp3 file */
   myPlayer.URL = "audio/Randy Dennis Demo.mp3";
   myPlayer.controls.Play();
}
// Of course, It'd be nice to be able to stop it too.  :)
function stopFile1() {
   myPlayer.controls.Stop();
}
function stopFile2() {
   myPlayer.controls.Stop();
}
