﻿var Testimonial=new Array()

Testimonial[0] = "That is a really neat idea. It's practical, and you aren't charging an arm and a leg for them - I think your price is on target. I'm sure you will get a lot of sales.";
Testimonial[1] = "I don't use tree stands much, but I can sure see how that little skirt would do the trick!!";
Testimonial[2] = "Clever little contraption you got there. I hope it catches on for you.";
Testimonial[3] = "That is a good idea! Its simple yet your whole hunt can depend on something like that! Good Work!!!!!!";
Testimonial[4] = "Hey that's a cool thought, wish I could think of stuff like that… keep up the good idea’s ...";
Testimonial[5] = "Nice idea ,I can't tell you how many times I have had mud fall off my boots.  It has never cost me a deer... YET!!!";
Testimonial[6] = "Definitely a neat idea. I could see it catching on. Have you considered working directly with any of the treestand manufacturers to just have them include it with their stands?";
Testimonial[7] = "I bought two of these and installed them for the upcoming season.  I hunt in the thick stuff and along field edges where the mud can get heavy.  I've always had to be concerned about the mud, but not anymore!!  Thanks.";
Testimonial[8] = "Great Idea!  I lost a buck of a lifetime because of dirt falling from my feet.  Sign me up for one to try!";
Testimonial[9] = "I like to use mine for additional storage for items that I don't have to have handy.  Great WORK!!";
Testimonial[10] = "AWESOME ITEM!!! Fast shipping. All stand hunters need at least one!!";

var T = Testimonial.length;
var whichTestimonial=Math.round(Math.random()*(T-1));
function showTestimonial(){document.write(Testimonial[whichTestimonial]);}
showTestimonial();

