var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Li Xiao Xia vs Guo Yue (2008 Panasonic China Open)
";
arnews[0] += "Li Xiao Xia (China) vs Guo Yue (China) 2008 Panasonic China Open Women's Singles Final";
arnews[0] += "
Publ.Date : Fri, 03 Apr 2009 16:33:02 GMT";
arnews[0] += "
";
arnews[1]="2008 Beijing Olympics: Guo Yue vs Lau Sui Fei
";
arnews[1] += "2008 Beijing Olympics Table Tennis Women's Singles Round of 32 Guo Yue (China) vs Lau Sui Fei (Hong Kong, China)";
arnews[1] += "
Publ.Date : Thu, 19 Mar 2009 12:24:49 GMT";
arnews[1] += "
";
arnews[2]="Zhang Yining - Guo Yue
";
arnews[2] += "Open du Qatar 2009 - Finale Dames. De nombreuses autres vidéos de tennis de table (points exceptionnels, vidéos insolites, matchs entiers, etc ...) sur mon site : -->...";
arnews[2] += "
Publ.Date : Sun, 08 Mar 2009 08:51:33 GMT";
arnews[2] += "
";
arnews[3]="Zhang Yining Guo Yue Tie Yana Jiang
";
arnews[3] += "Zhang Yining Guo Yue Tie Yana Jiang";
arnews[3] += "
Publ.Date : Wed, 18 Feb 2009 02:15:00 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Timo Boll VS Guo Yue ——2009--01-9国球大典
";
arnews[4] += "2:0 gAME TO boll . Happy Camp in Changsha CITY,China";
arnews[4] += "
Publ.Date : Thu, 15 Jan 2009 13:22:24 GMT";
arnews[4] += "
";
arnews[5]="2007 Kuwait Open Womens Part 2 Zhang Yi Ning Wang Nan Guo Yue
";
arnews[5] += "The final episode of the BIG FIGHT between the top ten women in the world for PRESTIGE. The rallies are unbelievable. Its more that a normal days job for each of them. Absolutely...";
arnews[5] += "
Publ.Date : Mon, 12 Jan 2009 05:00:31 GMT";
arnews[5] += "
";
arnews[6]="2007 Kuwait Open Womens Part 1 Zhang Yi Ning Wang Nan Guo Yue
";
arnews[6] += "The Ten biggest women players in the world battled for a huge price money or should rather say for prestige. Any of them is capable of lifting this much conveted title. See the...";
arnews[6] += "
Publ.Date : Mon, 12 Jan 2009 04:16:37 GMT";
arnews[6] += "
";
arnews[7]="Li Jia Wei vs Guo Yue (2008 WTTTC)
";
arnews[7] += "Li Jia Wei (Singapore) vs Guo Yue (China) 2008 World Team Table Tennis Championships Women's Team Final Singles Match (C)Beanny46 All Rights Reserved.";
arnews[7] += "
Publ.Date : Fri, 09 Jan 2009 13:28:18 GMT";
arnews[7] += "
";
arnews[8]="Yue's Dragonfly and other memories
";
arnews[8] += "A few of “music, food and love”, at Arte Culinaria. Many thanks to Yue for everithing, Enrico for his wonderful collection of anonymous photographs, Violetta for her beautiful...";
arnews[8] += "
Publ.Date : Thu, 29 Nov 2007 12:16:42 GMT";
arnews[8] += "
";
arnews[9]="World Team Cup 2007: Guo Yue - Zhang Rui
";
arnews[9] += "Women's semifinal: China (Guo Yue) vs. Hong Kong (Zhang Rui) Final points of the match; Guo wins 11-8, 11-7, 11-9.";
arnews[9] += "
Publ.Date : Mon, 15 Oct 2007 03:52:04 GMT";
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("