var quotes=new Array()

quotes[0]='Information contained herein is deemed accurate and correct, but no warranty is implied or given.&nbsp;<p>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])