snippet = new Array()

snippet[0] = "All across America, efforts are underway to convert old railroad corridors to uses.<br>&nbsp;"

snippet[1] = "The Saxonville Branch Railroad was built to support the construction of the Cochituate Dam as well as service the Saxonville Mills."

snippet[2] = "The Cochituate Rail Trail will eventually connect open space including Cochituate Brook Reservation, Cochituate State Park, and Lake Cochituate."

snippet[3] = "Many local businesses have helped us develop the Cochituate Rail Trail by promoting and working at our work days.<br>&nbsp;"

snippet[4] = "Multi-modal trails increase property values and generate new business along the trail.<br>&nbsp;"

snippet[5] = "Rail trails can help revitalize downtowns when the trails pass near town centers, by increasing the number of small businesses located near the trail and decreasing traffic."

snippet[6] = "Rail trails provide a safe place for families to ride bikes or walk, and encourage people to exercise outdoors.<br>&nbsp;"

snippet[7] = "Massachusetts has a historic opportunity to build a network of rail trails that will serve as recreational gems for generations."

//snippet[8] = "As of 2000, there were over 1,000 rail trails across the United States.<br>&nbsp;"

snippet[8] = "Studies have shown that the economic benefits of trails and greenways increases in property values and increases in the likelihood of property revitalization."

FinalNumber = Math.floor(snippet.length * Math.random());
DidYouKnow = snippet[FinalNumber];
