var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Memo out again tonight for Jazz
";
arnews[0] += "Center Mehmet Okur will not play when the Jazz face Detroit tonight. Okur has missed the Jazz's last two games, Wednesday's win over Toronto and Thursday's win over San Antonio, due to flu-like symptoms.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:24:30 GMT";
arnews[0] += "
";
arnews[1]="Pistons and Jazz square off in Salt Lake City
";
arnews[1] += "The Utah Jazz shoot for their ninth straight win over the Detroit Pistons tonight when the two teams square off at EnergySolutions Arena.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:50:13 GMT";
arnews[1] += "
";
arnews[2]="Banged-up Spurs hope Wizards can cure their ills
";
arnews[2] += "Forward Tim Duncan #21 of the San Antonio Spurs reacts after called for a foul against the Dallas Mavericks on November 18, 2009 at American Airlines Center in Dallas, Texas.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:42:25 GMT";
arnews[2] += "
";
arnews[3]="The Other Side: San Antonio Spurs
";
arnews[3] += "You thought the Wizards were having a rough start? Okay, they are pretty bad right now.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:05:03 GMT";
arnews[3] += "
";
arnews[4]="Advertisement - Dr. Templin
";
arnews[4] += "'You've Got To Believe' 'You've got to believe.' Nearly every sports program in the world has used that cliche at some time or another November 21, 2009 Cougar defense smothers Tigers Junior forward Reinier Strobos had a game-high 11 points, but the Canyon defense was the real star of the game November 21, 2009 Unicorns, Cougarettes victorious on ...";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 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("