var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Knights defense stands strong
";
arnews[0] += "Kenny Bell didn`t even want to call his touchdown the game-winning score on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:16:24 GMT";
arnews[0] += "
";
arnews[1]="They'll be singing when they're winning
";
arnews[1] += "MUSICIANS and football fans from mid Cheshire have teamed up to produce a song they hope will spur Northwich Victoria on to more FA Cup success.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:46:36 GMT";
arnews[1] += "
";
arnews[2]="JT Hosting Hoops Doubleheader
";
arnews[2] += "By HAROLD WILSON Staff Writer John Tyler plays a rare weekend basketball doubleheader today at the Lions Den.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:40:06 GMT";
arnews[2] += "
";
arnews[3]="Blue Dons blank their seventh oppon.....
";
arnews[3] += "The Weirton Madonna defense flexed its muscles again Friday night, shutting down what had been a high-powered Tucker County offense in a 48-0 rout of the Mountain Lions in a West Virginia Class A quarterfinal game at Jimmy Carey Stadium.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:33:00 GMT";
arnews[3] += "
";
arnews[4]="Happy Birthday, Hetty Green, the "Witch of Wall Street"
";
arnews[4] += "Hetty Green was a successful American businesswoman who was as renowned for her Wall Street savvy and fantastic wealth as she was for her ruthless frugality and scroogelike behavior.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:22:24 GMT";
arnews[4] += "
";
arnews[5]="Dons blank Lions, get Knights next
";
arnews[5] += "Madonna 48, Tucker County 0 Tucker County 0 0 0 0 - \" 0 Madonna 6 16 20 6 - \" 48 M: Comis 16 run M: M. Nogay 50 run M: Arlia 4 run M: M. Nogay 17 run M: M. Nogay 6 run M: Comis 10 run M: Roe 4 run Rushing: Madonna: 46-393-7 . Tucker County: 33-54 . Passing: Madonna 6-13-60-0-1x . Tucker County 4-15-35-0-x . Receiving: Madonna: Arlia 5-47, Howell ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:40:22 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("