<!--
testimonial = new Array(10); 
author = new Array(10);
testimonial[0] ="This team works very fast and efficient. Did everything I asked for (keep in mind that I am very picky), had an excellent and prompt support. Very happy to work with these guys and would be willing to work with them again in the future. I have already booked them for my other two projects."; 
author[0] ="Rachel Long";
testimonial[1] ="Working with these guys was truly a dream, they got the work done in a very timely manner did everything that I asked and more. I would gladly work only with this team in the future"; 
author[1] ="Doug Bartholomew"; 
testimonial[2] ="In the very beginning I didn't have a clear idea what were the exact features of my website and related programs. VIE Scripts helped me to work out my website in every detail, so now I don't have to invent the wheel thinking how to create a website facilities and just keep promoting my services and increasing my business.";
author[2] ="Bernard Walker";
testimonial[3] ="To be at the top of competition my website requires frequent updates. After VIE Scripts started maintaining my website content I got absolutely free to concentrate on promotion and sales. It's a dream working with this team and I am going them to do even more job in the nearest future.";
author[3] ="Michael Trimax";
testimonial[4] ="I love these guys, they have saved me of server overloading problems, reconfigured my server and installed latesr software versions on it. I have taken them as permanent server support.";
author[4] ="Lenny Ambersen";
testimonial[5] ="I really really love to work with VIE Scripts. A great and fast support, working out every web program detail. At last I got a product I might only dream about. I have already booked them for my next 2 projects.";
author[5] ="Richard Chamberton";
testimonial[6] ="Thinking to start a web business I have engaged VIE Scripts team. At last I got a turn key solution with all design concept, programs, content and a marketing concept of my business. In a month after launched my business started making me a good profit. I'm already thinking to engage VIE Scripts work on my new projects.";
author[6] ="Charles Gingles";
testimonial[7] ="This might sound unbelivable, but after VIE Scripts has renewed my older sales page ad copy, I cannot really afford that many sales. I'm going to increase my delivery team.";
author[7] ="Carrol Nelsy";
testimonial[8] ="Impressive design concept for my website. Thank you Victor!!";
author[8] ="Gabriella Earnest";
testimonial[9] ="Excellent job, great support and communication! Victor and his team work quickly and very professionally. They are a knowledgeable and trustworthy web developers team. I will continue work with them on my future projects. I definitely highly recommend their services!!!";
author[9] ="Daniel Duverge";

//calculate a random index 
index = Math.floor(Math.random() * testimonial.length); 
//--> 

