<!--document.writeln("<div class='tblbor'>");-->
document.writeln("<table border='0' bgcolor='white' width='100%' cellpadding='4' cellspacing='0'>");
  document.writeln("<tr>");<!-- Row 1 -->
    document.writeln("<td bgcolor='66CCFF'><font color='white'><b>What Our Customers Are Saying...</b></font></td>");<!-- Col 1 -->
  document.writeln("</tr>");<!-- Row 1 -->
  document.writeln("<tr>");<!-- Row 2 -->
    document.writeln("<td><font class='index_text'>");<!-- Col 1 -->
	
	  
var howMany = 4
var quote = new Array(howMany+1)

quote[0]="The best thing about Matrix is their knowledge and experience.  Homework is done, information is shared, and solutions are found, it's that simple.<br><font class='index_text_client'></font>"
quote[1]="Love the personal touch and speed of service.<br><font class='index_text_client'></font>"
quote[2]="The system is maintenance free and easy to use.<br><font class='index_text_client'></font>"
quote[3]="I don't miss my previous (leading) POS system at all.<br><font class='index_text_client'></font>"
quote[4]="I have never looked back.<br><font class='index_text_client'></font>"

function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)	  
	document.writeln("</font>");
	document.writeln("</td>");<!-- Col 1 -->
  document.writeln("</tr>");<!-- Row 2 -->
document.writeln("</table>");
<!--document.writeln("</div>");-->