var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnny Neihu S Mailbag
";
arnews[0] += "Peace disaster prevention ? Dear Johnny, A short while ago I was riding my scooter down Chongqing S Road and saw a street sign telling me that the 2/28 peace disaster prevention park lay ahead.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 20:45:30 GMT";
arnews[0] += "
";
arnews[1]="Johnny Neihu's News Watch: In dreams begin responsi-beef-ities
";
arnews[1] += "I ve just returned from one of my favorite activities: speeding through Taiwan s streets on a scooter while chewing on bone-in US beef .";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 20:39:23 GMT";
arnews[1] += "
";
arnews[2]="One to Watch: Seventy Two Changes
";
arnews[2] += "If you're up on your Mandopop , designer Jolin Tsai of the recently debuted line, Seventy Two Changes , is likely a familiar name.";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 15:00:42 GMT";
arnews[2] += "
";
arnews[3]="Taking on the Trend: The Boyfriend's Back
";
arnews[3] += "WOOLIE BULLY: Free People's Woolie Jacket looks more like the tweed \"acceptable\" suit you wish your own boyfriend would throw away - yet, when layered over summer's hippie chic frocks and paired with knitted tights or socks, it works.";
arnews[3] += "
Publ.Date : Thu, 03 Sep 2009 09:00:00 GMT";
arnews[3] += "
";
arnews[4]="Pop Stop
";
arnews[4] += "One secret marriage led to another for Hong Kong heartthrob Andy Lau . After the news broke last Saturday of his under-the-radar Las Vegas wedding to long-rumored sweetheart Carol Choo in June, Lau admitted to having signed a nuptial agreement/marriage contract with Taiwanese actress Yu Ke-hsin back in the 1980s.";
arnews[4] += "
Publ.Date : Thu, 03 Sep 2009 17:59:49 GMT";
arnews[4] += "
";
arnews[5]="Edison Chen making a comeback in Taiwan
";
arnews[5] += "TAIWAN : Hong Kong star Edison Chen hopes to shake off his scandal-ridden past by making his comeback in Taiwan and pop idols Jay Chou and Jolin Tsai could lend a helping hand.";
arnews[5] += "
Publ.Date : Thu, 03 Sep 2009 06:54:53 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("