// JavaScript Document

<!--
var ar = new Array("The installation and setup of SOS was easy and straightforward.", 
"It's wonderful! It's the very best buy I could find on the market and I have utilized it in our IT department.",  
"I can testify that without SOS Standby Server my business would have come to a screeching halt until the server was repaired.",
"When the hard drive crashed I was very alarmed, thinking that my computer system would be down for a day or two or longer... just a few mouse-clicks later and I was up and running on the standby server.");
var num = Math.floor(Math.random() * ar.length);
document.write(ar[num]);
// -->
