var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gould boots Bears into conference title game
";
arnews[0] += "First quarter Lovie Smith is fond of saying the Bears get off the bus running, and he confirmed it by handing the ball to Thomas Jones on 10 of the first 14 plays from scrimmage.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:53:17 GMT";
arnews[0] += "
";
arnews[1]="About the Patriots
";
arnews[1] += "The skinny: Fourth-and-2 from the Colts' 28, anyone? After a week of armchair quarterbacks second-guessing Belichick's decision to hand Peyton Manning and the Colts the game, the Patriots surely can't wait to take out their frustrations on somebody.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:26:46 GMT";
arnews[1] += "
";
arnews[2]="Tide hits 11-0
";
arnews[2] += "Did you attend this game? If so, start chronicling your sports memories today with ESPN's Sports Passport.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:05:09 GMT";
arnews[2] += "
";
arnews[3]="Second-ranked Bama runs all over Chattanooga
";
arnews[3] += "Did you attend this game? If so, start chronicling your sports memories today with ESPN's Sports Passport.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:53:21 GMT";
arnews[3] += "
";
arnews[4]="Live - Saturday football
";
arnews[4] += "Birmingham goal: Lovely goal. James McFadden spots Lee Bowyer's run and dinks a delightful ball over the top for the midfielder to chip the ball over Mark Schwarzer.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:21:12 GMT";
arnews[4] += "
";
arnews[5]="Liverpool captain Steven Gerrard
";
arnews[5] += "Subs: Penny, Duff, McDonald, Gudjonsson, Nugent, Thompson, Guerrero. Aston Villa: Friedel, Luke Young, Cuellar, Dunne, Warnock, Milner, Petrov, Sidwell, Ashley Young, Carew, Agbonlahor.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:21:01 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("