var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LeBron leads Cavs to 12th straight win
";
arnews[0] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight win Tuesday night, a 104-97 victory over the New Jersey Nets.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:29:34 GMT";
arnews[0] += "
";
arnews[1]="Smith: Manning's shun shows that he's only human
";
arnews[1] += "Food store worker accused of stealing $681,000. When LeBron James walked off the floor without shaking hands following last season's Eastern Conference Finals loss to the Orlando Magic, it lit the fuse on a monthlong public relations disaster for Cleveland's global icon-in-waiting. However, when Indianapolis Colts quarterback Peyton Manning walked ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:43:13 GMT";
arnews[1] += "
";
arnews[2]="James leads Cavaliers to 12th straight win
";
arnews[2] += "Cleveland Cavaliers' LeBron James shoots against New Jersey Nets' Brook Lopez in the first quarter of an NBA basketball game Tuesday, February 9, 2010, in Cleveland.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:42:38 GMT";
arnews[2] += "
";
arnews[3]="Cavaliers run season's longest win streak to 12 with win over Nets
";
arnews[3] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th straight win Tuesday night, a 104-97 victory over the New Jersey Nets.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:42:01 GMT";
arnews[3] += "
";
arnews[4]="Disney posts flat first quarter profit
";
arnews[4] += "Cinderella's castle at Walt Disney World's Magic Kingdom in Orlando, Florida, November 2001.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:29:40 GMT";
arnews[4] += "
";
arnews[5]="Nets Give Cavs Challenge in Cleveland
";
arnews[5] += "Courtney Lee led the New Jersey Nets with 24 points in Tuesday's game against the Cleveland Cavaliers.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:27:27 GMT";
arnews[5] += "
";
arnews[6]="Carter's blitz lifts Magic over Hornets
";
arnews[6] += "The high-flying layups. The fall-away jumpers. The step-back 3-pointers. Vinsanity was back.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 09:27:19 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("