var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="South's Pelger named Sunflower League MVP
";
arnews[0] += "Olathe South wound up third in the final Sunflower League volleyball standings, but the coaches put a Falcon atop the league when choosing a Most Valuable Player for 2009.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:32:15 GMT";
arnews[0] += "
";
arnews[1]="Market held plenty to bark about
";
arnews[1] += "Houston Ballet Foundation's annual Nutcracker Market barked off the poor economy last week, fetching 84,551 shoppers - to Reliant Center over four days.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:18:40 GMT";
arnews[1] += "
";
arnews[2]="Swimming and Diving finish fourth at meet
";
arnews[2] += "The Western Illinois men's and women's swimming and diving teams both finished in fourth place at the House of Champions meet hosted by IUPUI Nov.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Students and faculty contemplate Obamaa s innaugural year in office
";
arnews[3] += "For many of the Binghamton University students who celebrated President Barack Obama's victory in the presidential election, the hope for change is still alive, but for others this optimism has burnt out.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 10:21:52 GMT";
arnews[3] += "
";
arnews[4]="Veterans Day and more news from Tigerville Elementary
";
arnews[4] += "Newspaper staff members are Elena Cooke, Nikki Hill, Blaine Stevenson, Miranda Capps, Morgan Johnson, Michelle Gambrel, Maceon Urueta, Regan Wofford, Sarah Arrowood, Kajsa Mertens, Dawson Mizelle, and Andy Tate.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Taking their turn
";
arnews[5] += "FOR MORE INFORMATION about services available at Alamance ElderCare call 538-8080 or go to www.alamanceeldercare.org. When Susan Princell and her husband, Charles, got married many years ago, they talked about the future and how they planned to spend their life together.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 19:58:11 GMT";
arnews[5] += "
";
arnews[6]="South senior Kaitlynn Pelger is Sunflower league volleyball MVP
";
arnews[6] += "Olathe South wound up third in the final Sunflower League volleyball standings, but the coaches put a Falcon atop the league when choosing a Most Valuable Player for 2009.Shawnee Mission East was crowned the league champion and Olathe Northwest even surprised South late in the season, claiming second with a win against the Falcons.But South senior ...";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 04:19:01 GMT";
arnews[6] += "
";
totcount = 7;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("