<!--
var r_text = new Array ();
r_text[0] = "The average office makes 19 copies of each document.";
r_text[1] = "The average office spends $20 on labor to file each document. -PricewaterhouseCoopers";
r_text[2] = "The average office loses 1 out of 20 office documents.";
r_text[3] = "The average office spends $120 searching for every misfiled document. -PricewaterhouseCoopers";
r_text[4] = "The average office spends $220 recreating each lost document. -PricewaterhouseCoopers";
r_text[5] = "The average office spends $25,000 to fill a four-drawer file cabinet and $2,000 annually to maintain it.";
r_text[6] = "A document management system can reduce overall document-related costs by 40%.";
r_text[7] = "The IDC estimates that employees spend 20% of their day looking for information in hardcopy documents and that, 50% of the time, they can't find what they need.";
r_text[8] = "Three-fourths of executives said that information is their organization's most important asset.";
r_text[9] = "7.5% of all documents get lost; 3% of the remainder get misfiled. -PricewaterhouseCoopers";
r_text[10] = "The average office spends $24 to process a single invoice manually. -IOMA";
r_text[11] = "A single Fax machine costs $6,200 per year. -IOMA";
r_text[12] = "The average time to manually Fax a document is 8 minutes. -IOMA";
r_text[13] = "The average cost to send a package via courier service is between $8 and $15. -Captaris";
r_text[14] = "40% of 1,200 organizations surveyed indicated disaster recovery planning is not a priority. -Captaris";
r_text[15] = "40% of organizations do not have a redundant backup site. -Captaris";
r_text[16] = "2 out of 5 companies who experience a disaster are out of business in 5 years. -Gartner";

var i = Math.round(16*Math.random());

document.write(r_text[i]);

//-->