// ==============================================
// Copyright 2004 by CodeLifter.com
// Free for all; but please leave in this header.
// ==============================================

var Quotation=new Array() // do not change this!
var QuotationImg=new Array()
var QuotationLink=new Array()
// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = "<strong>David Prendergast, SVP Planning, America's Second Harvest</strong> - We knew that working with Aidmatrix would bring us world-class technology...";
Quotation[1] = "<strong>Chris McLaughlin, Finished Goods Management, Kraft Foods</strong> - I love it [Aidmatrix's solution]. It is very simple and doesn't take much time at all...";

Quotation[2] = "<strong>Vicki Escarra - President and CEO, America's Second Harvest - The Nation's Food Bank Network</strong> - I cannot say enough how grateful we are as an organization to have the privilege of working with The Aidmatrix Foundation...";
Quotation[3] = "<strong>Stephen Jordan - Executive Director U.S. Chamber of Commerce Center for Corporate Citizenship</strong> - Given the complexity of matching needs and offers, it is very important...";
Quotation[4] = "<b>Joe Watts - Adventist Community Services National Disaster Director and Texas VOAD Vice President</b> - We have been working with Aidmatrix to develop an application...";
Quotation[5] = "<b>Bonnie A. Beavers, Esquire, Executive Director, National Association of Free Clinics</b> - The National Association of Free Clinics takes this opportunity to express our gratitude..."
Quotation[6] = "<b>Bruce H. Esterline, Vice President of Grants</b> - The Meadows Foundation is a proud partner of Aidmatrix as they bring efficiencies to the nonprofit community..."
//
QuotationLink[0] = "<a href='What-others-are-saying.html?#DavidP' class='quote'>read more >></a>";
QuotationLink[1] = "<a href='What-others-are-saying.html?#ChrisM' class='quote'>read more >></a>";
QuotationLink[2] = "<a href='What-others-are-saying.html?#VickiE' class='quote'>read more >></a>";
QuotationLink[3] = "<a href='What-others-are-saying.html?#StephenJ' class='quote'>read more >></a>";
QuotationLink[4] = "<a href='What-others-are-saying.html?#JoeW' class='quote'>read more >></a>";
QuotationLink[5] = "<a href='What-others-are-saying.html?#BonnieB' class='quote'>read more >></a>";
QuotationLink[6] = "<a href='What-others-are-saying.html?#BruceH' class='quote'>read more >></a>";

quoteImg = "<img src='quotert.gif'>";


// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
//function showQuotation(){document.write(Quotation[whichQuotation]);}
document.write(Quotation[whichQuotation]+ quoteImg + "&nbsp;(" + QuotationLink[whichQuotation] + ")");
//showQuotation();
//function showQuotationimg(){document.write(QuotationImg[whichQuotation]);}
//showQuotationimg();
