var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Richard Li secretly married Isabella Leong?
";
arnews[0] += "GUANGZHOU: Photographer and film-maker Wing Shya let slip that Richard Li might have secretly married former actress Isabella Leong, mother of his eight-month-old son Ethan.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 08:20:45 GMT";
arnews[0] += "
";
arnews[1]="Richard Li married
";
arnews[1] += "HAS actress Isabella Leong secretly married tycoon Richard Li? In an interview with China's Information Times on Wednesday, photographer and film-maker Wing Shya said he took the couple's wedding pictures when Leong returned from the United States to Hong Kong with her baby boy recently.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 04:52:12 GMT";
arnews[1] += "
";
arnews[2]="Isabella Leong in HK to discuss upcoming nuptials with Richard Li?
";
arnews[2] += "HONG KONG : Former actress Isabella Leong's return to Hong Kong with her eight-month-old son Ethan in December was not only to bring the boy to meet his grandfather, tycoon Li Ka Shing, but also to set the date of her marriage with his son, chairman of Hong Kong telecommunications giant PCCW, Richard Li, said Hong Kong media reports.";
arnews[2] += "
Publ.Date : Tue, 12 Jan 2010 12:43:19 GMT";
arnews[2] += "
";
arnews[3]="Isabella Leong returns with son to HK
";
arnews[3] += "HONG KONG: Isabella Leong, girlfriend of wealthy Hong Kong businessman Richard Li, has quietly returned to Hong Kong from San Francisco with his seven-month-old son, Ethan.";
arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 11:11:50 GMT";
arnews[3] += "
";
arnews[4]="The Young Footliters perform 'Doctor Dolittle' this weekend
";
arnews[4] += "The Young Footliters will present their fall show, \"Doctor Dolittle,\" based on the children's classic by Hugh Lofting at 7 p.m. Friday and Saturday and 2 p.m. Sunday.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:47:00 GMT";
arnews[4] += "
";
totcount = 5;
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("