
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='Smart Watershed Benchmarking Tool and CD for $25'

quotes[1]='Smart Watershed Benchmarking Tool and CD for $25'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
