var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celtics-Knicks Preview
";
arnews[0] += "The Boston Celtics are struggling at home and coming off an ugly offensive showing in their previous game.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:23:23 GMT";
arnews[0] += "
";
arnews[1]="NBA Beat: Utah's drought in San Antonio finally ends
";
arnews[1] += "As far as losing streaks go, the one the Utah Jazz had going in San Antonio was a beauty.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:03:51 GMT";
arnews[1] += "
";
arnews[2]="Fantasy: Week 5 planner
";
arnews[2] += "No Fantasy Teams Found 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, ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:51:55 GMT";
arnews[2] += "
";
arnews[3]="BASKETBALL Smith provides jolt for soaring Hawks
";
arnews[3] += "Josh Smith spent most of the fourth quarter cheering on his teammates from the bench.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:06:04 GMT";
arnews[3] += "
";
arnews[4]="Blog
";
arnews[4] += "William Wesley, to those who have lost patience with Eddy Curry: \"At the end of the day, we have to remember that these are still young kids, and they're our kids.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:54:58 GMT";
arnews[4] += "
";
arnews[5]="Carter scores 26 to lead Magic past Celtics
";
arnews[5] += "Monta Ellis of the Golden State Warriors scrambles for the ball with Andre Miller of the Portland Trail Blazers during an NBA game at Oracle Arena on Friday in Oakland, California.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:15:56 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("