var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Counterpoint: Something's Missing in the Baby-for-Augustin Rumors ...
";
arnews[0] += "Bill Simmons, upon hearing of the Davis-Augustin talks, quickly proposed a monster four-team deal involving the Kings and Rockets, Ray Allen, Tracy McGrady's expiring contract and complementary photos of George Hill. ...";
arnews[0] += "
";
arnews[1]="Charles barkley says the playoffs for leisure city reacted mouth ...
";
arnews[1] += "morey, and to trade Tracy McGrady, Charles barkley puts forward his own ideas, “I think t-mac's expiring contract is big, so that the contract value for the other team of. alliance, is a good investment. Well, in the future blueprint of ...";
arnews[1] += "
";
arnews[2]="Will Steve Nash Be The Greatest Player To Never Appear In The Nba ...
";
arnews[2] += "Tracy McGrady has never made it to the Finals let alone gotten out of the 1st Round and Chris Webber neither. So right now its Nash, T.Mac, and C.Webb as the 3 greats that never been to a Final. Im optimistic on Nash though I think he ...";
arnews[2] += "
";
arnews[3]="- DigitalYarns Blogging Community
";
arnews[3] += "DigitalYarns New post, \"Tracy McGrady said to join this season sixers rocket small AI turn\" - http://www.digitalyarns.com/?p=10200.";
arnews[3] += "
";
arnews[4]="DigitalYarns: Tracy McGrady said to join this season sixers rocket ...
";
arnews[4] += "Smith recently in an analysis of the present article 76 team, is still belongs to disclose the rockets players Tracy McGrady had before this, he said to his hope we can finish this season in Philadelphia. But because of the 23 million ...";
arnews[4] += "
";
arnews[5]="Life's like that!: Sigh...
";
arnews[5] += "haven't we all heard the news about Tracy McGrady starting the NBA All-Star match this February 14? Oh, what a coincidence. looks like the players are gonna get some on their valentine's day huh? hahaha. silly me. ...";
arnews[5] += "
";
arnews[6]="Trade chatter from home: Is Martin going anywhere?
";
arnews[6] += "To review, Houston didn't get far in its talks with the Kings about Martin that would have involved the expiring contract of Tracy McGrady coming to Sacramento for Martin and the expiring contract of Kenny Thomas. ...";
arnews[6] += "
";
arnews[7]="ZagsBlog.com – Knicks' Walsh Plans to Work the Phones; Nate ...
";
arnews[7] += "Walsh said he believed “some good players will be available,” but he doubted the Knicks would be able to trade for any impact players like Tracy McGrady, Amar'e Stoudemire or Bosh. “You're not going to probably be able to trade for them ...";
arnews[7] += "
";
arnews[8]="EuroCup : Le Mans chute face à Koffi et la DKV – Catch & Shoot ...
";
arnews[8] += "10h27: Las d'être mis à l'écart par Rick Adelman, Tracy McGrady aurait confié vouloir à tout prix rejoindre les Philadelphie Sixers avant la deadline. L'affaire ne semble toutefois pas simple, il ne reste plus que dix jours avant la ...";
arnews[8] += "
";
arnews[9]="เด็กชายธีรภัทร ปานวงษ์ » Blog Archive » Lebron James
";
arnews[9] += "“At this age LeBron is better than anybody I've ever seen in 37 years in this business, including Kevin Garnett and Kobe Bryant and Tracy McGrady. I'm willing to bet my company's millions that he will meet those high expectations. ...";
arnews[9] += "
";
totcount = 10;
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("