var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Morrow wins skating section
";
arnews[0] += "Chelsea Morrow is continuing her year of firsts. Morrow, a native of Grand Rapids, Mich., won her first women's division title in the U.S. Figure Skating Midwestern Sectionals on Saturday night at the Wichita Ice Center.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:51:32 GMT";
arnews[0] += "
";
arnews[1]="College report: Canisius extends long shutout streak
";
arnews[1] += "Strong special teams and a school-record third consecutive shutout helped the Canisius hockey team extend its unbeaten streak to six games, recording a 4-0 win over host American International on Saturday in West Springfield, Mass.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:47:29 GMT";
arnews[1] += "
";
arnews[2]="Same Same
";
arnews[2] += "Michael Moore vs the Establishment, Jennifer Aniston's heart breaks, teen vampires.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:38:01 GMT";
arnews[2] += "
";
arnews[3]="On file: Nov. 13-20, 2009
";
arnews[3] += "The following people applied for marriage licenses in Kanawha County between Nov.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:01:17 GMT";
arnews[3] += "
";
arnews[4]="Local athletes populate Georgetown volleyball
";
arnews[4] += "The Georgetown College volleyball team won the Mid-South Conference Tournament with a 25-17, 25-11, 25-16 win against Campbellsville Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="CLASSICAL: Cary Ratcliff
";
arnews[5] += "Cary Ratcliff ordered Greek food with an eye on the clock. He had about an hour to eat before a rehearsal on a recent Tuesday night.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:40:00 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("