var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smith's last-second dunk keeps Hawks flying high
";
arnews[0] += "The Atlanta forward Josh Smith ran into foul trouble and played for less than a minute in the final period against the Houston Rockets - but he still managed to be in the right place at the right time to make the play that won the game for the Hawks with fractions of a second on the clock.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:46:47 GMT";
arnews[0] += "
";
arnews[1]="Jennings Does It Again With 29, Bucks Top Bobcats
";
arnews[1] += "Rookie Brandon Jennings scored 29 points to lead the Milwaukee Bucks to a 95-88 victory over Charlotte on Friday night, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:58:28 GMT";
arnews[1] += "
";
arnews[2]="Bucks kick off road trip in Memphis vs. Grizzlies
";
arnews[2] += "The surprising Milwaukee Bucks hit the road after a very successful homestand Saturday when they face the Memphis Grizzlies at FedEx Forum.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:56:04 GMT";
arnews[2] += "
";
arnews[3]="Grizzlies Starting to Come Together
";
arnews[3] += "Improvement. That is all you can ask for. That is what the Memphis Grizzlies look to do on a game to game basis.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:08:50 GMT";
arnews[3] += "
";
arnews[4]="Bucks' Bogut to miss up to four weeks
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 19:03:12 GMT";
arnews[4] += "
";
arnews[5]="Week 5 Fantasy Basketball Planner
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 14:30:00 GMT";
arnews[5] += "
";
arnews[6]="Milwaukee Bucks vs Charlotte Bobcats live streaming
";
arnews[6] += "Milwaukee Bucks vs Charlotte Bobcats live streaming >> Posted By raingaugeman 23 hours, 48 minutes ago in Sports Watch live Milwaukee Bucks vs Charlotte Bobcats NBA, United States of America 20 November, 2009, 8:30 PM ET Summary of the match will be on site soon.. Read Full Story at livestreamingsports.sportsblognet.com>>";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Milwaukee Bucks (7-3) at Memphis Grizzlies (4-8), 8 p.m.
";
arnews[7] += "The surprising Milwaukee Bucks hit the road after a very successful homestand Saturday when they face the Memphis Grizzlies at FedEx Forum.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 18:43:57 GMT";
arnews[7] += "
";
totcount = 8;
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("