F
Franklin P Patchey
I have modified some script and think i have put a bit in that isn't
"compliant"
Is the bit marked below (towards the end) correct - should it be () and not
("")
<SCRIPT LANGUAGE="JavaScript">
<!-- hiding
page=new Date();
if (page.getDate() == 1)
document.write("<embed src='media/audio/waltzinblack.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 2)
document.write("<embed src='media/audio/littlegreenbag.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 3)
document.write("<embed src='media/audio/rockthecasbah.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 4)
document.write("<embed src='media/audio/softparade.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 5)
document.write("<embed src='media/audio/cematinla.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 6)
document.write("<embed src='media/audio/venusinfurs.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 7)
document.write("<embed src='media/audio/allineed.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 8)
document.write("<embed src='media/audio/heroin.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 9)
document.write("<embed src='media/audio/grooveme.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 10)
document.write("<embed src='media/audio/totu.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 11)
document.write("<embed src='media/audio/monstermash.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 12)
document.write("<embed src='media/audio/twilightzone.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 13)
document.write("<embed src='media/audio/sundaygirl.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 14)
document.write("<embed src='media/audio/theuniversal.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 15)
document.write("<embed src='media/audio/closetome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 16)
document.write("<embed src='media/audio/kungfufighting.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 17)
document.write("<embed src='media/audio/youandmesong.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 18)
document.write("<embed src='media/audio/totu.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 19)
document.write("<embed src='media/audio/americanbeauty.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 20)
document.write("<embed src='media/audio/closetome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 21)
document.write("<embed src='media/audio/hourformagic.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 22)
document.write("<embed src='media/audio/theuniversal.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 23)
document.write("<embed src='media/audio/themovie.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 24)
document.write("<embed src='media/audio/blackpolishedchrome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 25)
document.write("<embed src='media/audio/stonedimmaculate.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 26)
document.write("<embed src='media/audio/rockthecasbah.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 27)
document.write("<embed src='media/audio/waltzinblack.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 28)
document.write("<embed src='media/audio/sundaygirl.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 29)
document.write("<embed src='media/audio/allineed.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 30)
document.write("<embed src='media/audio/youandmesong.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 31)
document.write("<embed src='media/audio/twilightzone.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
page=new Date();
document.write("") -------------THIS BIT HERE!!!
//done hiding -->
</SCRIPT>
"compliant"
Is the bit marked below (towards the end) correct - should it be () and not
("")
<SCRIPT LANGUAGE="JavaScript">
<!-- hiding
page=new Date();
if (page.getDate() == 1)
document.write("<embed src='media/audio/waltzinblack.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 2)
document.write("<embed src='media/audio/littlegreenbag.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 3)
document.write("<embed src='media/audio/rockthecasbah.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 4)
document.write("<embed src='media/audio/softparade.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 5)
document.write("<embed src='media/audio/cematinla.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 6)
document.write("<embed src='media/audio/venusinfurs.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 7)
document.write("<embed src='media/audio/allineed.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 8)
document.write("<embed src='media/audio/heroin.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 9)
document.write("<embed src='media/audio/grooveme.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 10)
document.write("<embed src='media/audio/totu.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 11)
document.write("<embed src='media/audio/monstermash.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 12)
document.write("<embed src='media/audio/twilightzone.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 13)
document.write("<embed src='media/audio/sundaygirl.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 14)
document.write("<embed src='media/audio/theuniversal.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 15)
document.write("<embed src='media/audio/closetome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 16)
document.write("<embed src='media/audio/kungfufighting.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 17)
document.write("<embed src='media/audio/youandmesong.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 18)
document.write("<embed src='media/audio/totu.mp3' width='145' height='60'
autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 19)
document.write("<embed src='media/audio/americanbeauty.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 20)
document.write("<embed src='media/audio/closetome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 21)
document.write("<embed src='media/audio/hourformagic.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 22)
document.write("<embed src='media/audio/theuniversal.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 23)
document.write("<embed src='media/audio/themovie.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 24)
document.write("<embed src='media/audio/blackpolishedchrome.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 25)
document.write("<embed src='media/audio/stonedimmaculate.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 26)
document.write("<embed src='media/audio/rockthecasbah.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 27)
document.write("<embed src='media/audio/waltzinblack.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 28)
document.write("<embed src='media/audio/sundaygirl.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 29)
document.write("<embed src='media/audio/allineed.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 30)
document.write("<embed src='media/audio/youandmesong.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
if (page.getDate() == 31)
document.write("<embed src='media/audio/twilightzone.mp3' width='145'
height='60' autostart='true' hidden='true' loop='false' volume='70'>");
page=new Date();
document.write("") -------------THIS BIT HERE!!!
//done hiding -->
</SCRIPT>