function SoundPlay1() {
surl ='sounds/HISTORY.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay2() {
surl ='sounds/BASBALL1.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay3() {
surl ='sounds/WWII.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay4() {
surl ='sounds/SPACE1.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay5() {
surl ='sounds/JFK.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay6() {
surl ='sounds/SIXTIES.WAV'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay7() {
surl ='sounds/baberuth.mp3'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay8() {
surl ='sounds/abomtruman.mp3'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay9() {
surl ='sounds/billgates-vision.mp3'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}
function SoundPlay10() {
surl ='sounds/clinton.mp3'
document.getElementById('dummyspan').innerHTML="<embed src='"+surl+"'height=0 width=0 autostart=true loop=false>"
;}

