// rotate testimonials on home page right rail	  
quotes = new Array(19);
authors = new Array(19);
quotes[0] = "A good domain name will drive natural organic traffic to your site and jump start your business plan.";
authors[0] =  "Chuck Townsend, GiftsForguys.com";
quotes[1] = "It is critical to have the right domain name - particularly when you are an online business company.";
authors[1] =  "Saroja Mohanasundaram, Healthbase.com";
quotes[2] = "The smartest investment we have made is purchasing www.Hugz.com from BuyDomains. And we hear it all the time from our customers from around the world.";
authors[2] =  "Peter Connors, Hugz.com";
quotes[3] = "The right domain name is the difference between success and failure.  On the internet your domain name is your &#39;real estate&#39;. Get it right the first time.";
authors[3] =  "Hugo Burge, hereorthere.com";
quotes[4] = "This domain purchase has been one of our most profitable purchases ever. We have over 150 domain names and this one has been a true success.";
authors[4] =  "George Rodriguez, LearnSalsa.com";
quotes[5] = "When we used BuyDomains.com to secure the acquisition of SLAMBaseball.com, our sales jumped 25% the first month! This is proof that there is real value in the right domain.";
authors[5] =  "Dan Henderson, SLAMBaseball.com";
quotes[6] = "In the increasingly competitive world of internet commerce, having a strong domain name can provide a major edge.";
authors[6] =  "Joe Mazzarella, RoomRate.com";
quotes[7] = "We were lucky enough to acquire the domain name that we were after through BuyDomains.com and to this day we reckon it was the best purchase that we have made.";
authors[7] =  "Andrew Bailey, Microbuild.com";
quotes[8] = "Buying this domain name from BuyDomains.com was the best money I have ever spent and the online exposure we have gained has made our Business a Booming Success.";
authors[8] =  "Brian Langohr, FireplaceGlass.com";
quotes[9] = "There is no better marketing tool then the internet and the right domain name can get your website the traffic you need to succeed.";
authors[9] =  "Brian Langohr, FireplaceGlass.com";
quotes[10] = "Our main web address is www.cmaa.co.uk but now with purchase of www.CobraMartialArts.com our Students and Members can find us much easier on the Internet.";
authors[10] =  "Andrew Morrell, CobraMartialArts.com";
quotes[11] = "Selecting and securing the most appropriate domain name is crucial to traffic. Keyword domain names are worth the investment.";
authors[11] =  "Brad Brewster, HangingBaskets.com";
quotes[12] = "I would advise any business owner who wants to maximize their exposure, to get a generic domain name for their web site and supplement it with other related domain names.";
authors[12] =  "Stu Maloff, OrlandoBasketball.com";
quotes[13] = "Acquiring the right URL was critical to our success. A year later, after moving our site and rebranding to match the URL, revenues have tripled and online leads represent over half of our revenue conversion.";
authors[13] =  "Keith Paulin, hotelinternetmarketing.com";
quotes[14] = "A proper domain name is everything in online marketing. You can have a great business idea but without that perfect domain name...you have an uphill battle trying to get your site well known.";
authors[14] =  "Scott Merlo, GolfPartners.com";
quotes[15] = "The most important lesson I have learned as a business person is to keep the message to the customer simple and consistent. Your brand and domain name should clearly communicate the value of your product or service.";
authors[15] =  "Michael Bevans, PhotoBot.com ";
quotes[16] = "A good domain name is crucial in ongoing success, some people think that can take any domain name and make their site great, but truthfully that is rare, it must be catchy and easy to remember.";
authors[16] =  "Robert Brown, REALationship.com ";
quotes[17] = "I've reallocated a significant portion of my advertising budget to purchasing domain names. I find it much more cost-effective in the long term by purchasing domains that provide ongoing direct navigation traffic. The traffic is free and the domains appreciate in value.";
authors[17] =  "Braden Pollock, www.LegalBrandMarketing.com";
quotes[18] = "Purchasing an easy to remember domain name has helped greatly with our branding, and our revenues have grown steadily each month.";
authors[18] =  "Gwendolyn Lee, RubberStamps.net";
//calculate a random index
index = Math.floor(Math.random() * quotes.length);
