function quotes()
{
//15
var ranNum= Math.round(Math.random() * 15);
if (ranNum == 0){document.write('"...after 39 years of employment by others I have found the Contractor Umbrella experience a pleasure to be part of..."'); } // 01
if (ranNum == 1){document.write('"I have been using Contractor Umbrella for 4 years and have always found their service to be excellent."'); } // 02
if (ranNum == 2){document.write('"I have been contracting for 20 years and you are by far the best professional organisation I have used in that time."'); } // 03
if (ranNum == 3){document.write('"Frankly, I would strongly recommend Contractor Umbrella to anyone who needs this kind of services."'); } // 04
if (ranNum == 4){document.write('"I have recommended CU to numerous people and all of them are very happy with the service they receive."'); } // 05
if (ranNum == 5){document.write('"Wonderful these days to have such personal, swift and human contact with a company!"'); } // 06
if (ranNum == 6){document.write('"I have also looked around for other umbrella companies to see which was the best value for money, and Contractor Umbrella are by far the best..." '); } // 07
if (ranNum == 7){document.write('""I was worried about finding a reliable umbrella company and am so glad to have been recommended Contractor Umbrella."'); } // 08
if (ranNum == 8){document.write('"Thanks for the excellent service up to now. I wish I had switched to your services years ago." '); } // 09
if (ranNum == 9){document.write('"Good work, you guys rock. I keep recommending you to everyone I meet." '); } // 10
if (ranNum == 10){document.write('"Can I just say that the service you guys have provided to me has been consistently excellent..."'); } // 11
if (ranNum == 11){document.write('"Contractor Umbrella provided a fantastic service to me during my final months as a contractor and were by far the best in the market - I even recommended a friend to you!"'); } // 12
if (ranNum == 12){document.write('"I am a difficult person to please so anyone who manages that rates highly with me. I shall not hesitate in recommending your services to others"'); } // 13
if (ranNum == 13){document.write('"I think the service you offer is great, and find your web site easy to navigate and understand. I wouldn\'t hesitate to recommend you to others."'); } // 14
if (ranNum == 14){document.write('"Thanx, and can I just say that you guys have one of the best online systems I have ever experienced (you are up there with Amazon on my list of easy-to-use sites)." '); } // 15
if (ranNum == 15){document.write('"I have found, much to my surprise in these days of poor customer service, that the CU team deliver exactly what they promise" '); } // 16
}