var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Clippers 106, Nuggets 99
";
arnews[0] += "The first player off the Los Angeles Clippers ' bench led them in scoring, something that doesn't happen with this club except when there are injuries -- which is most of the time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:46:41 GMT";
arnews[0] += "
";
arnews[1]="Toronto Raptors' Bench Dropping Buckets in Bunches-All Studs No Duds
";
arnews[1] += "The starting five for Toronto is laden with skill and has shown at times that it can measure up with any other team in the league, while bench players like Jarrett Jack are bringing the noise nightly adding that next dimension.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:35:25 GMT";
arnews[1] += "
";
arnews[2]="Miami-Toronto: Heat Lose 120-113 to Raptors, But There's Hope Yet
";
arnews[2] += "Call me an eternal optimist, but even after the heartbreaking 120-113 loss the Miami Heat just suffered to the Toronto Raptors, I still have hope for these boys from South Beach.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:33:10 GMT";
arnews[2] += "
";
arnews[3]="Week 5 Fantasy Basketball Planner
";
arnews[3] += "Week 1 Teams playing four games: Dallas, Denver, L.A. Clippers, Memphis, Milwaukee, Minnesota, New Jersey, New York, Orlando, Philadelphia, Portland, Sacramento, San Antonio, Toronto Teams playing three games: Atlanta, Boston, Charlotte, Cleveland, Detroit, Golden State, Houston, Indiana, L.A. Clippers, Miami, Oklahoma City, Phoenix, Utah, ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:30:00 GMT";
arnews[3] += "
";
arnews[4]="Orlando Magic, in a cheerier mood, finish off Boston Celtics
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 18:24:30 GMT";
arnews[4] += "
";
arnews[5]="NBA Roundup: Orlando Wins at Boston
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 18:18:24 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("