
var quotes=new Array()

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

quotes[0]='<A HREF="https://secure.usaepay.com/interface/epayform/CET3nJ3dxiJlAC9UDJV6GM7Gg6g16En5/"><font size="4" face="Verdana" color="white">Click here to pay your bill online</font></a>'
quotes[1]='<A HREF="communications.php"><font size="4" face="Verdana" color="white">Questions about alarm communications</font></a>'
quotes[2]='<A HREF="cell.php"><font size="4" face="Verdana" color="white">No Phone line required*</font></a>'
quotes[3]='<a href="https://www.aprotex.com/forms/formchange.php"><font size="4" face="Verdana" color="white">Make Changes to your Account Online</font></a>'
quotes[4]='<a href="https://www.aprotex.com/formservice.php"><font size="4" face="Verdana" color="white">Request Service Online</font></a>'

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

