var quotes=new Array()

quotes[0]='Copyright &copy; Nick Holmes 2001 : : All rights reserved : : Phone - 07970 157547 : : e-mail - <a href=mailto:info@nickholmes.net>info@nickholmes.net</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])