var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sixers' Iverson to return after All-Star break
";
arnews[0] += "Philadelphia 76ers All-Star guard Allen Iverson will miss the next two games due to personal reasons, the team announced Tuesday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:27:18 GMT";
arnews[0] += "
";
arnews[1]="Iverson out for at least 2 more games
";
arnews[1] += "Philadelphia 76ers guard Allen Iverson will miss the team's next two games because of the lingering illness of one of his children.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:18:22 GMT";
arnews[1] += "
";
arnews[2]="Sixerville: Iverson to miss next two games
";
arnews[2] += "Allen Iverson will miss the Sixers' last two games before the All-Star break -- tonight at home against Minnesota and tomorrow in Toronto -- as he continues to deal with an illness being suffered by one of his daughters.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:03:29 GMT";
arnews[2] += "
";
arnews[3]="Oklahoma City Thunder (29-21) at Portland Trail Blazers (30-23), 10 p.m.
";
arnews[3] += "The Oklahoma City Thunder hope to finish off a three-game road trip in perfect fashion on Tuesday when they meet a Portland Trail Blazers club minus All-Star Brandon Roy at the Rose Garden.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:31:46 GMT";
arnews[3] += "
";
arnews[4]="NBA All-Star Game parties this weekend
";
arnews[4] += "The plethora of Dallas-area parties surrounding the NBA All-Star Game this weekend may be a case, to use an old expression, of champagne wishes and caviar dreams.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:58:31 GMT";
arnews[4] += "
";
arnews[5]="On The Kevin Martin Rumors
";
arnews[5] += "I haven't had time to delve deeply into the Ray Allen-Kevin Martin rumors, but others have done a fine job discussing them.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:48: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("