var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="World-Class Athletes to Compete in Hong Kong - Businesswire.com
";
arnews[0] += "Heading the list are 2008 synchronised three-metre springboard Olympic gold medallists Guo Jingjing and Wu Minxia, current Olympic badminton men’s singles champion Lin Dan, and 2004 Olympic 110-metres hurdles champion Liu Xiang from China .";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 GMT";
arnews[0] += "
";
arnews[1]="BizTime: A Commercial Back - English Eastday
";
arnews[1] += "Nike, Aokang and Yili did not, but Yili shifted the ad's focus from Liu Xiang to Guo Jingjing. In 2009, before his return, his ads had nearly disappeared from all media. Companies that dropped Liu from their ads right after August 8 2008 had three ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 00:17:00 GMT";
arnews[1] += "
";
totcount = 2;
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("