var quotes=new Array()

quotes[0]='If you think this, or any part of this site needs an update, e-mail us <a href=mailto:webmaster@nickholmes.net>here</a>.<br><br>Site designed for 800x600 mode, with an iframe browser.'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])