var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recap: Jazz 100, Pistons 97
";
arnews[0] += "AT ENERGYSOLUTIONS ARENA, SALT LAKE CITY: Jazz 100, Pistons 97 WHAT HAPPENED: The Jazz extended its winning streak over the Pistons to nine games.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:52:14 GMT";
arnews[0] += "
";
arnews[1]="Broncs ram Rams
";
arnews[1] += "BILLINGS - Four different Frenchtown players scored touchdowns Saturday afternoon as the Broncs defeated top-ranked and formerly undefeated Billings Central 28-6 for the Class A state football title Saturday at Daylis Stadium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Week 11: Steelers Key Matchup
";
arnews[2] += "Roethlisberger is coming off his worst game of the year last week against the Bengals.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:52:32 GMT";
arnews[2] += "
";
arnews[3]="Jazz outlast Pistons in overtime tussle
";
arnews[3] += "Andrei Kirilenko changed out of his uniform, showered and walked onto the floor of EnergySolutions Arena for a postgame television interview so fast that Deron Williams - watching inside the lockerroom - thought he was seeing a replay from a game gone by.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:33:55 GMT";
arnews[3] += "
";
arnews[4]="LC's Rideaux wins major ASC award
";
arnews[4] += "All things considered, American Southwest Conference teams would just as soon not kick the ball to Louisiana College's Jordan Rideaux.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:00:00 GMT";
arnews[4] += "
";
arnews[5]="Mixed weekend for Bees
";
arnews[5] += "A FANTASTIC performance from the Bracknell Bees ensured that Sheffield's six-game winning streak was brought to a halt with a 6-3 beating at the Hive.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("