// rotation
day = new Date();
hr = day.getSeconds();

tag=("&quot;I am completely pleased with the service I received from your company.  The ink was sent promptly and is of excellent quality and price.  I passed your company name on to many other coworkers and friends.  Keep up the good work.&quot;<div align=right>- Brandee Nearing<br>Johnsonburg, PA</div>");

if (hr <= ("53"))
tag=("&quot;Thank you for getting my order to me so quickly, I received it Monday. I will be ordering from you again.&quot;<div align=right>- Ethel howard<br>Corinth, KY");

if (hr <= ("46"))
tag=("&quot;Thanks again for great service and a concern for your customers...kind of a rare thing in today’s point and click anonymous society!&quot;<div align=right>- Renee Davey<br>San Diego, CA");

if (hr <= ("38"))
tag=("&quot;Your prices are great...your service is great...I'll definetly recommend you to anyone I know and I'll be back in the future... <br>Thanks much...&quot;<div align=right>- Sandra Herb<br>Trooper, PA");

if (hr <= ("31")) 
tag=("&quot;Dear complaint dept:<br>It must be terrible to be so bored... as there's absolutely nothing to complain about. I placed an order on friday evening and it arrived tuesday afternoon (with monday being a holiday)! My compliments to the entire crew for the fast efficient service. -- A new loyal customer.&quot;<div align=right>- Carl Williams<br>Orlando, FL");

if (hr <= ("23"))
tag=("&quot;Thanks! &nbsp;I LOVE your customer service!&quot;<div align=right>- Judy Kuenn<br>Milwaukee, WI");

if (hr <= ("15"))
tag=("&quot;I just wanted you all to know that I tried several sites before I found one that would work and had what I wanted at a price I wanted.  Add to that the consistent updates as to acknowledging my order was received, a free offer and a note that my order has shipped...and you've got a loyal customer! Thanks.&quot;<div align=right>- Barbara Murray<br>Winona, MN");

if (hr <= ("8"))
tag=("&quot;We just installed the toner cartridge for the Brother MFC 9700- The quality is great and the price was right. We are happy clients <br>- Thanks&quot;<div align=right>- Suzanne Mackay<br>Harbor City, CA");

// content 
tag=tag+("</div><a href='testimonials.html'>More Customer comments...</a>");

document.writeln("<br><table border=0 width='100%' bgcolor=000000 cellspacing=1 cellpadding=0><tr><td><table width='100%' cellpadding=10 cellspacing=0 bgcolor=FFFFE0><tr><td valign=top class=foot>");
//document.writeln("<br><table border=0 width='100%' bgcolor=000000 cellspacing=1 cellpadding=0><tr><td><table width='100%' cellpadding=0 cellspacing=0><tr><td valign=top align=center bgcolor=FFFFC0>");
document.writeln(tag);
//document.writeln("<a href='contest-information.html'><img src='images/contest-banner.gif' width=560 height=96 border=0></a>");
document.writeln("</td></tr></table></td></tr></table>");

