var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="McCamey scores 27 as Illini shock Badgers
";
arnews[0] += "Illinois 63, No. 11 Wisconsin 56 - Demetri McCamey scored 27 points and Mike Tisdale added 19 on 8-of-11 shooting to lead Illinois to a 63-56 upset over host Wisconsin on Tuesday night, snapping the Badgers' 51-0 home record against unranked Big Ten opponents under coach Bo Ryan.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:44:32 GMT";
arnews[0] += "
";
arnews[1]="Crawford leads Hawks to 108-94 win over Grizzlies
";
arnews[1] += "Atlanta Hawks guard Jamal Crawford, top, is fouled as he looks to shoot over Memphis Grizzlies defenders Darrell Arthur and Sam Young during the first half of an NBA basketball game in Memphis, Tenn., Tuesday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:43:13 GMT";
arnews[1] += "
";
arnews[2]="Kariya ends lengthy home drought, Blues beat Red Wings 4-3 in shootout
";
arnews[2] += "Paul Kariya has a lot to do with the St. Louis Blues being the NHL's worst team on home ice.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:42:39 GMT";
arnews[2] += "
";
arnews[3]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
";
arnews[3] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:42:16 GMT";
arnews[3] += "
";
arnews[4]="NFL: Forget Super Bowl, it's time to think about next season
";
arnews[4] += "The Super Bowl is over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:41:04 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("