var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="Garvin-Allen has been in business since 1992, providing solutions to the insurance industry in the US and Canada.";
}

if (quotes==1) {
body="Garvin-Allen became registered to ISO 9001:2000 quality standards in June 2004, a move that highlights the company&rsquo;s commitment to quality.";
}

if (quotes==2) {
body="Garvin-Allen is one of the original sponsors of the Agribusiness Conferences, held in various locations in the US. Check out our Upcoming Events page for more details.";
}

if (quotes==3) {
body="Garvin-Allen is a NAMIC Preferred Services Organization, giving the company access to industry news and education resources first hand. Look for us at the NAMIC Annual Convention each year.";
}

if (quotes==4) {
body="Garvin-Allen is a long time Associate Member of AAIS. This relationship provides the company with access to industry information, education materials and more.";
}

if (quotes==5) {
body="In 2002, Garvin-Allen was awarded the Nova Scotia Export Achievement Award, an award recognizing the company&rsquo;s success in expanding its market share. ";
}

document.write('<div align=left>');
document.write(''+ body +'');
document.write('</div>');
