var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ziyi's manager says sorry
";
arnews[0] += "Zhang Ziyi's manager has taken the blame for a donation funds scandal that has been dogging the actress.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:29:20 GMT";
arnews[0] += "
";
arnews[1]="Show more
";
arnews[1] += "NEW 'American Idol' judge Ellen DeGeneres on Tuesday hinted of fireworks between her and Simon Cowell, and said she would prefer not to sit next to the acid-tongued Briton in future.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:27:46 GMT";
arnews[1] += "
";
arnews[2]="On Feb. 9, 2009, Alex Rodriguez admitted to taking performance-enhancing drugs
";
arnews[2] += "Today is Tuesday, Feb. 9, the 40th day of 2010. There are 325 days left in the year.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:11:48 GMT";
arnews[2] += "
";
arnews[3]="Charity rules examined as Zhang Ziyi pays up
";
arnews[3] += "Experts have called upon domestic charity donors, especially celebrities and companies, to make their donation commitments in a prudent and rational manner, to ensure the commitments are fulfilled.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:34:49 GMT";
arnews[3] += "
";
arnews[4]="Actress coughs up thousands after earthquake donation allegations
";
arnews[4] += "Actress Zhang Ziyi was forced to contribute 160,000 yuan for Sichuan earthquake relief after outraged mainlanders criticised her for overstating her donation and allegedly misappropriating money raised for victims.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:01:40 GMT";
arnews[4] += "
";
arnews[5]="Zhang Ziyi earthquake charity scandal ends
";
arnews[5] += "Actress Zhang Ziyi was cleared in a scandal that had dogged her since January over whether she had fulfilled commitments to donate 1 million yuan to 2008 Sichuan earthquake victims, state media reported Tuesday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[5] += "
";
totcount = 6;
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("