	var images = new Array();
	images[0] = '<blockquote><a class="quote" href="/customers/facility_owners.html">"EADOC listened to our suggestions and within a few days the software was modified to meet those needs."</a></blockquote><p class="cite"><strong>Maurice Kaufman</strong><br />City of Emeryville&rsquo;s Senior Civil Engineer';
	images[1] = '<blockquote><a class="quote" href="/customers/facility_owners.html">"EADOC has met and exceeded our expectations, we will continue to promote the use of EADOC on future projects."</a></blockquote><p class="cite"><strong>Glenn Granada</strong><br />Senior Construction Manager, Swinerton Management &amp; Consulting';
	var i = Math.floor(Math.random() * images.length);
	var tmp = "" + images[i];
	document.write(tmp);
