var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="\"The knowledge shared is money for calls not run yet!  Blue Card is improving on how we do it now and provides insight into how to solve the strategic and tactical problems that may come up on the incident scene.\"";
title=" Web Marshall Jr.";
}

if (quotes==1) {
body="\"The twelve of us were exercised, role-played, and otherwise challenged for six days at our Command Training Center.  After completing the fifty-hour Blue Card online course, we all had a good base of knowledge on the theories of hazard zone management, but the certification class gave us the opportunity to put theory into practice.\"";
title=" Peter Sells, Retired Chief of Training";
}

if (quotes==2) {
body="\"The Blue Card training program is a critical piece of what we do. It covers, in a pretty complete kind of way, the way that we deliver service everyday. It looks at local operations inside our communities using our resources. . .all the things that we work with everyday to deliver service to our customers.\"";
title=" Alan Brunacini, Retired Phoenix Fire Chief";
}

if (quotes==3) {
body="\"The video instruction was a big help from a tutorial standpoint and provides interesting points to consider regarding what to do. The radio traffic exercises were a good template for how it should sound and made it easy to assemble my thoughts for radio communication.\"";
title=" Web Marshall Jr.";
}

if (quotes==4) {
body="\"The Blue Card Hazard Zone Management Program is much more then an incident command training curriculum. The Blue Card program is a response and deployment system that provides a strong safety component.\"";
title=" Timm Schabbel, Fire Chief, Clay Fire Territory";
}

if (quotes==5) {
body="\"The program provides a realistic, real-world response system for all types and sizes of fire departments.  The Blue Card program should be adopted by every regional mutual aid system throughout the Country.\"";
title=" Timm Schabbel, Fire Chief, Clay Fire Territory";
}

if (quotes==6) {
body="\"I could not wait to tell you that I was just the IC on my first structure fire since completing the course.  I implemented the 8 functions of command and cannot believe how well the call went in comparison to past incidents.\"";
title=" Train the Trainer value";
}

document.write('<p>');
document.write(''+ body +'<br><br>');
document.write('<strong>' + title + '</strong>');
document.write('</p>');
