function randomQuote() {
	var quotes = new Array();
	quotes[0] = "&ldquo;Stafftool is truly a prayer answered as it is exactly what we needed as a church to move from spreadsheet files on many different computers, to a centralized, organized, collaborative system.  The UI is one of the cleanest I've seen.  It's actually fun to use.  I am literally on Stafftool everyday.  I don't know what I would do without it.  The best part?  Superior support.  Great job!&rdquo;  <cite>&mdash; Kye S. Chung, Pastor, Binnerri English Ministry, Richardson, TX</cite>"
  quotes[1] = "&ldquo;Stafftool has been indispensable for our ministry!  My staff and I use it on a daily basis for contacts, birthday notifications, mass email messaging, and calendar updates.  I don't know how I did ministry without it before!  And the online support is very prompt and helpful for any additional needs we might have.  The website is very organized and user friendly (even for a computer illiterate like me).&rdquo; <cite>&mdash; Al Han, English Junior High Pastor, Young Nak Presbyterian Church of Los Angeles"
  quotes[2] = "&ldquo;Stafftool is tremendously helpful for our ministry in three significant ways: 1) Different schedules of the staff and various events of the church are organized in one viewing, 2) Membership care is much easier because we are able to make notes to each individual and categorize members into different groups, and 3) Communication becomes more efficient by frequent use of messages and dashboard. I highly recommend this website to anyone who hopes to find an effective way to manage an organization.&rdquo; <cite>&mdash; Grace Choi, Administrative Assistant, Binnerri English Ministry, Richardson, TX</cite>"
  quotes[3] = "&ldquo;I’ve known lots of staff tools before, but few of them were as productive as this seems to be.&rdquo; <cite>&mdash; John Alan Turner, <a href='http://www.faith20.org' target='_blank'>Faith 2.0 Ministries</a></cite>"
	index = Math.floor(Math.random() * quotes.length);
	document.write(quotes[index]);
}

jQuery(document).ready(function() {
  jQuery('a[@rel*=facebox]').facebox() 
})