
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/8E18S64OhI9zC4k776Jqv7HuBs38dF74/"><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/formchange.php"><font size="4" face="Verdana" color="white">Make Changes to your Account Online</font></a>'
quotes[3]='<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])
