// JavaScript Document


function testimony(id){

	//alert(type);
	var thisLayer = document.getElementById(id);
	var type = Math.round(6*Math.random());
	//alert(type);
	switch(type){
	
//Sample Movie Switcher
		default:
		thisLayer.innerHTML = ''
				
		case 0: 
		thisLayer.innerHTML = 'They took the time to understand my objectives and worked very cooperatively, congenially, and creatively to develop a design that complimented my music.<br /><br />- Paul Harrison, Musician'
		break;
				
		case 1: 
		thisLayer.innerHTML = 'The people at Mindstorm are highly professional and skilled at their craft.  They provide top notch service with a personalized touch.<br /><br />- David Cotton<br />Lead Singer, Brainfang'
		break;
		
		case 2: 
		//alert('is two');
		thisLayer.innerHTML = 'Their staff is courteous, their response time is quick, and their craftsmanship is unparalleled.<br /><br />- Jay Dunmore<br />CEO, Precision Video Imaging'
		break;
		
		case 3:
		thisLayer.innerHTML = 'Mindstorm ensured success of the project with consistent follow up and attention to our needs...delivering a high-quality website that exceeded our expectations.<br /><br />- Tangela Smith<br />Marketing Manager, Center for Organizational Excellence'
		break;
		
		case 4: 
		thisLayer.innerHTML = 'Mindstorm sat down with us and discussed what we wanted and needed our website to do.They came through with flying colors!  I definitely will use them again.<br /><br />- Paul Pittman<br />Executive Director, Head Start of Washington County,Inc.'
		break;
		
		case 5: 
		thisLayer.innerHTML = 'Not only do they deliver fantastic service (with a smile), they deliver some of the most creative graphics I\'ve ever seen...I wish all companies were run as well as this company!<br /><br />- Mike Zampi, Musician'
		break;
		
		case 6: 
		thisLayer.innerHTML = 'Mindstorm did a great job creating compelling audio-visual messages that livened up our website and helped differentiate SPARDATA from its competitors.<br /><br />- Brad Davidson<br />CEO, SPARDATA'
		break;
		}
}
