// JavaScript Document

var r_text = new Array ();
r_text[0] = "In 1970, less than 100,000 people lived in St. Charles County.  Current U.S. Census estimates place the local population above 353,000 with nearly 67,000 people having moved here since 2000.";
r_text[1] = "According to <i>USA Today</i>, \"Just about everything here in <br>St. Charles County, 30 miles west of St. Louis' Gateway Arch, seems brand spanking new: the malls, the churches, the athletic fields.\" ";
r_text[2] = "The three largest local communities are O'Fallon, <br>St. Charles and St. Peters, each with their own character and enticing amenities. Together they account for more than half of the county population.";
r_text[3] = "In recent years, Wentzville has been riding the crest of a westward migration wave. Other equally impressive and growing cities include Lake Saint Louis, built around two lakes totaling 625 acres, Dardenne Prairie, Weldon Spring and Cottleville.";
r_text[4] = "Nearby regional attractions include the St. Louis Zoo, <br>St. Louis Science Center, <br>St. Louis Art Museum, St. Louis Symphony, Six Flags St. Louis, and championship sports teams in St. Louis. ";
r_text[5] = "Established October 1, 1812, <br>St. Charles County encompasses 561-square-miles of diverse landscape spreading out westward from the confluence of the Mississippi and Missouri Rivers.";
r_text[6] = "Nationally recognized hospitals and award-winning public schools and institutions of higher learning eagerly serve the community. And everyone loves the natural beauty, fine wines and collectibles found in Missouri Wine Country.";
r_text[7] = "With 8 data centers located along the Interstate 64/Highway 40 'high-tech' corridor in St. Charles County, the local area has one of the largest concentrations of IT facilities in metro St. Louis.";
r_text[8] = "The Ameristar Casino Resort Spa in St. Charles is the most popular tourist site in metro St. Louis with approximately 10 million visitors each year.";
r_text[9] = "The ten-block, 200-year-old Historic Main Street in St. Charles is Missouri's first and largest historic district and one of the largest in the U.S.";
var i = Math.floor(10*Math.random())
document.write('<font style="font-size: 1.25em; font-family: Arial, Helvetica, Verdana, sans-serif; color:#FFFFFF;line-height: 1.5em;">' + r_text[i] + '</font>');

