var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="5 p.m. update: Weather service revises snow upward
";
arnews[0] += "Font size: [A] [A] [A] The National Weather Service updated its snow forecast this afternoon to a storm warning and predicted the amount of snow will be greater than reported earlier in the day.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Knights' Cha makes a statement
";
arnews[1] += "Byung Cha couldn't fathom being on the same level as Kyle LeBlanc. Kyle LeBlanc the three-sport whiz.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:57:52 GMT";
arnews[1] += "
";
arnews[2]="Feb. 9 boys' basketball roundup: Valley Central defeats Warwick
";
arnews[2] += "Chris Michella's 16 points helped Valley Central win an OCIAA Division II game in Montgomery.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:03:42 GMT";
arnews[2] += "
";
arnews[3]="Halseth earns elite ranking
";
arnews[3] += "After David Halseth finished bowling singles Sunday in the Topeka Bowling Association Tournament at Gage Bowl North, his boss at Topeka Blueprint, Craig Trapp, had a suggestion.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:49:59 GMT";
arnews[3] += "
";
arnews[4]="Islanders snap skid with SO win over Predators
";
arnews[4] += "Mark Streit scored the tying goal in the closing seconds of regulation, and Frans Nielsen and John Tavares connected in the shootout to help the New York Islanders snap a seven-game losing streak with a 4-3 victory over the Nashville Predators on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:55:15 GMT";
arnews[4] += "
";
arnews[5]="Food Network to air Columbia restaurant segment Monday
";
arnews[5] += "A Columbia restaurant is on the menu for the next episode of \"Diners, Drive-Ins and Dives\" on the Food Network.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:25:09 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("