/* 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 = 8;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="In 1787&#44; Captain Henry Rust of Salem&#44; Massachusetts&#44; purchased 6000 acres of land from the Commonwealth of Massachusetts &#40;Maine was a part of Massachusetts until 1820&#41;&#44; the first of four tracts of land that would become Rustfield&#44; then Norway.";
}

if (quotes==1) {
body="From 1895 to 1918 a trolley connected Norway's Main Street to Market Square in South Paris.";
}

if (quotes==2) {
body="Maine&#39;s oldest newspaper&#44; The Advertiser Democrat&#44; is located in Norway. The paper's history extends back to 1826&#44; when it was known as the Oxford Observer.";
}

if (quotes==3) {
body="Established in 1906&#44; the Tubbs Snowshoe Company produced 70&#37; of all snowshoes ordered by the U.S. government during World War II. The company also provided equipment to the polar expeditions made by Robert Peary and Richard Byrd.";
}

if (quotes==4) {
body="Many of Norway's first settlers had served as soldiers in the Revolutionary War&#44; and came to the area seeking land and fortune&#44; drawn here by good soil&#44; healthy woodlots&#44; and abundant fish and game.";
}

if (quotes==5) {
body="In 1894 the Great Fire of Norway destroyed a large portion of the business district. Over 80 buildings and homes&#44; including the opera house&#44; were destroyed in a blaze that was carried down Main Street by a strong wind. The community responded quickly with a rebuilding effort that saw many structures reborn in brick rather than wood.";
}

if (quotes==6) {
body="Norway Savings Bank opened for business in 1872&#44; and for the first years employed only a cashier who also served as janitor and bookkeeper&#44; among other roles. Today the bank has over 250 employees and 21 locations&#44; with the flagship bank firmly in place on Main Street.";
}

if (quotes==7) {
body="Stephens Memorial Hospital opened as a cramped 25 bed facility in 1957&#44; and by 1967 had grown to offer 41 beds and employ 6 physicians. The hospital currently employs over 700 trained professionals&#44; has 50 beds&#44; and a specialty clinic for cardiology services.";
}

document.write('<div align=left>');
document.write('<font style="font:11px verdana&#44; arial&#44; sans-serif;color:#666464;">'+ body +'</font>');
document.write('</div>');
