var num_of_facts = 12;
facts = Math.floor (num_of_facts * Math.random());

if (facts==0) {
body="There are Forty-nine FBRI-supporting organizations representing over six million acres in the the USA and Canada";
}

if (facts==1) {
body="Over 150 organization use FBRI-supplied software and regional species libraries, worldwide.";
}

if (facts==2) {
body="FBRI maintains research databases on over 23,000 permanent plots in six Western States and Provinces.";
}

if (facts==3) {
body="FBRI provides annual workshops in current Inventory, Growth & Planning technologies";
}

if (facts==4) {
body="FBRI provides annual workshops in biometrics tools validation, calibration and refinement";
}

if (facts==5) {
body="The FBRI is unique in the range of service, technology transfer and research provided to the forest industry";
}

if (facts==6) {
body="FBRI provides the Forest Proection and Planning System (FPS) the most robust forest management software in the industry.";
}

if (facts==7) {
body="FBRI maintains a felled tree database containing over 12,000 felled trees and more than 30 commercial species.";
}

if (facts==8) {
body="FBRI now supports first approximation regional species libraries for the Lake States Region and the Southern Pine Region.";
}

if (facts==9) {
body="The FBRI 10 meter site method is changing the way that foresters measure and predict site productivity.";
}

if (facts==10) {
body="In 2002 James D. Arney Ph.D. and Kelsey S. Milner Ph.D. founded the FBRI.";
}

if (facts==11) {
body="In 2006 the FBRI was granted status as a tax exempt research organization by the IRS.";
}

document.write('<div align=left>');
document.write(''+ body +'');
document.write('</div>');
