var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Deng leads Bulls past Pacers
"; arnews[0] += "Luol Deng had 23 points and 11 rebounds, and the Chicago Bulls beat the Indiana Pacers 109-101 on Tuesday night."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:28:31 GMT"; arnews[0] += "
"; arnews[1]="Turning on the 'D'
"; arnews[1] += "The Bulls continued their inconsistent, unpredictable ways Tuesday at Conseco Fieldhouse, this time alternating good and bad play from quarter to quarter instead of from game to game."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:26:19 GMT"; arnews[1] += "
"; arnews[2]="Bulls Chase Down Pacers
"; arnews[2] += "INDIANAPOLIS - Playing without Joachim Noah, the Chicago Bulls got 23 points and eleveb rebound from Luol Deng and came from behind to beat the Indiana Pacers 109-101 Tuesday night."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:04:52 GMT"; arnews[2] += "
"; arnews[3]="NBA Roundup: LeBron nets 32; Cavs win 12th in a row
"; arnews[3] += "LeBron James scored 32 points to lead the Cavaliers to their 12th straight win Tuesday night, 104-97, over the New Jersey Nets."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:38:25 GMT"; arnews[3] += "
"; arnews[4]="Police: Vodka, Gun Found Near Scene
"; arnews[4] += "A former NBA player told police he heard a loud noise, found a woman shot to death on his floor and his father near the body."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:25:47 GMT"; arnews[4] += "
"; arnews[5]="Bulls rally in 4th to top Pacers
"; arnews[5] += "A dominant fourth quarter helped the Chicago Bulls in their quest to build momentum heading into the All-Star break."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:15:41 GMT"; arnews[5] += "
"; arnews[6]="Pacers go into break on a real downer
"; arnews[6] += "The Indiana Pacers head into the All-Star break now after Tuesday night's 109-101 loss to the Chicago Bulls at Conseco Fieldhouse."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:13:49 GMT"; arnews[6] += "
"; arnews[7]="Hansbrough gets number retired tonight at UNC
"; arnews[7] += "Indiana Pacers rookie Tyler Hansbrough won't be sitting on a beach sipping on a fruity umbrella drink during the All-Star break."; arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 09:13:26 GMT"; arnews[7] += "
"; arnews[8]="Picking up where we left off
"; arnews[8] += "Picked-up pieces while wondering whether Bill Belichick plans to name himself Patriots special teams coach and strength and conditioning coordinator before the start of two-a-days. Across the nation, the 2010 Super Bowl goes down as the story of the rise of the Saints and the rebuilding of the city of New Orleans."; arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 08:41:41 GMT"; arnews[8] += "
"; totcount = 9; 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("
");