var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LeBron soars above all others in NBA
";
arnews[0] += "One of basketball's old guard would like to see LeBron James and stars of his ilk play under the old rules.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Cavs extend win streak to league-high 12 games
";
arnews[1] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th consecutive win Tuesday night, a 104-97 victory against the New Jersey Nets.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Whoa TMs a bigger crybaby a " Peyton Manning or LeBron James?
";
arnews[2] += "Peyton left for the trip to Miami by jet, flying south. As he flew over Knoxville he saw UT's Neyland Stadium and felt so very proud.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:11:44 GMT";
arnews[2] += "
";
arnews[3]="The Wednesday Morning Rush For 2-10-10
";
arnews[3] += "Good Morning, it's Wednesday February 10, 2010... It's days like Tuesday when I'm glad I'm in sports and not in weather.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:05:58 GMT";
arnews[3] += "
";
arnews[4]="NBC News and TheGrio Choose Gen2Media President Mary Spio as One of...
";
arnews[4] += "Companies: Gen2media Corporation On Wednesday February 10, 2010, 6:00 am ORLANDO, Fla.-- --Gen2Media Corporation announced today its President, Mary Spio, has been chosen by NBC News and TheGrio.com as one of TheGrioa s 100: History Makers in the Making.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:53:33 GMT";
arnews[4] += "
";
arnews[5]="James leads Cavaliers to 12th straight win
";
arnews[5] += "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[5] += "
Publ.Date : Wed, 10 Feb 2010 11:27:00 GMT";
arnews[5] += "
";
arnews[6]="James torches Nets for 32
";
arnews[6] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th consecutive win Tuesday night, a 104-97 victory against the New Jersey Nets.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 11:23:52 GMT";
arnews[6] += "
";
arnews[7]="Cavs stretch win streak with triumph over Nets
";
arnews[7] += "LeBron James scored 32 points to lead the Cleveland Cavaliers to their 12th straight NBA victory, a 104-97 triumph over the lowly New Jersey Nets.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 11:21:53 GMT";
arnews[7] += "
";
arnews[8]="Nets fight, but fall to Cavaliers
";
arnews[8] += "The Nets held the lead for most of the first quarter over LeBron James' Cavaliers and were within four points late in the third period, but in the end, it was loss No.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 11:14:17 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("