function writeQuote()
{
var theQuotes = new Array(
"Your product works wonders!",
"hopster is THE buzz word at the moment within our air tight securtiy network!",
"I am very grateful that there is a service like hopster!",
"Thanks, yes, this worked!",
"You have a winning product/service!",
"You guys have a great product!",
"It worked GREAT!",
"Thanx for a great program! :)",
"Really saved my bacon :)",
"I have a firewall and couldn't get on irc but now I can!",
"I think your program is amazing!",
"The program is phantastic!",
"I tried it and it worked!",
"hopster requires no configuration!",
"There was no complex setup involved and seems to work well!",
"To our surpise it not only detected the proxy server, it used the only outbound port we allow!",
"Thank you very much for your excellent product!",
"Once again, good job, well done!",
"I´ve tried everything and hopster is the only one that works!",
"Keep up the amazing work, the software is great!",
"I just started using your high-speed service - it works excellently!",
"It looks almost too easy to configure and set up!",
"Congrats on hopster, mate - seems to be working great :)",
"It is working like a charm! hopster is a true masterpiece!",
"I'm currently subscribed to hopster plus, and am extremely happy with the service.",
"Good work!!! Congratulations!!",
"F****** awesome! Rock on!",
"I love the way hopster works. Congratulations on your work!",
"Thanks for a top service!",
"Keep pumping out great products, I love your work!",
"I am a registered costumer and I really enjoy using hopster PRO :-)",
"Sets itself up and was running in a matter of minutes!",
"Started using it, hopster did everything it was supposed to do.",
"Your product is a godsend, keep up the good work...",
"It's an amazing program!",
"Thank you for such a prompt service and wonderful product!",
"Thank you very much! hopster is really marvellous!",
"It's cool that the bypass actually worked!",
"I have nothing but praise for Hopster! Keep up the great work!",
"hopster is light years beyond ByPass in terms of ease of use, look and feel, and setup.",
"I just purchased hopster Plus earlier today, and I have to say that it's working superbly.",
"It's working so well that I would like to upgrade to the Xtreme edition as soon as possible.",
"Your customer service was a nice suprise. Thank you for exceeding expectations.",
"Thank for running a superb service!",
"I really would like to thank you for your help and assistance!",
"The easiest tunnling app I've ever seen!",
"Your program is brilliant!",
"Its an easy way to use my favourite programs without having to fiddle around with settings!",
"I really think Hopster is awesome!",
"Thank you for hopster, it rocks!",
"I have struggled with Http-Tunneling and the like till I discovered hopster!",
"I admire the work you have done with hopster!",
"It automatically detects the ports on the network!",
"Our network needs authentication, and hopster bypasses that!",
"Thanks! for existing.",
"After 2 years of trying I have finally come across a program which actually works!",
"It's working great with WebSense!",
"YOUR PROG FREAKIN' ROCKS!!!",
"I'm very happy with it, and have recommended it to others.",
"Thanx again for the brilliant service!",
"Your program is top class!",
"It's the only one which has managed to bypass my network.",
"So fantastic work, im really impressed!",
"When i started passing IE trough it my name disappeared from the log files!",
"I'm very pleased to use hopster, thanks a lot for your good job",
"This is really a neat piece of software!",
"I would just like to say how brilliant hopster is and how it works everytime for me!",
"I am just amazed at how you fellas somehow made a program that bypasses a firewall!",
"I use it nearly every day as the administrators decided to block all messenger services!",
"When I heard of hopster I was relieved!",
"I discovered your program today, and after initially thinking it was just another piece of crap I'd downloaded, I realised that Kazaa was actually functioning through my firewall!",
"A really, really big thankyou to you for programming the program, because it's one of the best things I've ever seen",
"This is quite remarkable!",
"A few bucks a month is nothing compared to the freedom you've given me!"
);

var theCurrentQuoteNumber = Math.ceil(Math.random() * theQuotes.length)-1;
document.write(theQuotes[theCurrentQuoteNumber]);
}