var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="`Avatar' Triumphs in China as State-Backed `Confucius' Fails to Break Even
";
arnews[0] += "A film about the Chinese philosopher Confucius was overwhelmed at the box office by News Corp.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:03:15 GMT";
arnews[0] += "
";
arnews[1]="Dining Out: Dim sum in West Warwick
";
arnews[1] += "There are dozens and dozens of Chinese restaurants in Rhode Island. But precious few offer a dim sum menu, the traditional Chinese cuisine in which small plates of a variety of foods, including an assortment of steamed or fried dumplings, are served in succession.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:40:02 GMT";
arnews[1] += "
";
arnews[2]="Critics say Confucius, gambling don't mix
";
arnews[2] += "The Confucius-themed tickets are aimed at educating the public about ancient Chinese culture and helping people live a \"healthy, wholesome life,\" according to the lottery Web site in China's Shandong province.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 12:57:38 GMT";
arnews[2] += "
";
arnews[3]="Where to Eat for Chinese New Year
";
arnews[3] += "Believe it or not, therea TMs another big holiday happening on February 14 a ' Chinese New Year.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 11:54:00 GMT";
arnews[3] += "
";
arnews[4]="Twin piano prodigies to play in Wheaton
";
arnews[4] += "Alan and Alvin Chow prove two heads are better than one, and four hands are better than two.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:41:16 GMT";
arnews[4] += "
";
arnews[5]="Hong Kong Eyes Finance Links
";
arnews[5] += "Hong Kong is looking to enhance financial and economic ties with Brunei Darussalam and is also keen to venture into Islamic banking.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 01:53:28 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("