// JavaScript Document
	startNum = Math.floor(Math.random() * 3);
	
	var i=0;
	var quote=new Array();
	var client=new Array();
     quote[i]="Thank you so much for hitting all of the high points of our argument... I was referred to you by two different people and, boy, am I grateful to them";
	 client[i++] = "L.A., Salt Lake City";
	 quote[i]="Thank you for your tireless efforts these past months.  We would highly recommend your office to anyone looking for legal assistance.…";
	 client[i++] = "Rod &amp; Shaunae, Salt Lake City";
	 quote[i]="I cannot tell you how much more at ease I have been since you came onto this case.  I feel a lot better just knowing that you are taking care of things.";
	 client[i++] = "R.H. Park City";
		 
	var quoteNum = Math.floor(Math.random() * i);
