var how_many = 5;
var now = new Date()
var sec = now.getSeconds()
var pick = sec % how_many;
pick +=1;
if (pick==1) {
document.write("<dl><dt><b>&quot;"+
"I never realized how easy it would be to upgrade my systems. The gang at ACG Equipment Financing were a great help."+
"&quot;</b></dt><dd><i>"+
"~Robert, Highland Hts"+
"</i></dd></dl>&nbsp;")
}

if (pick==2) {
document.write("<dl><dt><b>&quot;"+
"...excellent service, a business approach to model..."+
"&quot;</b></dt><dd><i>"+
"~William H., Mentor"+
"</i></dd></dl>&nbsp;")
}

if (pick==3) {
document.write("<dl><dt><b>&quot;"+
"My business has finally taken off - thanks to your help and my new production equipment."+
"&quot;</b></dt><dd><i>"+
"~Ralph, Westlake"+
"</i></dd></dl>&nbsp;")
}

if (pick==4) {
document.write("<dl><dt><b>&quot;"+
"I would like to thank you Tom and the rest of your team for all your help !"+
"&quot;</b></dt><dd><i>"+
"~John J, Medina"+
"</i></dd></dl>&nbsp;")
}

if (pick==5) {
document.write("<dl><dt><b>&quot;"+
"Your approach to service and your willingness to constantly communicate made my new truck purchase a piece of cake  "+
"&quot;</b></dt><dd><i>"+
"~Thomas, Aurora"+
"</i></dd></dl>&nbsp;")
}
