

var r_text = new Array ();
r_text[0] = "<p style='margin:0;'><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8220;&nbsp;</span>The T-Shirts look great! Thank you for guiding me through the process.</span><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8221;&nbsp;</span></p><h5 style='margin:0; margin-top:2px; text-align:right;'>Nadine<br /><span style='font-weight:normal;'>Brick HS</span></h5>";

r_text[1] = "<p style='margin:0;'><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8220;&nbsp;</span>What a fantastic job on my Rush Order. I don't know how you pulled it off! <span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8221;&nbsp;</span></p><h5 style='margin:0; margin-top:2px; text-align:right;'>Melinda<br /><span style='font-weight:normal;'>Skylands FDC</span></h5>";

r_text[2] = "<p style='margin:0;'><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8220;&nbsp;</span>Your Customer Service is outstanding. Everyone is always so helpful.<span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8221;&nbsp;</span></p><h5 style='margin:0; margin-top:2px; text-align:right;'>Andrew<br /><span style='font-weight:normal;'>Maple ISD</span></h5>";

r_text[3] = "<p style='margin:0;'><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8220;&nbsp;</span>I want to send my appreciation for such great service. <span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8221;&nbsp;</span></p><h5 style='margin:0; margin-top:2px; text-align:right;'>Bruce Straus<br /><span style='font-weight:normal;'>Woodland Construction</span></h5>";

r_text[4] = "<p style='margin:0;'><span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8220;&nbsp;</span>&nbsp;As always, the Uniforms came out awesome. It's been a pleasure doing business with you for all these years!   <span style='font-family:Times New Roman, Times, serif; font-size:26px; font-weight:bold;'> &#8221;&nbsp;</span></p><h5 style='margin:0; margin-top:2px; text-align:right;'>David <br /><span style='font-weight:normal;'>Central HS</span></h5>";


var i = Math.round(4*Math.random());

/* Change number to the last entry*/

document.write(r_text[i]);


//-->

