var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boston (32-17) at New Orleans (27-25) - YAHOO!
";
arnews[0] += "Regardless of the outcome of their next game, the Boston Celtics probably won’t be satisfied with their play in recent weeks. In their final game before the All-Star break, the Celtics visit the New Orleans Hornets on Wednesday. After going 6-11 ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:52:00 GMT";
arnews[0] += "
";
arnews[1]="Boston Celtics Doc Rivers has concerns going into Wednesday's game ... - New Orleans Times-Picayune
";
arnews[1] += "The Boston Celtics have lost seven of their previous 12 games and Coach Doc Rivers has concerns going into Wednesday night’s game against the New Orleans Hornets at the New Orleans Arena. After going through a January slump, Orlando Magic guard ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[1] += "
";
arnews[2]="Orlando Magic's Vince Carter scores 48 points to hand New Orleans ... - New Orleans Times-Picayune
";
arnews[2] += "Behind Vince Carter's 48-point performance, the Orlando Magic defeated the New Orleans Hornets 123-117 Monday night at the Amway Arena. Despite scoring 70 points and taking a 15-point halftime lead, the Hornets were outperformed mostly by Carter in ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:18:00 GMT";
arnews[2] += "
";
arnews[3]="Recap: Orlando vs. New Orleans - The Sun News
";
arnews[3] += "Collison leads Okafor, Hornets ... 21 points, and the New Orleans Hornets gave Emeka Okafor a victory in his return to Charlotte, 104-99 over the listless Bobcats on Saturday night. In the first regular-season meeting since the July trade that sent ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:11:00 GMT";
arnews[3] += "
";
arnews[4]="CELTICS NOTEBOOK: Davis set to march home with Saints - Enterprise
";
arnews[4] += "Talk about a case of perfect timing for Boston Celtics reserve forward Glen Davis. The Louisiana native makes just one trip to his home state each season to play against the New Orleans Hornets, and this year’s visit comes at an opportune time for ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:13:00 GMT";
arnews[4] += "
";
arnews[5]="Boston Celtics Doc Rivers has concerns going into Wednesday's game ... - New Orleans Times-Picayune
";
arnews[5] += "The Boston Celtics have lost seven of their previous 12 games and Coach Doc Rivers has concerns going into Wednesday night’s game against the New Orleans Hornets at the New Orleans Arena. After going through a January slump, Orlando Magic guard ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:12: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("