var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Orlando Magic, in a cheerier mood, finish off Boston Celtics
";
arnews[0] += "With Stan Van Gundy in a happy mood - waving his pom-poms instead of standing on his soapbox - the Orlando Magic held on for an 83-78 win over the Boston Celtics on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:24:30 GMT";
arnews[0] += "
";
arnews[1]="NBA Roundup: Orlando Wins at Boston
";
arnews[1] += "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.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:18:24 GMT";
arnews[1] += "
";
arnews[2]="Perhaps The Wall Has More Cracks Than We Believed: Thoughts on Magic-Celtics
";
arnews[2] += "Written by Matt Moore on Saturday, November 21, 2009 The objective of these is not to tell a narrative, it's to share different things I see.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:59:55 GMT";
arnews[2] += "
";
arnews[3]="Weekend Wake Up: Hawks, Broncos Soaring; Ireland Will Stay Sore
";
arnews[3] += "Flying High. The best team in the NBA right now nests in Atlanta. The 11-2 Hawks have wins over the Blazers, Nuggets, and Celtics, and their Friday night win was maybe the most dramatic of the season, coming on the above Josh Smith putback and against the scrappy Rockets.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:43:01 GMT";
arnews[3] += "
";
arnews[4]="Jennings leads Bogut-less Bucks
";
arnews[4] += "Rookie Brandon Jennings scored 29 points to lead the Milwaukee Bucks to a 95-88 home victory over Charlotte on Friday night, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:27:21 GMT";
arnews[4] += "
";
arnews[5]="Magic win playoff rematch
";
arnews[5] += "Vince Carter scored a game-high 26 points and the Magic made it four straight wins by downing the Celts 83-78 in Boston.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:53:04 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("