var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Devil of a pick _ New Jersey
";
arnews[0] += "You guys were right on with the win one, lose one trend in the last game. It seems like the majority of you picked a Columbus win, unlike your game host.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:27:45 GMT";
arnews[0] += "
";
arnews[1]="Blue Jackets-Predators Preview
";
arnews[1] += "The surging Nashville Predators have always enjoyed a tremendous home-ice advantage over the Columbus Blue Jackets .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:53:13 GMT";
arnews[1] += "
";
arnews[2]="Predators hope to extend win streak over Blue Jackets
";
arnews[2] += "Forward Kristian Huselius #20 of the Columbus Blue Jackets skates with the puck against the Pittsburgh Penguins on October 30, 2009 at Nationwide Arena in Columbus, Ohio.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:45:38 GMT";
arnews[2] += "
";
arnews[3]="Columbus Blue Jackets (12-6-2) at Nashville Predators (11-8-1), 8 p.m.
";
arnews[3] += "The Nashville Predators will be out to extend a few impressive streaks when the surging club hosts the Columbus Blue Jackets this evening in a Central Division clash from the Sommet Center.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:17:53 GMT";
arnews[3] += "
";
arnews[4]="Football: Early splurge propels Hereford past Franklin
";
arnews[4] += "Despite a valiant effort by Franklin's Navassa Brown, Hereford senior tailback Zach Witkowski slipped through several tackles on a 36-yard touchdown run in the Class 3A North Region final Friday night in Parkton.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:59:37 GMT";
arnews[4] += "
";
totcount = 5;
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("