function rand ( n )
{
  return ( Math.floor ( Math.random ( ) * n + 1 ) );
}


var random_quotes = new Array ( );
random_quotes[0] = "Thank you so much your awesome service. It really works! I found out about this on YouTube and thought this was a great idea!! Thank you so much!!";
random_quotes[1] = "I first heard about this website because I saw on s-----[name removed from quote]'s youtube videos that he had gotten a lot more views on his videos really fast.  Then I saw his video advertising this site.  I put 2 and 2 together and at first I thought it was just a coincidence, but then I tried the site and I literally fell out of my chair in front of my computer when I saw that I had so many more views!";
random_quotes[2] = "This site is awesome! At first I was not sure whether or not I would actually be able to get views from them, (because of the thousands of scam sites out there), but it actually works! Anybody who just cannot seem to get your youtube channel going, this is the site for you! Try it! You have nothing to lose!";
random_quotes[3] = "I used to watch my videos slowly climb to a 1,000 views. I even have 10,000 friends! When i found this site it changed the way i viewed uploading a video forever. Now i upload a video and acquire tons of views! This program works, and it's easy all you do is sign up and click around for a while and then you have youtube celebrity status! Thanks a lot!";
random_quotes[4] = "Wow that's great when you get me views! This is so great! I was so happy when I found I had them. You're the best!";
random_quotes[5] = "All you have to do is give them the link to your movie/video like I did, and soon you have a thousand more views on it. It really helps to get your video noticed.";
random_quotes[6] = "I really thought this was fake, but it really wasn't. My views jumped up 1,000 views. I was very shocked to know it actually worked. I am still happy right now. Everyone should use it since it's free. :-)";
random_quotes[7] = "For all of you that think that this is a scam, THIS IS REAL!!! Pick an option it really works. Try it";
random_quotes[8] = "Well this is the greatest way to get discovered on youtube. At first I thought this was to good to be true but then I got my views and i would advise everyone to use this site to the fullest";
random_quotes[9] = "This site is very helpful and useful. I think all people should do it! It helps to get a lot of views. Everyone should visit this site of awesomeness!!";
random_quotes[10] = "Yeah awesome this is so cool!! mate thanks ;-)";
random_quotes[11] = "When I saw an advertisement for this, I was like 'Yeah Right'. I actully went to this site and I was amazed. I completed some offers and I wasn't too confident but then i got 790 views! This site really works!! I was so excited and happy!!";
random_quotes[12] = "Wow i never thought that websites could get you youtube views and when I actually got them I was jumping up and down screaming cause it WORKED";
random_quotes[13] = "At first I thought this was just a scam and that they just wanted to take my money or something, but now that I tried it, it's awesome! almost fell over when I saw how many views I had! This website rocks!";
random_quotes[14] = "Whoever made this website was a genius!!!! Keep up the good work!";
random_quotes[15] = "I thought this was a scam but i saw a couple people advertise so i tried it out and it really worked!";
random_quotes[16] = "Hi, i really thought you were not going to give me the views but when you did it was great. You really helped me guys! You're great!";
random_quotes[17] = "I got referred to enhance views from a friend, and thought I should check it out and see if it worked, and it DOES!!! It's not artificial. It's real people watching your video. They only watch thirty seconds of it and are sent to another video. And I love how you can easily get credits, and FOR FREE! You just leave the page open in another tab, and bam you get free credits. You can even leave it open in multiple tabs, you don't even have to stay on the page, you just have to leave it open and then go to another tab and do your other normal stuff. I love it, and definitely will refer it to friends.";
random_quotes[18] = "This site is absolutely AMAZING. It's fun to earn credits, and you get things out of it, sign up everyone, the more people who sign up, the more views you get. THIS IS NO SCAM, SERIOUSLY.";
random_quotes[19] = "This is a great website! It's not a scam, which surprised me and I started receiving my views instantly. I use this great website on my videos that don't have many views to get them tons!";
random_quotes[20] = "Enhance Views is a five star fast and free way to get your youtube video noticed and I couldn't be happier with the results I've received. I definitely recommend this site to anyone who's struggling to get their video/videos discovered!";

random_quotes[21] = "Unlike other sites that make you believe there main purpose is to increase your views Enhanceviews.net actually works! It's easy, it's free,they keep their promise. So far I've tried 7 other sites dedicated to helping you increase your video views so that your video shows up more easily when searched for, and this one has been the best by far, as well as the only one I haven't had to pay for. I highly recommend you try Enhance Views because you won't regret it!";

random_quotes[22] = "This idea was genius! My number of views comments and subscribers have drastically improved and I couldn't be happier with this site.";

random_quotes[23] = "I have never experienced using a youtube site that promised to dramatically increase video views and actually kept that promise until I tried enhanceviews.net. I definitely recommend it!";


function pick_quote ( )
{
  document.getElementById("random-quote").innerHTML = random_quotes[rand(24)-1];
}

