var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Riou gets pumped up for ringette
";
arnews[0] += "Megan Riou plays ringette with heart. If you consider her medical history, it's nothing short of miraculous the 10-year-old even plays the game.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:08:59 GMT";
arnews[0] += "
";
arnews[1]="Women's Swimming and Diving | Tufts excels in final tune S'up before NESCACS
";
arnews[1] += "Sophomore Paulina Ziolek, shown here at a home meet versus Bates and Wheaton where she took second place in the 200-yard breaststroke, and the Jumbos took home two event victories in last Saturdaya TMs Wheaton Invitational.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:33:33 GMT";
arnews[1] += "
";
arnews[2]="Well done for Urbandale, 2/9/10
";
arnews[2] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Fulton Holds District Wide Storytelling Festival
";
arnews[3] += "Students competed at building levels to advance to the Fulton School District Storytelling Festival where they told their stories in front of an audience of family and friends.";
arnews[3] += "
Publ.Date : Thu, 17 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Area soccer teams kick off district play
";
arnews[4] += "The District 32-4A soccer campaign kicks off tonight with matches in Longview, Hallsville, Kilgore, Henderson and Marshall.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:10:37 GMT";
arnews[4] += "
";
arnews[5]="Local singers vie for a chance at Idol glory
";
arnews[5] += "Among those vying for slots are five Houston singers, including some familiar names: Christian Spear, 17: The only local whose audition was televised sang a powerful, over-the-top rendition of Etta James' y. Her backstory? She overcame childhood leukemia.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:27:19 GMT";
arnews[5] += "
";
totcount = 6;
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("