var arnews = new Array(3);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Painting Diplomacy Across Taiwan Strait
";
arnews[0] += "China and Taiwan are trying for unification—of a painting.";
arnews[0] += "
";
arnews[1]="China Asks Its Athletes for 6 IDs
";
arnews[1] += "Following the embarrassment of losing a bronze medal after an investigation found one of its athletes was underage, China doesn't want to take any chances in the lead-up to the Youth Olympic Games.";
arnews[1] += "
";
arnews[2]="Short and Long View on Inflation From the People’s Bank
";
arnews[2] += "Inflation in China may not be a short-term worry, but it is still a long-term risk. That seems to be the message from two separate statements this week from China’s central bank.";
arnews[2] += "
";
totcount = 3;
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("