/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 10;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
names="Jack Turner";
titles="Bakerburg Community Church";
body="'We were very pleased with the savings and service from SYCM.'";
}

if (quotes==1) {
names="Kim Zweygardt";
titles="St.Francis Community Church";
body="'...chose SYCM because of the quality..., the personalized service, and the servant leadership of the company.'";
}

if (quotes==2) {
names="Rev. Benjamin D. Dubow";
titles="St. Paul's Collegiate Church";
body="'It was a great experience and I highly recommend them.'";
}

if (quotes==3) {
names="Tony Lucero";
titles="Arms of Love Fellowship";
body="'SYCM made everything so simple to take care of...'";
}

if (quotes==4) {
names="Pastor Russell Johnson";
titles="International Bible Church";
body="'The savings we found at SYCM allowed us to get the very best chairs and staging for our new facility'";
}

if (quotes==5) {
names="Pastor Tony Foeller";
titles="First Baptist Church";
body="'SaveYourChurchMoney.com does EXACTLY what their name says!'";
}

if (quotes==6) {
names="Kelly Buck, Preston Trail";
titles="Community Church";
body="'Not only did we save several thousand dollars on our purchases, but the service we received was excellent.'";
}

if (quotes==7) {
names="Adam McLane";
titles="First Baptist Church";
body="'Few businesses live up to their billing quite to the extreme as Save Your Church Money.'";
}

if (quotes==8) {
names="Denise Roy";
titles="The Chapel";
body="'We will definitely call on them when we build our church!'";
}

if (quotes==9) {
names="Adam McMurry";
titles="Grace Presbyterian Church";
body="'Without hesitation, I highly recommend Save Your Church Money.com'";
}

 

  

document.write('<div align=left>');

document.write(''+ body +'<br><br>');
document.write('-<em>' + names + '</em><br>');
document.write('<em>' + titles + '</em>');
document.write('</div>');
