var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hahn: McGrady can be had, but it'll cost Knicks
"; arnews[0] += "There's actually nothing more to tell. The Rockets believe they're better off without him."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:22:19 GMT"; arnews[0] += "
"; arnews[1]="This Is Not a Game
"; arnews[1] += "Top sports agents share their negotiating secrets. Alix Stuart - CFO Magazine January 1, 2006 From the sidelines, professional athletes have leverage that corporate negotiators can only dream of."; arnews[1] += "
Publ.Date : Sun, 01 Jan 2006 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Waxing beautiful by the beach
"; arnews[2] += "The seaside resort of Pattaya is no longer just about beaches and bars. Since earlier this morning, it's also become home to world leaders, superstars from Hollywood and Asia, as well as other celebrities and leading sportsmen."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:24:01 GMT"; arnews[2] += "
"; arnews[3]="Kings-Rockets Preview
"; arnews[3] += "The Houston Rockets and Sacramento Kings may have anticipated some early struggles with their top players injured."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:51:45 GMT"; arnews[3] += "
"; arnews[4]="Hawks escape Rockets on Smith putback
"; arnews[4] += "In the Houston Rockets, the Hawks found an opponent as willing to grind as they have been."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:47:26 GMT"; arnews[4] += "
"; arnews[5]="T-Mac wants to come back
"; arnews[5] += "Houston is off to a downright blissful start, seeing as they're without nominal superstar Tracy McGrady and actual franchise pillar Yao Ming."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:29:29 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("
");