var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LeBron's 40 leads Cavaliers past Pacers - Journal-News
";
arnews[0] += "INDIANAPOLIS — Cleveland's offense was stagnant, and the Indiana Pacers had turned a five-point halftime deficit into a five-point lead entering thefourth quarter. The Cavaliers went back to their tried-and-true formula — LeBron, LeBron and more ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:41:00 GMT";
arnews[0] += "
";
arnews[1]="Arenas waiting for 1 million followers to tweet - Wave 3
";
arnews[1] += "WASHINGTON (AP) - Gilbert Arenas is waiting for an audience. The enigmatic NBA point guard and former blogger extraordinaire finally signed up for Twitter, but he says he won't post anything on the social networking site until he has 1 million ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:11:00 GMT";
arnews[1] += "
";
arnews[2]="Jamison's double-double debut leads Wiz past Cavs - WTOP Radio
";
arnews[2] += "... scored more than 10 points for Cleveland, which was without the injured Shaquille O'Neal and Anderson Varejao. WASHINGTON (AP) - LeBron James was stymied down the stretch by DeShawn Stevenson's tough defense, Antawn Jamison delivered a double ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[2] += "
";
arnews[3]="(no headline) - Reporter
";
arnews[3] += "WASHINGTON — LeBron James was stymied down the stretch by DeShawn Stevenson, Antawn Jamison delivered 31 points and 10 rebounds in his season debut, and the Washington Wizards beat the Cleveland Cavaliers 108-91 Wednesday night to end a six-game ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:17:00 GMT";
arnews[3] += "
";
arnews[4]="LeBron James and Danny Granger well-matched for a rivalry: Cleveland ... - Cleveland Plain Dealer
";
arnews[4] += "LeBron James and Danny Granger well-matched for a rivalry: Cleveland Cavaliers Insider By Brian Windhorst November 20, 2009, 7:56PM INDIANAPOLIS -- There are plenty of rivalries, both real and media-created, with the Cavaliers, and especially LeBron ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:14:00 GMT";
arnews[4] += "
";
arnews[5]="Cleveland balks at new LeBron James mural - Akron Beacon Journal
";
arnews[5] += "CLEVELAND (AP) — A new combat-ready mural of Cavaliers All-Star LeBron James may be too much for city officials in Cleveland. Design officials tabled a proposal Thursday by Nike to erect a 10-story tall mural of a bare-chested James. Over his left ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:10: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("