
var quotes=new Array()

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

quotes[0]='&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"I\'ve dealt with ValleyWide Communications for many years and the service has always been top quality. Reliable equipment at a competitive price makes dealing with ValleyWide a pleasure. They get the job done right."<div align="right"><font class="tah10bold-teal"><br>Steve Walsh<br>Director of Operations<br>Arizona Cardinals</font></div>'

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