function music() {
testcheck=readCookie('SoundTest');
if(testcheck=="newtoday")
return;
else {
createCookie('SoundTest','newtoday'); 
document.write('<EMBED SRC="Island_Fever.wav" autostart=true hidden=true loop=true></EMBED>')
}
}


