/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 10;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
user="Bisi";
body="Finally I am hosting with a smaller enterprise which gives me the consistency and quality I need for my sites.";
}
if (quotes==1) {
user="John Beach, Kiddycard.co.uk";
body="I cannot recommend Banana Hosting enough. They have by far the best customer service we have ever encountered.";
}
if (quotes==2) {
user="Darryn, Massbayboating.com";
body="Anytime I have a question or a problem, i get fast, helpful responses every time!";
}
if (quotes==3) {
user="Laurie, Civilwarinteractive.com";
body="We demand almost no downtime, and expect prompt answers to any problems. We get both with Banana. Very adequate database availabilty and great pricing.";
}
if (quotes==4) {
user="Wendy, Wenryett.com";
body="I love Banana! Anyone with web hosting needs would and should feel 100% comfortable relying on Banana Hosting.";
}
if (quotes==5) {
user="Neil, Nsws.co.uk";
body="First class hosts. I've used many hosting companies in the past and none compare to the standard provided by Banana Hosting.";
}
if (quotes==6) {
user="Paul, Saitco.com";
body="Banana Hosting meets our needs and budget and we would recommend them to others looking for reliable web and email hosting.";
}
if (quotes==7) {
user="Mark Gorney, Worldisc.net";
body="Excellent, unparalleled value for money. No problems or down time. Long live the Banana!";
}
if (quotes==8) {
user="Karyna DaRosa, Karyna-online.com";
body="I'm just writing to say how pleased I am with Banana Hosting. My experience has been flawless. Johnny is always on the ball!";
}
if (quotes==9) {
user="S.Ballon, Shayspot.com";
body="I highly recommend Banana Hosting and services. You won't meet friendlier, more helpful people who seem to really care about you and your successes like Banana hosting seems to!";
}

document.write('"' + body + '"' +' - '+ user);

