

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

if (quotes==0) {

body="Beading is my escape from reality, my sanity and amazing hours of pleasure. Thank you for your phenomenal site! <br><br> Fran";
}

if (quotes==1) {

body="I do want to thank you for your video tutorials.  I am new in the handmade jewelry business after being away from the practice for many years.  Your videos are great.  Thank you very much for the time and effort you put into them.<br><br>Francine";
}

if (quotes==2) {

body="I wanted to write and tell you how impressed I am with your company and website. I placed a small order on the 15th and was shocked when you shipped it the SAME DAY! Amazing! I am extremely impressed with your prices, service, and speed of delivery. I will be using your site exclusively for my crystal orders! Thank you for being a bright spot for the service your company has displayed. <br><br>Tracy, Michigan";
}

if (quotes==3) {

body="I just received my order. I would like tell you how pleased I am with the products I received.  I have also done rings with your videos and am very happy with my results. I will be recommending your site to my friends. I will also be ordering again, and again.  <br><br>Thank You , Barbara from Seattle, WA.";
}

if (quotes==4) {

body="I just wanted to say Thank you to you guys for all that you do for people! I found you guys on YouTube, and have gotten some great ideas from the Karla Kam! I love Karla! I can't wait to buy some things off of your website! I have been making jewelry for over 8 years.You guys have an awesome selection of beads, and more! <br><br>Thanks again, Andrea Montoya";
}

if (quotes==5) {

body="I've only started beading since just before Christmas and I have learned more from your site on how to do things and ideas than any other website I've been directed to. I love the Projects, the Karla Kam, the prices, the speed, the free shipping, the occasional coupon code and the quick and helpful responses I get from your site. I have a few friends getting into beading and have highly recommended your site to them. <br><br>Thanks again, Virginia";
}

document.write('<div align=left; style="margin: 0px 10px 0px 20px; font-family: trebuchet ms; font-style: italic; font-size: 11px;">');
document.write(''+ body +'');
document.write('</div>');
