var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Week in Review
"; arnews[0] += "We had our first non KG related injury , and first major trade rumor . The highlight of our week came Thursday night when ESPN's Jalen Rose joined The 2 Man Game."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:08:12 GMT"; arnews[0] += "
"; arnews[1]="Philadelphia 76ers (5-7) at Cleveland Cavaliers (9-4),
"; arnews[1] += "The reeling Philadelphia 76ers embark on one of the toughest stretches of their season Saturday when they visit the Cleveland Cavaliers."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:42:27 GMT"; arnews[1] += "
"; arnews[2]="NBA Roundup: Orlando Wins at Boston
"; arnews[2] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:18:24 GMT"; arnews[2] += "
"; arnews[3]="Jennings leads Bogut-less Bucks
"; arnews[3] += "Rookie Brandon Jennings scored 29 points to lead the Milwaukee Bucks to a 95-88 home victory over Charlotte on Friday night, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:27:21 GMT"; arnews[3] += "
"; arnews[4]="LeBrona s 40 Leads Cavaliers Past Pacers
"; arnews[4] += "Cleveland's offense was stagnant, and the Indiana Pacers had turned a five-point halftime deficit into a five-point lead entering the fourth quarter."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:18:49 GMT"; arnews[4] += "
"; arnews[5]="LeBron unloads 40 as Cavs beat Pacers
"; arnews[5] += "Cleveland cavaliers forward LeBron James, middle, gets entangled with Indiana Pacers guard T.J. Ford, right, and forward Danny Granger in the fourth quarter of their NBA game in Indianapolis."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:02:19 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("
");document.write("
");