var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James goes for 40 as Cavs top Pacers
";
arnews[0] += "LeBron James finished with 40 points, nine rebounds and seven assists, and made key shots down the stretch to help the Cavaliers to a 105-95 victory over the Indiana Pacers.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:11:09 GMT";
arnews[0] += "
";
arnews[1]="continue
";
arnews[1] += "LeBron James finished with 40 points, nine rebounds and seven assists, and made key shots down the stretch to help the Cavaliers to a 105-95 victory over the Indiana Pacers.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:58:20 GMT";
arnews[1] += "
";
arnews[2]="LeBron posts 40 points to rally Cavs past Pacers
";
arnews[2] += "Did you attend this game? If so, start chronicling your sports memories today with ESPN's Sports Passport.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:49:26 GMT";
arnews[2] += "
";
arnews[3]="Cleveland Cavaliers defeat Indiana Pacers, 105-95
";
arnews[3] += "LeBron James, right, drives against the Pacers' Dahntay Jones on Friday night. LeBron James scores 40 points and has nine rebounds, while Mo Williams adds 18 points and J.J. Hickson 15 to lead the Cavaliers past the Pacers, 105-95, at Indianapolis.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:32:32 GMT";
arnews[3] += "
";
arnews[4]="LeBron scores season-high 40 as Cavaliers beat Pacers 105-95
";
arnews[4] += "LeBron James scored a season-high 40 points, and the Cleveland Cavaliers rallied to beat the Indiana Pacers 105-95 on Friday night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:26:14 GMT";
arnews[4] += "
";
arnews[5]="Region's stocking full of ideas for those on the prowl for holiday gifts
";
arnews[5] += "When Michelle Sahr was approached about expanding her My Little Red Wagon stores in Stow and Hudson to a third location in Kent, she was skeptical about selling toys in a college town.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:19:41 GMT";
arnews[5] += "
";
arnews[6]="Shaq misses 4th straight game as Cavs face Pacers
";
arnews[6] += "Cleveland center Shaquille O'Neal has missed his fourth straight game with a strained right shoulder.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:09:59 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("