function home_quotes()
{
	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';
	images[2] = '<blockquote style="padding-top:5px; height:93px;"><a class="quote" href="/customers/facility_owners.html">"EADOC&rsquo;s project management application combined with AIA&rsquo;s payment forms has allowed me to focus my time on managing the project instead of pushing paperwork and filling out spreadsheets."</a></blockquote><p class="cite"><strong>David Heyde</strong><br />Construction Manager, Mortenson Construction';
	var i = Math.floor(Math.random() * images.length);
	var tmp = "" + images[i];
	return tmp;	
	document.write(tmp);
}

function aia_quotes()
{
	var images = new Array();
	images[0] = '<blockquote class="aia-quote">"EADOC&rsquo;s project management application combined with AIA&rsquo;s payment forms has allowed me to focus my time on managing the project instead of pushing paperwork and filling out spreadsheets."</blockquote><p class="cite"><strong>David Heyde</strong><br />Construction Manager, Mortenson Construction';
	images[1] = '<blockquote class="aia-quote">"We are eager to expand our customer&rsquo;s access to and use of digital documents. The EADOC application provides our customers with access to our payment forms when they need them, where they need them"</blockquote><p class="cite"><strong>Molly Lindblom</strong><br />Managing Director of AIA Contract Documents';
	var i = Math.floor(Math.random() * images.length);
	var tmp = "" + images[i];
	return tmp;	
	document.write(tmp);	
}