var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UCO Women Beat Oklahoma City
";
arnews[0] += "This one counts. Despite a 24-point blowout loss to Oklahoma City in an exhibition game nearly two weeks ago, Central Oklahoma earned a hard-fought 56-53 victory over the Stars Saturday morning at the SWOSU Classic in Weatherford.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:00:15 GMT";
arnews[0] += "
";
arnews[1]="New Moon rising for movie's young cast
";
arnews[1] += "Twilight co-stars Kellan Lutz, Nikki Reed and Jackson Rathbone attend a fan event in Oct.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:31:08 GMT";
arnews[1] += "
";
arnews[2]="Riders stumble
";
arnews[2] += "There won't be another state title for the defending champion Roosevelt Rough Riders.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:53:37 GMT";
arnews[2] += "
";
arnews[3]="Allie Marie Hancock Mitchell
";
arnews[3] += "Allie Marie Hancock Mitchell, 88, of Scottsboro, went peacefully to be with her Lord, on Saturday, November 14, 2009, at her home after a long illness.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:58:21 GMT";
arnews[3] += "
";
arnews[4]="howardcountysports@patuxent.com
";
arnews[4] += "By Stan Rappaport howardcountysports@patuxent.com Posted 11/20/09 Body language tells the Reservoir side of the story after Thursday's Class 3A girls soccer state championship game at UMBC.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:01:44 GMT";
arnews[4] += "
";
arnews[5]="Bulldogs snap Tigers' win streak; Hornets lose at Cannelton
";
arnews[5] += "That's the best word to describe the Crothersville girls basketball team's showing in Friday night's game at Orleans.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:57:19 GMT";
arnews[5] += "
";
arnews[6]="Cornwall's Cuffe a pre-race favorite in Federation cross country meet
";
arnews[6] += "State champion Aisling Cuffe of Cornwall leads a list of Section 9 competitors who will race in the state Federation cross country meet on Saturday at Bowdoin Park in Wappingers Falls.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 06:00:18 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("