var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Taking a stand on Orton ankle injury: hurt vs. hero
"; arnews[0] += "\"What's up with your prediction that if Kyle Orton is not on the field today against the San Diego Chargers, he's done as the quarterback in Denver? Orton does have an ankle injury."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:13:35 GMT"; arnews[0] += "
"; arnews[1]="Jersey barrier still up
"; arnews[1] += "And if the Nets don't win soon, they could be the worst ever to start an NBA season."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:52:39 GMT"; arnews[1] += "
"; arnews[2]="Nets near league mark with 13th straight defeat
"; arnews[2] += "EAST RUTHERFORD, N.J., Al Harrington and Danilo Gallinari each scored 17 points, and the New York Knicks beat the winless New Jersey Nets 98-91 on Saturday."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:31:27 GMT"; arnews[2] += "
"; arnews[3]="Woeful Nets fall to 0-13
"; arnews[3] += "EAST RUTHERFORD, N.J. No matter how bleak things look for the New York Knicks, they can take comfort knowing worse basketball is being played nearby."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 09:18:46 GMT"; arnews[3] += "
"; arnews[4]="Scola, Houston hold down Sacramento
"; arnews[4] += "Cleveland's LeBron James leans around the 76ers' Thaddeus Young to shoot for two of his 32 points."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 09:18:29 GMT"; arnews[4] += "
"; arnews[5]="Winless Nets fall to Knicks
"; arnews[5] += "Al Harrington and Danilo Gallinari each scored 17 points, and the visiting New York Knicks beat the winless New Jersey Nets 98-91 on Saturday."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 09:05:57 GMT"; arnews[5] += "
"; arnews[6]="Lakers stand out after Gasol's debut
"; arnews[6] += "In an instant, they were complete. Best team in the league by far. 2. Denver: Carmelo Anthony is unstoppable, making a serious drive for MVP, and Ty Lawson is a huge factor off the bench."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:04:25 GMT"; arnews[6] += "
"; totcount = 7; 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("
");