var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bucks kick off road trip in Memphis vs. Grizzlies
";
arnews[0] += "The surprising Milwaukee Bucks hit the road after a very successful homestand Saturday when they face the Memphis Grizzlies at FedEx Forum.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:04:58 GMT";
arnews[0] += "
";
arnews[1]="Bucks' Bogut to miss up to four weeks
";
arnews[1] += "Milwaukee Bucks center Andrew Bogut will be sidelined from two to four weeks with a strained ligament and bruise in his left leg, the NBA team said Friday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:03:12 GMT";
arnews[1] += "
";
arnews[2]="Week 5 Fantasy Basketball Planner
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 14:30:00 GMT";
arnews[2] += "
";
arnews[3]="Milwaukee Bucks (7-3) at Memphis Grizzlies (4-8), 8 p.m.
";
arnews[3] += "The surprising Milwaukee Bucks hit the road after a very successful homestand Saturday when they face the Memphis Grizzlies at FedEx Forum.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:43:57 GMT";
arnews[3] += "
";
arnews[4]="New York Knicks (2-9) at New Jersey Nets (0-12), 1 p.m.
";
arnews[4] += "The New York Knicks make the short trip across the Hudson River hoping to keep Atlantic Division-rival New Jersey winless on the season.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:41:46 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("