var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carter Soars, Lifting Magic Over the Celtics - New York Times
";
arnews[0] += "Dwight Howard grabbed 15 rebounds and Mickael Pietrus added 14 points for Orlando in the first game between the teams since last season’s Eastern Conference semifinals. Paul Pierce scored 21 for Boston, which has lost three of its last four, and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:58:00 GMT";
arnews[0] += "
";
arnews[1]="Celtics Fall Short Against Magic - Boston Channel
";
arnews[1] += "BOSTON -- Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night. Dwight Howard grabbed 15 boards and Mickael Pietrus added 14 points for Orlando, which won the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:52:00 GMT";
arnews[1] += "
";
arnews[2]="NBA Roundup: Magic, Carter win fourth in a row - Pittsburgh Post-Gazette
";
arnews[2] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics ... Paul Pierce scored 21 for Boston, which has lost three of its past four, and three of five at home. Kevin Garnett scored 13 ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:59:00 GMT";
arnews[2] += "
";
arnews[3]="Kevin Garnett #5 PF - ESPN.com
";
arnews[3] += "News: Garnett knocked down 7-for-11 from the field and hit his only free throw Saturday night on his way to 15 points, seven boards and two assists. Spin: Garnett has started finding his shooting range of late, knocking down 20-of-31 shots from the ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Player: Kevin Garnett - YAHOO!
";
arnews[4] += "Each weekday morning, BDL serves up a handful of NBA-related stories to digest with your pea and mint pesto crostini . Frank Isola, New York Daily News : \"The answer to The Answer appears to be yes. Donnie Walsh said Wednesday night that the Knicks ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:58:00 GMT";
arnews[4] += "
";
arnews[5]="Kevin Garnett spoke - WEEI
";
arnews[5] += "Celtics forward Kevin Garnett joined the Dale & Holley Show on Thursday. The Celtics star discussed his health, the challenge of returning from injury, the impact of Rasheed Wallace on the Celtics and the state of this season’s team. Well, if you ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("