

<!-- Begin
var numb = 6 // Number of lines (Incl. 0)
qf_text = new Array();
qf_text[0] = "The City of Newberry is listed in Crampton’s The 100 Best Small Towns in America";
qf_text[1] = "Newberry County is adjacent to both the Columbia and Greenville, SC metropolitan statistical areas.";
qf_text[2] = "Newberry County borders both Lake Murray and Lake Greenwood.";
qf_text[3] = "Newberry County is bordered in part by the Broad, Saluda, Enoree and Tyger Rivers.";
qf_text[4] = "Carter & Holmes Orchid Nursery creates and clones some of the world’s finest hybrid orchids.";
qf_text[5] = "The historic Newberry Opera House presents 170 events annually.";
qf_text[6] = "Downtown Newberry is home to two of the Columbia area’s top ten restaurants.";

var random_number = Math.floor(Math.random()*7);
document.write(qf_text[random_number]);
//  End -->
