
var num_of_quotes = 13;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="Just a quick note of thanks. The scent is lovely! I will definitely be back. Thanks again!";
name="Jenny";
}

if (quotes==1) {
body="Hi Gary, Thanks so much I wasn't aware of the diffrence. Once again this stuff is great!! I was using TEN and N10Z by Intense and it doesn't even compare. I will be a frequent repeat buyer and have sent a lot of refferals your way. Keep up the good work!";
name="Phill.";
}

if (quotes==2) {
body="Sorry guys, I won't be telling anyone else about your products. This shit kicks ass! I have used many different pheromone brands and I have never seen anything like what you guys have made.";
name="Mark H";
}

if (quotes==3) {
body="We wanted to send a quick note to tell you guys your attract Lesbian worked perfectly. My wife and I got it as an experiment and well, It worked within 20 minutes with one of her coworkers and I got my first threesome! THANKS GUYS!";
name="KC";
}

if (quotes==4) {
body="Hello! The phabulous pheromones (phorgive my alliteration;) Pheromones are amazing, it's fun to watch people's reaction to my perfume! I think the world would be a much cozier place if we all just got ahold of some excellent pheromones like the ones you offer! Thank you so much!";
name="Karen";
}

if (quotes==5) {
body="When I first received my order I put the pheromones on. I have to admit I went to bed disappointed after wearing the pheromones all day and getting no reaction from my wife. At two in the morning though I was awoken by my wife kissing me, the kissing lead to the best sex we have had in years, in fact the first sex we had in over a year. Thank you! Thank you! I am ordering two more bottles for my adult sons, and one more for me. Thank you again!";
name="Edwardo J";
}

if (quotes==6) {
body="Man, I don't know if it's just in my head or your product really works, but either way I don't care! My buddies don't know what the heck happend to me. Hey, I'm the pheromone kid now. Thanks guys I'm having more luck with the chicks than I ever have in my life.";
name="Reno Nv";
}

if (quotes==7) {
body="I absolutely love the scent of your Possess for women. I would buy it for the rest of my life even if it didn't have pheromones in it. I hope I spelled that right. Anyway, Thank you! Kisses!";
name="Crystal W";
}

if (quotes==8) {
body="I just wanted to tell you that I'm really happy with your product. I had no idea what pheromones did before getting your product and wasn't sure that they would work. At first I thought it was in my head but I have had way to many flirts for this to be just me. Thank you, I'm really enjoying the experiment!"; 
name="OXOXo";
}

if (quotes==9) {
body="We can't thank you enough for all your help. It was my fault that the wrong Possess was ordered and I appreciate you guys taking such good care of us and exchanging it for free, and so quickly. My husband and I love your product and will be customers for life! Thank you."; 
name="Diana, CA";
}

if (quotes==10) {
body="I have been meaning to tell you I like your web site, your design is strange and interesting at the same time. But then your products are strange and interesting also. So, I guess it all makes sense.";
name="Daphne";
}

if (quotes==11) {
body="I'm converted. I will never wear regular cologne again.";
name="Dave, IL";
}

if (quotes==12) {
body="I AM LORD PHEROMONE! Yeah, I like your product! Thanks, this is just what I needed!";
name="Castro Valley, CA";
}

if (quotes==13) {
body="I just wanted to drop a note and let you know it arrived quickly! I have to say I am 110% convinced.. I go to the same place regularly... Only those who work there are comfortable enough with me to talk to me... Never has a lady made so much eye contact with me that I didn't know.. And two became very very talkative! This is extremely... Well, impossible to be honest... Yet your product certainly pulled it off! If I wasn't in such a hurry, I have no doubt I would have left there with a date, or at least a phone number! I will be a regular customer for as long as I need your product!";
name=":), AZ";
}

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('</table>');