var quote = new Array(5);

quote[0] = "<a href=../about/testimonials.html class=testimonial>&quot;McCrann's workmanship has always been impeccable...&quot;</a>";

quote[1] = "<a href=../about/testimonials.html class=testimonial>&quot;I think the most outstanding service that this knowledgeable company has to offer is their skill at problem solving.&quot;</a>";

quote[2] = "<a href=../about/testimonials.html class=testimonial>&quot;They have proven themselves to be experts in their craft, and have also provided creative solutions when necessary&quot;</a>";

quote[3] = "<a href=../about/testimonials.html class=testimonial>&quot;You truly understand what Service and Quality mean in a world where no one seems to know anymore.&quot;</a>";

quote[4] = "<a href=../about/testimonials.html class=testimonial>&quot;(McCrann's) ...offers the best quality, the best ideas and the best technology to our clients...&quot;</a>";

now=new Date()

num=(now.getSeconds())%4
//change the %4 to a number that is 1 less than the total number of quotes you have - Greg Blake

document.write(quote[num])