var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Would you have the guts to say,
";
arnews[0] += "Anxious dao Yao ming... X.X. I'm stressed. Argh. Die die must full marks for maths and science T.T zzzzzzzz. Can't stop thinking about it. Laughing and trying to shrug the topic off at the outside. Keep thinking like a mad idiot and ...";
arnews[0] += "
";
arnews[1]="We do not claim a cent of Li or Zheng's prizemoney: says Sun ...
";
arnews[1] += "Sun also lavished praise on Li and Zheng and put them in the same class as national sporting heroes Yao Ming and Liu Xiang. “NBA, track and field and tennis are all mainstream sports. Li and Zheng's success has put China firmly on the ...";
arnews[1] += "
";
arnews[2]="China basketball coach Guo avoids the axe — andeantravelnews.com
";
arnews[2] += "The former team mate of Yao Ming became the youngest man to hold the position when he was appointed at the age of 33 in May, but had been expected to be fired after a meeting of the China Basketball Association (CBA) on Wednesday. ...";
arnews[2] += "
";
arnews[3]="Second 'Yao Restaurant' opens in US — theweeklytriangle.com
";
arnews[3] += "HOUSTON: A second “Yao Restaurant and Bar,” named after Chinese NBA star Yao Ming, opened Wednesday in downtown Houston, Texas. Five years after the first Yao restaurant was opened in West Houston, the new addition brings Yao closer to ...";
arnews[3] += "
";
arnews[4]="All-Stars, and Valentine's DayCOACH LUGGAGE BAGS « coachbags4w
";
arnews[4] += "morning, Zhang Yi sent back reports that Yao Ming at Once on shore, and the king of the game non-stop rush to Phoenix to participate in a range of commercial and charitable activities, celebrity Well, I am engaged is not very Mozhe ...";
arnews[4] += "
";
arnews[5]="DA BULLS: Hinrich Rumors Continue
";
arnews[5] += "JK, but honestly, that's pretty dominant. The best player in the league, a go to guy that's a big man, an all star point guard, a 4th scorer who gives you 15 a game, and a scrappy rebounded. Wow. Posted by Yao Ming at 8:00 PM ...";
arnews[5] += "
";
arnews[6]="I know what I believe.: Just a lil freestyle...
";
arnews[6] += "... leave ya whole team dropping/ cock and squeeze relieve they mindset/ mother weezin not hearing her son dying breath/ well Im next/ take ya bet/ money up to yao ming neck/ just cash the check....and that was strait off the head lls ...";
arnews[6] += "
";
arnews[7]="Gung Hai Fat Choi, ONTD : Oh no, What I did !!
";
arnews[7] += "Yao Ming to ring in Year of the Tiger in China SHANGHAI (AFP) – Houston Rockets star Yao Ming was due back in Shanghai on Tuesday to celebrate Chinese New Year with his family for the first time since joining the NBA eight years ago, ...";
arnews[7] += "
";
arnews[8]="ohnotheydidnt: Gung Hai Fat Choy, ONTD
";
arnews[8] += "SHANGHAI (AFP) – Houston Rockets star Yao Ming was due back in Shanghai on Tuesday to celebrate Chinese New Year with his family for the first time since joining the NBA eight years ago, his spokesman said. The basketball superstar will ...";
arnews[8] += "
";
arnews[9]="Giants of sport find going tough when they are off the courts ...
";
arnews[9] += "A new sport has developed in China: predicting the size of the child of Yao Ming and his wife, Ye Li. Since the pregnancy was announced last month, speculation has swirled around the full-grown height of the offspring of the Houston ...";
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("