var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pistons and Jazz square off in Salt Lake
";
arnews[0] += "The Utah Jazz shoot for their ninth straight win over the Detroit Pistons tonight when the two teams square off at EnergySolutions Arena.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:25:49 GMT";
arnews[0] += "
";
arnews[1]="Dear Portland Trail Blazers: What Gives?
";
arnews[1] += "Okay, okay...I'm not gonna sit here and be a pessimist who pretends he has any idea of what it is like to play in a full season in the NBA.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:49:42 GMT";
arnews[1] += "
";
arnews[2]="Monta Ellis and the Warriors Frustrate Brand Roy and the Trail Blazers
";
arnews[2] += "Coming into tonight's game, the Golden State Warriors had put up tremendous efforts against the Cleveland Cavaliers and the Boston Celtics.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:37:05 GMT";
arnews[2] += "
";
arnews[3]="Monta Ellis scores 34 points as Golden State Warriors rip Portland
";
arnews[3] += "Golden State Warriors' Monte Ellis hit the layup against Portland Trail Blazers' Martell Webster in the first quarter of their NBA basketball game, in Oakland, Calif., on Friday, Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Detroit Pistons (5-7) at Utah Jazz (6-6), 9 p.m.
";
arnews[4] += "The Utah Jazz shoot for their ninth straight win over the Detroit Pistons tonight when the two teams square off at EnergySolutions Arena.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:48:37 GMT";
arnews[4] += "
";
arnews[5]="Timberwolves-Trail Blazers Preview
";
arnews[5] += "Since winning their season opener 3 1/2 weeks ago, the Minnesota Timberwolves have yet to notch their second victory of the season.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:47:27 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("