var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="LeBron's 40 leads Cavaliers past Pacers
"; arnews[0] += "LeBron James scored a season-high 40 points, and the Cleveland Cavaliers rallied to beat the Indiana Pacers 105-95 on Friday night."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:57:00 GMT"; arnews[0] += "
"; arnews[1]="Comments: 1
"; arnews[1] += "A store where you're encouraged to be yourself. When Dianna Rowley told her father she wanted to be a dancer when she grew up, he asked her one simple question: \"Do you want to be a starving artist?\" Fortunately for Rowley, she was able to sustain a successful career as a professional dancer for 12 years."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:03:46 GMT"; arnews[1] += "
"; arnews[2]="Fantasy: Week 5 planner
"; arnews[2] += "No Fantasy Teams Found Week 1 Teams playing four games: Dallas, Denver, L.A. Clippers, Memphis, Milwaukee, Minnesota, New Jersey, New York, Orlando, Philadelphia, Portland, Sacramento, San Antonio, Toronto Teams playing three games: Atlanta, Boston, Charlotte, Cleveland, Detroit, Golden State, Houston, Indiana, L.A. Clippers, Miami, Oklahoma City, ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:51:55 GMT"; arnews[2] += "
"; arnews[3]="Knicks make it two in row, keep Nets winless
"; arnews[3] += "David Lee dunks the ball during the third quarter of the Knicks' game against the Nets."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:25:27 GMT"; arnews[3] += "
"; arnews[4]="Game #13, Cavaliers vs. 76ers: What 2 Watch 4
"; arnews[4] += "Cleveland Cavaliers vs. Philadelphia 76ers When : 7:30 PM Where: Quicken Loans Arena TV/Radio: FSOHIO HD, NBALP, WTAM 1100 Lineups 76ers : Cavaliers : Injuries 76ers : Marreese Speights , Jason Kapono Cavaliers : Leon Powe , Shaquille Oa TMNeal Game Notes * The Cavaliers will finish a stretch of playing four games in five nights for the second time ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:23:42 GMT"; arnews[4] += "
"; arnews[5]="Another 4th Quarter Collapse Leads To A Loss
"; arnews[5] += "Indiana have played the Cavaliers pretty tough the last few seasons. I remember last year they won on a last second tipped in-bounds pass that lead to a layup and free throws to seal the victory."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:21:51 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("
");