
var num_of_quotes = 17;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="Received purchased products in great condition and in timely fashion with no problems at all. As a customer, I was very satisfied with product quality and the service provided by Self Defense Products Depot.";
name="R.Ramirez";
}

if (quotes==1) {
body="This company was so good, They answered a question I asked, very fast and in great detail....This is a pro organization...And friendly....Thank you.";
name="N.Hyde";
}

if (quotes==2) {
body="Had a great experience with this merchant. My items were shipped promptly and arrived in great condition! I would definitely do business with them again and refer them to others. Also...their customer service was very quick to respond to my questions in a fast, friendly manner. Thanks for the great experience!";
name="L.Holm";
}

if (quotes==3) {
body="Your prices were very competitive and your choices were better than most of the sites I visited. The product was exactly what I was looking for and will purchase again. Thanks. It makes for a positive internet shopping experience.";
name="G.Smart";
}

if (quotes==4) {
body="Fastest service and shipping that I have ever experienced. Thank You.";
name="J.Gerardy";
}

if (quotes==5) {
body="I am very happy with it, and it exceeds my expectations. I did a google search for the product, and your came up among the most reputable. I would rate you at a 5. I would be very happy to promote my experience with your company to everyone I know. I am very pleased with your product.";
name="L.Barge";
}

if (quotes==6) {
body="I recently had a problem with my stun gun, which turned out to be a problem with the batteries I was using. I appreciate your prompt attention to the matter and on a scale of 1 to 5, I would rate you a 5 for excellent customer service. Your staff is great to deal with, and even followed up to make sure everything was ok with my stun gun. Thank you for your help, and you customer service is remarkable. Thanks again.";
name="K.Kelley";
}

if (quotes==7) {
body="We rate you at a 5. The person we talked to was Joe a nice fellow he explained to us about the product and if we decided to order we could let him know. He wasn't pushy and told us what we wanted to know and if we need another product we will be ordering from this company. They were also fast in delivery.";
name="K.Carl";
}

if (quotes==8) {
body="I received the package yesterday. I couldn't believe how fast it came. It's exactly what we wanted. One of the women that work in our office had gotten the same stun gun from her father. It was small and easy to handle so we all decided to get one for each of us. We work in the downtown area with people coming into the office all day long, so we wanted to be a little more comfortable with all the clients coming in and out, especially since there are only 4 women in the office most of the time. Unfortunately, that doesn't say much for society, but I'd certainly rather feel safe. Thanks again.";
name="C.Ricci";
}

if (quotes==9) {
body="I am very pleased with your product and your service - I rate it a definite 5! I heard about you just by doing a Google search. I was looking into getting a tazer gun, then learned from your website that a stun gun was more appropriate, particularly the pen size since I wanted to be able to keep it in my purse. Your website was very informative, particularly all the legalities of each item in each state/city, as well as how to use the different weapons. I would definitely recommend you to friends/family. Thank you.";
name="M.King";
}

if (quotes==10) {
body="I recently placed an order with your company. It was a great experience. I received my order fast. I was able to call and combine an order with no problem since I was placing it the same day. I ordered 3 of them. One for me, one for my husband and one for my daughter who is turning 18. If I had enough money I would buy one for every family member that was 18 or older. Thanks.";
name="P.Hernandez";
}

if (quotes==11) {
body="I received my Stun Gun this week and am very happy with the merchandise. I am seventy (70) years and found the 700,000 Volt Stun Gun -- Street Wise, an excellent choice. It is easy to handle. The three safety switch's is a plus for me. One main reason for the selection was the wrist strap with the disable Pin. I received the order in a reasonable time. I rate your service a 5 (excellent) I rate my experience with Self Defense Products Depot as excellent.";
name="L.Howarth";
}

if (quotes==12) {
body="The package arrived just as you promised within three business days. I am very pleased with the service; I would rate a 5 on a 1 to 5 scale. I'm also pleased that you care; so many places do not once the product is sold. I found you on the internet, I Google taser. The order was complete and in good order, I hope I never have to use it but I feel safer with it. Thank You.";
name="T.Newkirk";
}

if (quotes==13) {
body="I would rate your easy purchasing and fast delivery system a 5+. The products were for my daughter and her friend who had already been sadly mugged and ended up in the hospital. Thank you for providing easy to use self -defense merchandise to the innocents who might need back up defense just simply running errands of the day. I have also been forced to use your products simply walking in the park. Even though I'm proficient in the Martial Arts I was able to stop my aggressor's cold in his tracks by setting off my Stun Gun. It made him think twice. Thanks again from myself and daughter. I look forward to more purchases in the near future. Sincerely, A thankful patron.";
name="L.Litman";
}

if (quotes==14) {
body="Well actually I got it for my future wife, right now I'm in Iraq and I want her to be safe and have some protection. And your company has filled that safe while I'm not there. It arrives with great time too. Thank you";
name="E.Solano";
}

if (quotes==15) {
body="My purchase with your company went very smoothly. The product arrived quickly, the selection process was quick and painless and the product quality and price are first rate. There is no reason to consider purchasing a stun gun product elsewhere. I heard about you from an internet search on Google. I appreciate your help and will come back when I need a product. Thanks.";
name="N.Solomon";
}

if (quotes==16) {
body="I ordered the new streetwise 750,000 volt stun baton. It was easy to order and it came really quick compared to another company that I have recently used. Overall I am really pleased with the price and the service. I have told my friends about it and I believe they will get one to. Thanks.";
name="J.Steele";
}


document.write('<table width="100%" style="font-family:Arial, Helvetica, sans-serif;">');
document.write('<tr><td style="font-size:15px"><strong><font color="#013567">Testimonial</font></strong><br></td></tr>');
document.write('<tr><td style="font-size:12px"><font color="#000000">'+ body +'</font><br></td></tr>');
document.write('<tr><td style="font-size:12px"><font color="#000000"><strong>'+ name +'</strong></font><br><br></td></tr>');
document.write('</table>');