	// JavaScript Document
	// Set up the text files to be used.
		var theText = new Array() 
	// do not change this theText[0] = 'Test 1';
		theText[0] = '<table cellpadding=1 cellspacing=1 border=0 width=100%><tr><td><span class="refresh">&#8220;After researching the market place for more than a year, CSSI feels that Skelta is the leading product in terms of agility, scalability, robustness and ease of deployment.&#8221;</span></td></tr><tr><td align=right><span class="refreshb">CSSI</span><br></td></tr></table>';
		theText[1] = '<table cellpadding=1 cellspacing=1 border=0 width=100%><tr><td><span class="refresh">&#8220;Skelta helped us automate our people driven processes. Skelta BPM for human-centric automated process management provided us with a smart, scalable solution for all transactional content. Skelta anytime, anywhere, access via its multiple channels has simplified our business operations turnaround time dramatically.&#8221;</span></td></tr><tr><td align=right><span class="refreshb">Indiabulls</span><br></td></tr></table>';
		theText[2] = '<table cellpadding=1 cellspacing=1 border=0 width=100%><tr><td><span class="refresh">&#8220;Everything seems to be going perfectly with the Automated Performance Evaluation Process. I am getting copied in on all notifications, and the approval process is running smoothly. We are also getting nice feedback from the users. Great job! Thank you!&#8221;</span></td></tr><tr><td align=right><span class="refreshb">Roland DGA Corp.</span><br></td></tr></table>';
		theText[3] = '<table cellpadding=1 cellspacing=1 border=0 width=100%><tr><td><span class="refresh">&#8220;Skelta BPM solutions have greatly benefited us in achieving our operational effectiveness&#8221;</span></td></tr><tr><td align=right><span class="refreshb">Velankani Information Systems</span><br></td></tr></table>';
		theText[4] = '<table cellpadding=1 cellspacing=1 border=0 width=100%><tr><td><span class="refresh">&#8220;The reason we chose Skelta over the other packages is because it is highly configurable, fully embeddable and based on the .NET framework and SQL Server, both of which we have used to build our own product as well.&#8221;</span></td></tr><tr><td align=right><span class="refreshb">Diagonal Solutions</span><br></td></tr></table>';
	// do not edit anything below this line
		var j = 0
		var p = theText.length;
		var preBuffer = new Array()
		for (i = 0; i < p; i++){
			preBuffer[i] = new Array()
			preBuffer[i].src = theText[i]
		}
		var whichText = Math.round(Math.random()*(p-1));
		function showText(){
	//This a wrapper for the text array it can be changed if need
	document.write('<p>'+theText[whichText]+'</p>');
	}