var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recap: Philadelphia vs. Minnesota - Sacramento Bee
";
arnews[0] += "Andre Iguodala scored a game-high 24 points, and Elton Brand added 21 points and seven rebounds, as the Philadelphia 76ers routed the Minnesota Timberwolves, 119-97. Both teams came in with season-high four-game winning streaks, but it was the Sixers ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:51:00 GMT";
arnews[0] += "
";
arnews[1]="Timberwolves-76ers Preview - Star-Banner
";
arnews[1] += "The 76ers haven't won five in a row since a seven-game run Jan. 6-17, 2009. ``We're in a good groove right now,'' point guard Lou Williams told the Sixers' official Web ... Philadelphia returns to the Wachovia Center after overcoming a 13-point ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:20:00 GMT";
arnews[1] += "
";
arnews[2]="Allen Iverson - G - Philadelphia 76ers - NBC Sports
";
arnews[2] += "Allen Iverson will not play in the Sixers' next two games as he attends to his ill child. The earliest Iverson will return is Feb. 16 against the Heat. He could be asked to come off the bench at that point, which could set off a whole new set of ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:24:00 GMT";
arnews[2] += "
";
arnews[3]="Philadelphia 76ers - ESPN.com
";
arnews[3] += "News: Williams (illness) missed Monday's practice with a sinus infection and is a game-time decision for Tuesday's game against the Timberwolves, the Philadelphia Daily News reports. Spin: The Sixers aren't holding a shootaround on Tuesday morning ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:24:00 GMT";
arnews[3] += "
";
arnews[4]="Philadelphia 76ers vs Toronto Raptors - Sbrforum.com
";
arnews[4] += "Philadelphia is 15-7 ATS in its last 22 games on the road Philadelphia is 4-1 SU in its last 5 games on the road Philadelphia is 3-6 ATS in its last 9 games when playing Toronto Philadelphia is 4-10 SU in its last 14 games when playing Toronto The ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:04:00 GMT";
arnews[4] += "
";
arnews[5]="Sixers look to stay hot in Toronto - Atlantic City Press
";
arnews[5] += "Philadelphia 76ers' Andre Iguodala, center, grabs a rebound in front of Houston Rockets' Joey Dorsey, left, and Aaron Brooks (0) during the second half of their game Saturday in Houston. Philadelphia won 102-95. Photo by: Pat Sullivan The ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:01: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("