var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Illinois posts rare win in Madison, continues Big Ten climb
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 05:52:13 GMT";
arnews[0] += "
";
arnews[1]="Watford 2 Bristol City 0
";
arnews[1] += "Watford produced an excellent display of attacking football to get their play-off ambitions back on track with a confident 2-0 victory over fellow promotion-hopefuls Bristol City.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:15:09 GMT";
arnews[1] += "
";
arnews[2]="White House celebrates music that fueled the civil rights era
";
arnews[2] += "What: In Performance at the White House : A Celebration of Music from the Civil Rights Movement , a concert celebrating Black History Month.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:11:47 GMT";
arnews[2] += "
";
arnews[3]="Men's basketball: Illinois upsets No. 11 UW at home
";
arnews[3] += "Demetri McCamey scored 27 points and Mike Tisdale added 19 on 8-of-11 shooting to lead Illinois to a 63-56 upset over No.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:02:33 GMT";
arnews[3] += "
";
arnews[4]="Don't call Freedy Johnston's Rain on the City a comeback
";
arnews[4] += "Freedy Johnston didn't set out to become one of the smartest singer-songwriters of the last two decades.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:47:59 GMT";
arnews[4] += "
";
arnews[5]="Missouri Tigers Basketball: Tigers Look to Move Past Inconsisent Week
";
arnews[5] += "Ten minutes and forty-five seconds. In that short time span, one could do any number of activities.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:45:36 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("