/**
 * @author Reid
 */
var num_of_quotes = 5;
quotes = Math.floor (num_of_quotes * Math.random());
if (quotes==0) {
body='<br /><i>"We were looking at investments in software costing ten times more than BCR Software."</i><p style="text-align:right;line-height:12px;margin-top:0px;"><b>Warren Wechsler</b><br /><a href="http://www.iowatool.com" target="_blank">Iowa Tool</a></p>';

}
if (quotes==1) {
body='<br /><i>"The support that comes with this system is superb."</i><p style="text-align:right;line-height:12px;margin-top:0px;"><b>Stephanie Holder</b><br /><a href="http://www.mts-safety.com" target="_blank">MTS Safety Products</a></p>';

}
if (quotes==2) {
body='<br /><i>"We would buy BCR Software again today."</i><p style="text-align:right;line-height:12px;margin-top:0px;"><b>Lisa Joiner</b><br /><a href="http://www.controlcomponentsinc.com" target="_blank">Control Components</a></p>';

}
if (quotes==3) {
body='<br /><i>"We have built a solid working relationship based on honesty, trust, and hard work."</i><p style="text-align:right;line-height:12px;margin-top:0px;"><b>Todd Knipp</b><br /><a href="http://www.oozxusa.com" target="_blank">OOZX USA Inc.</a></p>';

}
if (quotes==4) {
body='<br /><i>"Having worked with the software for over 8 years now, we can say, without qualification, that we are more than satisfied."</i><p style="text-align:right;line-height:12px;margin-top:0px;"><b>Al Baker</b><br /><a href="http://www.nationalschoolproducts.com" target="_blank">National School Products</a></p>';

}
document.write(''+ body +'');
