var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="8% growth for dairy revenue after crisis
";
arnews[0] += "CHINA'S dairy market is expected to post an 8 percent sales revenue growth this year as consumers seek more reliable higher-priced products after the melamine crisis, according to industry analysts.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:37:10 GMT";
arnews[0] += "
";
arnews[1]="International markets give cuisine spice
";
arnews[1] += "Mi Ranchito on North Chapel Street has been open for 11 years. Specific items - like the variety of dried chili peppers available at Mi Ranchito on North Chapel Street - get lost amid the aisles of Tastykakes and Cheerios inherent to typical supermarkets.";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Zhang Yuqi: China s rising star
";
arnews[2] += "In the movie CJ-7, Zhang Yuqi gained instant fame throughout China. That success brought her roles in a string of other big and small screen productions and TV commercials.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 00:15:23 GMT";
arnews[2] += "
";
arnews[3]="Capone talks Red Cliff and other acts of violence with the great John Woo
";
arnews[3] += "Hey everyone. Capone in Chicago here. I actually contemplated making this interview part of my AICN Legends column, but we didn't really have enough time to cover the necessary career ground to qualify.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 19:54:04 GMT";
arnews[3] += "
";
arnews[4]="Asian film biz preps for world market
";
arnews[4] += "On his just-completed swing through some of the Confucian parts of Asia -- China, Japan, Singapore and South Korea -- President Obama faced issues with which the film industry in this part of the world already is familiar.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Praxair China Signs Agreement with MAGI Solar Energy Technology Co.
";
arnews[5] += "Praxair China has signed a multi-year agreement with MAGI Solar Energy Technology Co., Ltd.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 05:21:51 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("