var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Jazz beat Clips 109-99 for 9th straight win
"; arnews[0] += "Los Angeles Clippers center Chris Kaman goes up for a basket in the first half of their NBA basketball game in Los Angeles, Tuesday, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:41:25 GMT"; arnews[0] += "
"; arnews[1]="Jazz beat Clips 109-99 for 9th straight win
"; arnews[1] += "Carlos Boozer had 34 points and 14 rebounds and the Utah Jazz beat the Los Angeles Clippers 109-99 Tuesday night for their ninth straight victory."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:38:50 GMT"; arnews[1] += "
"; arnews[2]="Trail Blazers-Suns Preview
"; arnews[2] += "Suns vs. Trail Blazers TIME: 09:00 P.M. EST VENUE: US Airways Center While the Portland Trail Blazers likely can't wait for the All-Star break to arrive, the Phoenix Suns have to wish it wasn't coming so soon."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:25:50 GMT"; arnews[2] += "
"; arnews[3]="76ers-Raptors Preview
"; arnews[3] += "Raptors vs. 76ers TIME: 07:00 P.M. EST VENUE: Air Canada Centre No matter who's in town, the Toronto Raptors continue to win at home."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:25:30 GMT"; arnews[3] += "
"; arnews[4]="Parade for Saints gives New Orleans more euphoria
"; arnews[4] += "The Super Bowl champion New Orleans Saints are celebrating Mardi Gras-style. Carnival floats carrying players, coaches and team owner Tom Benson started rolling through downtown New Orleans for a victory parade."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:09:36 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");