var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boston Celtics Fans: Time To Move On! - Bleacherreport.com
";
arnews[0] += "Have we all read enough regarding the Celtics struggles of late? I know I can barely get my fingers on the keyboard to write about it anymore. The Celtics' problems are so over analyzed in the blogging world right now. Why hasn't the ESPN hype ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 17:03:00 GMT";
arnews[0] += "
";
arnews[1]="Stephen Pagliuca: A Study In Contrasts - WBUR
";
arnews[1] += "Stephen Pagliuca, right, and his co-managing partner of Boston Basketball Partners, Wyc Grousbeck, announce their purchase of the Boston Celtics in 2002. Celtics General Manager Danny Ainge credits Pagliuca's \"soft touch\" with convincing him to sign ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 18:50:00 GMT";
arnews[1] += "
";
arnews[2]="Boston Celtics - Chicago Tribune
";
arnews[2] += "Knicks coach Mike D'Antoni said Nate Robinson was not benched for taking a shot at the wrong basket Saturday. The Knicks inbounded to Robinson in the backcourt with 0.5 seconds left in the first quarter at New Jersey. Rather than just hold the ball ...";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 14:55:00 GMT";
arnews[2] += "
";
arnews[3]="Nick Gelso - Bleacherreport.com
";
arnews[3] += "I have been an avid basketball fan my entire life. Following the NBA and the Boston Celtics for 25 years, I have lived through the prime and retirement of Larry Bird, Magic Johnson, and Michael Jordan. I have fond memories of Doctor J. and Kareem ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 16:34:00 GMT";
arnews[3] += "
";
arnews[4]="No Nellie: Warriors Coach To Miss Two Games Due To Pneumonia - Gant Daily
";
arnews[4] += "Oakland, CA (AHN) - Golden State Warriors coach Don Nelson will miss his team's next two games, as he is flu-stricken and needs to rest. Filling in for the Tuesday tilt at Dallas and Wednesday in San Antonio is assistant coach Keith Smart. Smart has ...";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 20:30:00 GMT";
arnews[4] += "
";
arnews[5]="Miami Heat vs Boston Celtics - Miami New Times
";
arnews[5] += "A funny thing happened shortly after the turn of the millennium: Boston sports teams suddenly stopped sucking. First it was the New England Patriots, who won the first of their three Super Bowls in 2002. Then those perennial heartbreakers, the Red ...";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 11:13: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("