/* 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="Hatari";
body="Extremelly happy with the service and great customer support.";
}
if (quotes==1) {
user="Abrhim";
body="I cannot believe how fast and stable the VPN service Banana offer, not only that they did provide with excellent support when I needed ";
}
if (quotes==2) {
user="Abrhim";
body="I can watch HDD from IBBC and fast browse the internet in the same time. Keep the good work Banana you are the best.";
}
if (quotes==3) {
user="Peter";
body="Very easy to set up on my computers and mobile devices. Customer support via email is stellar. ";
}
if (quotes==4) {
user="Clive";
body="Using UK Banana VPN, mostly from Singapore but also from Canada and other places. Works well on my MacBook Pro with L2TP built-in VPN software";
}
if (quotes==5) {
user="Sekers";
body="Just installed in Spain. Installing on Mac OS Snow Leopard very easy, running in a rural region with a 2 Mbps connection. We are pretty stunned to be able to see BBC IPlayer full screen.";
}
if (quotes==6) {
user="Abdul";
body="They help me use my flashed linksys router to dial vpn so i can use PS3 and pc at the same time! I was looking for solution for long time";
}
if (quotes==7) {
user="David J.";
body="The VPN service was great and made my stay in China far more bearable. I have recommended Banana to other foreigners living there.";
}
if (quotes==8) {
user="Christoph";
body="After having searched for a reliable VPN services I finally tried Banana VPN. And I have to admit that I am actually very, very impressed.";
}
if (quotes==9) {
user="Katelyn";
body="I am so happy with the service in Kuwait i just bought a second account for my daughter\'s laptop!";
}

document.write('"' + body + '"' +' - '+ user);


