var howMany = 4;
var quote = new Array(howMany+1);
quote[0]="We chose Authoria as a strategic supplier for two reasons - integration across the key areas of our HR strategy, and giving a common experience to our managers.";
quote[1]="Talent management is an important focus for Sun Life Financial. Authoria provides us with easy and quick access to essential information needed to make decisions about developing and rotating talent worldwide.";
quote[2]="Authoria demonstrated that it could handle the complexity of our compensation plans. This solution is easy to use, easy to understand, and so much more effective.";
quote[3]="Authoria helped us deliver all of our compensation planning and performance management programs quickly and accurately on a global scale, giving managers highly-effective management and reporting ability.";
quote[4]="Authoria solutions have helped us improve the way we manage objectives and assess our employees. This is critical in driving a culture focused on talent and performance.";

var quoteimg = new Array(howMany+1);
quoteimg[0]="pepsi_americas_logo.gif";
quoteimg[1]="sunlife_logo.gif";
quoteimg[2]="exelon_logo.gif";
quoteimg[3]="3com_logo.gif";
quoteimg[4]="family-dollar-logo.gif";

var quotewho = new Array(howMany+1);
quotewho[0]="Anne Sample, SVP HR";
quotewho[1]="Cathryn Klassen, <br />VP, Leadership and <br />Talent Development";
quotewho[2]="George Kaspar, <br />IT Project Manager";
quotewho[3]="Victoria Cudmore, <br />Manager, Global Compensation &amp; HRIS";
quotewho[4]="David Strauss, <br />HRIS Manager";


function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
imgname = quoteimg[quo]
quoteby = quotewho[quo]
document.write("<p style = \"margin-bottom:6px;\" class=\"quote\"><span class=lquote>&ldquo;</span>"+quox+"<span class=rquote>&rdquo;</span></p><p class = \"quotename\"> &mdash;"+quoteby+"</strong><br><img src=\"/images/layout/img5/"+imgname+"\" alt = \"\" style = \"margin-top:7px;\" /></p>");

