/* 
   Michelle Adams Web Design
   Testimonials array
*/

var mtQuotes = new Array("","<p>Michelle is professional, skilled, and wonderful to work with.  She took our boring old website to a new level that is polished and fun.  Her attention to detail, responsiveness, and creativity made our website re-design a great experience.<br />
  <span class='attributed'>-Sue Yearsley<br />
  First Presbyterian Church <br />
  White Bear Lake, Minnesota<br />
  <a href='http://www.fpc-wbl.org'>www.fpc-wbl.org</a></span><!--end attributed span --></p>",  
						 "<p>Michelle Adams is well spoken and very professional...wonderful to work with.<br />
  <span class='attributed'>-Carol Robertshaw
    <br />
First Presbyterian Church <br />
White Bear Lake, Minnesota<br />
<a href='http://www.fpc-wbl.org'>www.fpc-wbl.org</a></span><!--end attributed span --></p>",
						 "<p>I found Michelle Adams to be a sympathetic listener to our website needs, an innovative, creative spirit in its design, and a ready help in updating requirements. I am very grateful for her contribution to our cause!<br />
  <span class='attributed'>-Mark Nygard<br />
  Citizens Against Sexual Exploitation<br />
  North Dakota<br />
<a href='http://www.its-not-for-sale.com/'>www.its-not-for-sale.com</a></span><!--end attributed span --></p>",
						 "<p>The best part of our new web site for me has been the positive feedback and comments from our church members who have checked it out.<br />
  <span class='attributed'>-Kathy Campbell<br />
  McMinnville Cooperative Ministries<br />
  McMinnville, Oregon<br />
<a href='http://www.mac-coop.org'>www.mac-coop.org</a></span><!--end attributed span --></span><!--end attributed span --></p>",
						 "<p>Upgrading our web presence is critical to extending our mission. Michelle made the process easy for us, gave us a great design, and implemented it seamlessly. I would recommend Michelle to anyone who needs help developing a website that expresses their character and works perfectly.<br />
  <span class='attributed'>-Rev. Stephen Ross<br />
  McMinnville Cooperative Ministries<br />
McMinnville, Oregon<br />
<a href='http://www.mac-coop.org'>www.mac-coop.org</a></span><!--end attributed span --></p>",
"<p>Michelle knew exactly what questions to ask us and offered many helpful tips on layout, content and updating. A pleasure to work with!<br />
  <span class='attributed'>-Joyce Wolcott<br />
  McMinnville Cooperative Ministries<br />
McMinnville, Oregon<br />
<a href='http://www.mac-coop.org'>www.mac-coop.org</a></span><!--end attributed span --></p>",
"<p>Michelle Adams Web Design did a fantastic job with my website, and I could not be happier with the results. I appreciated their professionalism throughout the project and that they kept me informed each step of the way. Their service was a great value and I have received many positive comments on the great new site.<br />
<span class='attributed'>-John Mead<br />
  Cellar Ridge Custom Homes<br />
McMinnville, Oregon<br />
<a href='http://www.cellarridge.com'>www.cellarridge.com</a></span><!--end attributed span --></p>");

function randInt(size) {
	var rNum = Math.ceil(Math.random()*size);
	return rNum;
}




