var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chippenham Town: Banbury United 0 Chippenham Town 0
";
arnews[0] += "CHIPPENHAM TOWN earned a point as they held Banbury United to a goalless draw on Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:16:04 GMT";
arnews[0] += "
";
arnews[1]="Illini upset Badgers for share of Big Ten lead
";
arnews[1] += "Illinois celebrated with all of its fans on Saturday. The cheers coming from the Illini locker room on Tuesday night were even sweeter.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:12:13 GMT";
arnews[1] += "
";
arnews[2]="McCamey, Illinois shock and snap No. 13 Wisconsin
";
arnews[2] += "Illinois celebrated with all its fans on Saturday. The cheers coming from the Illini locker room on Tuesday night were even sweeter.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:13:08 GMT";
arnews[2] += "
";
arnews[3]="Sheffield Wednesday 2 Blackpool 0
";
arnews[3] += "Sheffield Wednesday cruised to a third straight home win in the Coca-Cola Championship thanks to goals in each half from James O'Connor and Darren Potter.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:13:07 GMT";
arnews[3] += "
";
arnews[4]="Illinois posts rare win in Madison, continues Big Ten climb
";
arnews[4] += "Demetri McCamey scored a game-best 27 points to go along with seven assists, as suddenly surging Illinois accomplished the near impossible, winning in the Kohl Center, with a 63-56 victory over No.11 Wisconsin in a pivotal conference clash.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:55:46 GMT";
arnews[4] += "
";
arnews[5]="Chippenham Town: Banbury United 0 Chippenham Town 0
";
arnews[5] += "CHIPPENHAM TOWN earned a point as they held Banbury United to a goalless draw on Tuesday night.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:51:27 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("