<!--
function random_text()
{};
var random_text = new random_text();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text
random_text[number++] = "Excellent Job! I have done a lot of out sourcing in the past few years and this project needed a lot of work. I sent a lot of data that they needed to review, I explained what I needed and they went to work. It is nice to work with someone that you don't have to explain yourself 100 times over. I was able to talk to the provider if needed, I did not have to explain myself 100 times. I had a dead line and they made sure that it was met. There programming skills I can only say Excellent. I will use them again on other projects. Thanks guys for all you have done.<br><p><b>Scott Stepney</b><br><a href ='http://www.emediahost.com' target =_blank>e-mediahost, USA </a>"
random_text[number++] = "DesignIndia is GREAT ! Very creative, on time, Kaustav and his team will deliver more that expected. Our company will use his services over and over again, he demostrates his skills with the final product, which I love it. As a buyer you can <i>tell him</i> what you want and he will do it, but several times what I want don''t neccesary is the best, I found the perfect fromula that works between kaustav and us: Tell kaustav in detail what you want and LET HIM do it his way, you'll get impress by his quality and attention to detail. Highly recommended.<br><p><b>William Murillo, CIO</b><br><a href ='http://www.murillo.com' target =_blank>DealersOnlyUSA Corp</a>"
random_text[number++] = "Although the scope of this project changed after being awarded, I was impressed by DesignIndia' professionalism and responsiveness. I look forward to working with them on future projects.<br><p><b>Victor Sipos</b><br>Patent Attorney, USA"
random_text[number++] = "They are solid providers who not only understand your needs, but offers useful and practical suggestions and advices (free of course!) to help you develop a effective website. Very professional and competent. In addition, they design your site with search engine optimization in mind! Highly recommended for those with bigger and more tedious project as they are those that guide you along and will truly add value to you. No problem with communication as they speak fluent English.<br><p><b>Tan Wei Teck</b><br><a href ='http://www.mytravelxp.com' target =_blank>My Travel Experience LLC</a>"
random_text[number++] = "Excellent stuff, really innovative work that delivered just what I wanted. Impressive Research and Development from them, and good response to changes/additions. Will definitely consider using again!<br><p><b>Andy Grove, CEO</b><br><a href ='http://www.netwealthcreator.com' target =_blank>Net Wealth Creator</a>"
random_text[number++] = "Excellent provider, very high quality work, and super fast communications. Always responded to emails or IMs, was available outside of business hours. The work submitted was superb and we will do business with them again. Thanks for the great designs!<br><p><b>David Hauser</b><br>"
random_text[number++] = "Great and professional designer! Completed my project on time, and offered unlimited revisions that were all done the same day as requested! I look forward to our next project together!<br><p><b>Brian Sebastian</b><br>"
random_text[number++] = "Very reliable company to work with. Thank You!<br><p><b>Chris Padavik</b><br><a href ='http://www.gentlemensimageconsulting.com' target =_blank>Gentlemen's Image Consulting</a>"
random_text[number++] = "Great people to work with. Good communication throughout the project. Completed as per specifications and changes. Thanks!<br><p><b>Carlos</b><br><a href ='http://www.carotech.com' target =_blank>Carotech</a>"
random_text[number++] = "DesignIndia knew what we needed and got the job done...on budget and ontime! Great Job!<br><p><b>Nathan Nunez</b><br><a href ='http://www.sundbladmedical.com' target =_blank>SundBlad Medical</a>"
// Create a random number with limits based on the number of possible random text strings
var random_number = Math.floor(Math.random() * number);
// Write out the random text to the browser
document.write(random_text[random_number]);
//-->