
var num_of_quotes = 13;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="The greatest laser pointer i've EVER seen, blew my mind and was the flashiest beam at this years convention. Thanks for boosting my ego with the power of a laser, if I knew it was this easy i would've got this a long time ago";
name="Tom Waters";
}

if (quotes==1) {
body="Thanks guys, finally something worth showing off. I've been trying to find a laser pointer that would actually survive a little bit of rain. Too bad it took me this long! But my boys couldn't be more amazed. The high tech diode is clearly visible during the day or at night, we all carry one when we hike, camp or fish.!";
name="Walter Carbon";
}

if (quotes==2) {
body="Great selection of lasers, the service and quality of design is unmatched in this area of science. Diodes ran pulsed and continuous wave for 5, 10, 15, even 22 hours un interrupted, impressive from our standpoint. Consider that the average laser diodes will run less than 60 seconds safely";
name="Franklin Ulstrup";
}

if (quotes==3) {
body="finally an investment i could sleep easy about. When my spyder arived i was more than happy to blaze the nieghborhood, haha safely i might ad. this was the one gadget i own that could actually save my life, a 100+ mile flare, are you kidding. When in doubt, Shine 'em out.";
name="JC Andrews";
}

if (quotes==4) {
body="worthless, tactless, souless, mindless garbage, my pointers prior to yours. UV one of a kind infrared laser, are you nuts, how could I pass that up. When i work with this and my spyder 473nm the visuals are remarkable. Worth rush delivery.";
name="Mikhail";
}

if (quotes==5) {
body="dr. drew told me once you can't put a price on quality, but when price and quality beat everything else, ring in the horse shoe. I don't know exactly what he was getting at, but my pointer was in my dreams and lo and behold, light and slavation. Mabye i'm coming on a little strong, but greed and lust make this green beam my tool to salvation.";
name="tko20side";
}

if (quotes==6) {
body="great finish, sleek and unique, eye catching visuals and consistent beam output; a truly remarkable laser. We've seen a lot of laser pointers come and go, the red keychain trash and so on, but this has go to be the finest laser craftsmanship that we've ever come across. The solid state waterproof casing was something award deserving...";
name="Laser Enthusiast Thomas";
}

if (quotes==7) {
body="I needed something for my night club that would take my patrons on a ride, but i was on a tight budget. I can't thank the thinklasers guys enough for working with me so long. Its been a real plesure and the laser display has been a hit, the only complaint is now wondering when we are installing more. OH, and thanks for the pointer you threw in";
name="Sasha Malu, LA";
}

if (quotes==8) {
body="didn't think i could cut through tape with a laser beam until I had seen it with my own eyes. Good thing you guys threw in some safety laser goggles, or my optometrist would be getting rich off of me.";
name="Vicar Romel";
}

if (quotes==9) {
body="WOW, all that can be said about this green laser.";
name="Sydney, AU";
}

if (quotes==10) {
body="fantastic finish and thanks for sending me those free power supplies. One thing i'm looking into next is to expand my laser collection 10 fold, so please keep that spider 473nm on hold until the end of this month. I need that blue beam for my trip to thailand";
name="Antonello";
}

if (quotes==11) {
body="I needed something to spice up my astronomy lessons, the 5mw green laser pointer I was working with was just not doing the trick. Finally, the 150mW pointer has given me something that will keep people interested. I can't believe this is the 3rd year of classes and the diode is still functioning at 100%";
name="Dr. James Hollifield";
}

if (quotes==12) {
body="Your customer service has outdone any other laser provider in my book. I actually had a human being to speak with who knew what I needed. When you're looking for industrial laser equipment for engraving, its difficult to talk to qualified individuals.";
name="Haverstraw, NJ";
}

document.write('<table align="left" width="135" style="font-family:Arial, Helvetica, sans-serif;">');
document.write('<tr><td style="font-size:12px"><strong><font color="#000000">Testimonial</font></strong><br><br></td></tr>');
document.write('<tr><td style="font-size:11px"><font color="#000000">'+ body +'</font><br><br></td></tr>');
document.write('<tr><td style="font-size:11px"><font color="#000000"><strong>'+ name +'</strong></font><br><br></td></tr>');
document.write('<tr><td style="font-size:11px"><a href="/customers.html">See more Comments...</a><br><br></td></tr>');
document.write('</table>');