//---------------------------------------------------------------------------- Top of Trailer ---

firstyear = 2000 ;
now       = new Date ;
thisyear  = now.getYear() ;
if (thisyear < 200) thisyear = thisyear + 1900 ;
if (thisyear == firstyear) copyright = firstyear ;
else                       copyright = firstyear + "-" + thisyear ;

document.write("<hr width=100% size=2 noshade>")
document.write("<font color=" + textcolour + " size=1> <b> <center>")
document.write("This web site was brought to you by <a href=\"mailto:Rover's dad<severn@tcn.net>?subject=Regarding Rover\'s web site, ...\">Rover's dad</a>. It was designed on a TFT screen for Internet Explorer (but this is not an endorsement), and the default fount (proper English spelling) is Arial. Credit for the images is given when known. If you experience any problems while visiting this web site, well, that's the way it goes. This is Windows &#151; what do you expect? Any similarity between Rover and any other furry creature is neither intended nor coincidental – it's impossible!")
document.write("<br>")
document.write("Copyright &copy; " + copyright + " Rover Spock (he's a pointy-eared half-breed). All rights reserved.")
document.write("</center> </b> </font>")
//------------------------------------------------------------------------- Bottom of Trailer ---
