<!--
var r_text = new Array ();
r_text[0] = "I received my wedding favours today and I must say a huge THANK YOU to your company for it's efficiency and for the lovely quality of the product.<br><br><span>Judy Salerno</span>";
r_text[1] = "I have just placed another order for a couple of things I have thought of since the last order. I will not hesitate to tell all my friends to use Chloe Beck. Thank you so much, other companies could learn from you!<br><br><span>Victoria Hannan</span>";
r_text[2] = "Thank you for our order which we received yesterday we are very happy with them. We will recomend you to others for first class service.<br><br><span>Mary McKay</span>";
r_text[3] = "Just wanted to compliment you on a faultless, and fast and altogether excellent service.<br><br><span>Ellen Dickson</span>";
r_text[4] = "Excellent service - I received the item this morning. Superb service - many thanks!! I will definitely use you again.<br><br><span>Sue Ford</span>";
r_text[5] = "Thank you so much for your prompt delivery, I was so excited when I opened them. I hope to be doing more business with you soon.<br><br><span>Stephanie Burn</span>";
r_text[6] = "It is 12:30pm and I have just received my order from you. I only ordered it yesterday and would like to thank you and the way the order was processed. It was absolutely brilliant.<br><br><span>Heather Earnshaw</span>";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

//-->
