<!--
var r_text = new Array ();
r_text[0] = "\"US Micro has been with us every step of the way. They have helped us make \the right investment in our computer network to meet \              our needs today and tomorrow.\" \<br\> \<br\>&nbsp\;Michael Shelley,\<br\>&nbsp\;Anthony's Restaurants";

r_text[1] = "\"US Micro provides our organization with exceptional service and quality PC's. \<br \> \<br \>Whenever called upon to perform, US Micro always steps up to the plate.\"\<br\> \<br\>&nbsp\;Dave Curry - IT Director,\<br\>&nbsp\;Seattle Mariners";

r_text[2] = "\"Over the past decade\, US Micro has supplied Virginia Mason\ with over 5,000 workstations and 500 file servers.\<br\ \<br\>With their high level of service and computer  knowledge\, US Micro has helped our organization \meet the technology needs of the 21st century.\" \<br\>\<br\> &nbsp\;Steve Smith -\<br\>&nbsp\;Supervisor PC Networks,\<br\>&nbsp\;Virginia Mason Medical Ctr";
var i = Math.round(2*Math.random());

document.write(r_text[i]);

//-->
