/* 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 = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {

title="";
subtitle="";
body="\"The quality of information provided by Lagniappe Resources far exceeds what we've received from any other reference checking firm. Geri has helped us avoid the wrong hiring decision many times over.\"";
}

if (quotes==1) {

title="";
subtitle="";
body="\"I can always trust the information received from Lagniappe. All of our hiring decisions have been sound and we have never had an adverse impact on our company.\"";
}

if (quotes==2) {

title="";
subtitle="";
body="\"When running a small business, it's nice to have a partner to help with employee hiring. That is how I view Lagniappe Resources, Inc., as a partner. It has been a pleasure working with the staff at Lagniappe. They are professional and timely with the information necessary to make the right hiring decision.\"";
}

if (quotes==3) {

title="";
subtitle="";
body="\"Hiring the right employees is critical to every business. I have had the pleasure of working with Lagniappe Resources, Inc. for several years. The team is extremely knowledgeable and professional. They keep up with employment and disclosure laws by state so your business stays current. I really appreciate their high quality detailed professional references.\"";
}

if (quotes==4) {

title="";
subtitle="";
body="\"Shortly after joining the company I learned that an outside service was used for reference checking. I was very reluctant preferring to do the check myself. I felt that the references were so important that I didn't want a service handling them. I also felt that it would be more effective for me to do them from one professional to another. I couldn't have been more mistaken. Geri continually shows that she is able to get a quality of response that is superior to what I can get on my own. Lagniappe may be more expensive, but they are worth it\"";
}

if (quotes==5) {

title="";
subtitle="";
body="\"Please let Geri know it is outstanding that as a hiring manager I receive such detailed and extensive reviews from reference checks. I have never worked with a company whose process is this defined and extensive.\"";
}



document.write('<div class="testimonial">');
document.write('<p><em>'+ body +'</em></p>' + '<br />');
// document.write('<h2>' + title + '<br />');
// document.write (''+ subtitle +'</h2>');
document.write('</div>');

