var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NBA roundup
"; arnews[0] += "Josh Smith soared through the lane to drop in a missed shot with 0.7 seconds remaining and the Atlanta Hawks won their seventh in a row, beating the Houston Rockets 105-103 Friday night to maintain the NBA's best record."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:22:56 GMT"; arnews[0] += "
"; arnews[1]="White Sox close to signing Vizquel
"; arnews[1] += "The Chicago White Sox are closing in on a contract agreement with free-agent shortstop Omar Vizquel, who will be 43 in April."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:28:07 GMT"; arnews[1] += "
"; arnews[2]="Kings owner will no longer operate WNBA franchise
"; arnews[2] += "The Sacramento Monarchs folded on Friday, a shocking and disappointing development for the WNBA and one of its original eight franchises."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:16:02 GMT"; arnews[2] += "
"; arnews[3]="Mavs edge Kings for fifth straight win
"; arnews[3] += "Jason Terry and Kris Humphries sparked Dallas off the bench with 20 and 15 points, respectively, as the Mavericks won their fifth straight game behind a 104-102 decision over the Sacramento Kings."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Mavericks need the three-pointer for their long-range plans
"; arnews[4] += "The Mavericks' two most frequent three-point shooters, and arguably their best from long range, have been going in opposite directions lately."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:32:47 GMT"; arnews[4] += "
"; arnews[5]="Briefs | WNBA: Sacramento Kings franchise folds
"; arnews[5] += "The Sacramento Monarchs folded Friday, a disappointing development for the league and one of its original eight franchises."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:22:37 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("
");document.write("
");