﻿
   var items = new Array;
   var count= 0;

   items[count++] = "<i>&quot;It has been my pleasure to work with Superior Moving & Storage for more than ten years. I have always been pleased with your services however, your crew really outdid themselves with this last move.&quot;</i><br/><span class='testimonialsCredit'>- John S.<br/>Boca Raton, FL</span>";
   items[count++] = "<i>&quot;I just got done with a move from Superior. I am happy to say, from the beginning to the end, the crew's performance was top-notch!&quot;</i><br/><span class='testimonialsCredit'>- Justin J.<br/>Fort Lauderdale, FL</span>";
   items[count++] = "<i>&quot;This letter is to say thanks for making my long-distance move go so well. I had so much to deal with in moving from Florida to Maine and the job done by your men on the truck was really 'superior'.&quot;</i><br/><span class='testimonialsCredit'>- Richard Z., Portland<br/>Portland, Maine</span>";
   items[count++] = "<i>&quot;Today I had the contents of my storage unit delivered after more than three years at your facility. I had resigned myself to dealing with whatever damage might have occurred from the environment or, during transport.&quot;</i><br/><span class='testimonialsCredit'>- Tracy V., Portland<br/>Miami Beach, FL</span>";

   var intRandom = Math.floor(Math.random() * items.length);
   var strHTML = "";

   strHTML += '<p class="testimonials">';
   strHTML += items[intRandom];
   strHTML += '<span class="boxLinks" style="float:right;">';
   strHTML += '<a href="/testimonials.aspx" title="Superior Moving & Storage Testimonials">Read More</a><font color="#fb0404">   >></font>';
   strHTML += '</span></p>';

   document.write(strHTML);
