This is the code I have so far, but something seems to be wrong with it. I don't know what though. Could someone point out what I'm doing wrong?
<HTML>
<HEAD>
<TITLE>Fun with Phonics</TITLE>
</HEAD>
<BODY>
<CENTER><IMG SRC="fun.jpg" HSPACE=5 VSPACE=5 HEIGHT=64 WIDTH=129></CENTER>
<CENTER><HR Width="75%"></CENTER>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--Hide from old browswers
document.bgColor="red"
document.bgColor="white"
document.bgColor="blue"
document.bgColor="white"
document.bgColor="green"
document.bgColor="white"
document.bgColor="blanchedalmond"
var tNow = new Date()
var tlocDate = tNow.toLocaleString()
var tDate = tlocDate.substring(0,10)
document.write("H2><CENTER>Welcome, today is "+tDate+"</CENTER></H2>")
var intro1 = "Hi, thanks for visiting our Web site, but we have moded. Please make a note "
var intro2 = "of our new URL (www.funwithphonics.com) and notify the Webmaster about our new "
var intro3 = "location. Click<A Href='http://www.scsite.com/'> here </A> or wait 15 second "
var intro4 = "to be moved automatically to our new site."
var introMsg = intro1+intro2+intro3+intro4
document.write("<H4><FONT Color='firebrick'>"+introMsg+"</H4></FONT">
//-->
</SCRIPT>
</BODY>
</HTML>