function getServices()
{

var mtQuotes = new Array();

mtQuotes[0] ='Web Development|<br><li><img src="/images/button2.png" border="0" alt""/>&nbsp;<a href="/php-web-development.html" class="link">PHP Website Development</a></li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;ASP.NET Website Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;XML, AJAX, Java Script</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;<a href="/wordpress-customization.html" class="link">Wordpress Customiztion</a></li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Wordpress Plug in-Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Coldfusion Website Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Joomla CMS</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;<a href="/ecommerce-development.html" class="link">E-commerce Website Development</a></li><div class="moreinfo"><a href="/web-development.html" class="moreinfolink" > More.. </a></div>';    
		
mtQuotes[1] ='Software Development|<br><li><img src="/images/button2.png" border="0" alt""/>&nbsp;PHP Application Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Visual Basic, VB.Net, C#</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Application Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Java Software Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Time Sheet Management</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;E-commerce Application Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Project Management / CRM</li><li>&nbsp;</li><div class="moreinfo"><a href="/software-application-development.html" class="moreinfolink" > More.. </a></div>'; 
		
		
mtQuotes[2] ='Mobile Application Development|<br><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Android Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Symbian Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;iPhone Development</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Windows Mobile Development</li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li><div class="moreinfo"><a href="/mobile-application-development.html" class="moreinfolink" > More.. </a></div>'; 

mtQuotes[3] ='Web & Graphic Design|<br><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Logo Designing</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Corporate Identity Packages</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;WordPress Theme Designing</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Tableless Web Designing</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Flash Intros & Web Designing</li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li><div class="moreinfo"><a href="/web-design.html" class="moreinfolink" > More.. </a></div>'; 

mtQuotes[4] ='Internet Marketing|<br><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Search Engine Optimization</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Traffic Analysis</li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;<a href="/link-building.html" class="link">Link Building</a></li><li><img src="/images/button2.png" border="0" alt""/>&nbsp;Pay Per Click</li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li><li>&nbsp;</li><div class="moreinfo"><a href="/internet-marketing.html" class="moreinfolink" > More.. </a></div>'; 

var randValue = Math.floor(Math.random() * mtQuotes.length);
//return mtQuotes[randValue];
//alert(randValue);
//alert(mtQuotes[randValue]);
//document.write(mtQuotes[randValue]);
//alert(document.getElementById('dvtest'));
//document.getElementById("dvtest").innerHTML="test"
//alert(mtQuotes[randValue]);
var res = mtQuotes[randValue].split("|");


document.getElementById("dvstitle").innerHTML=res[0];

document.getElementById("dvservices").innerHTML=res[1];
}
//getTestimonial();
getServices();
