var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " - "Jolin+Tsai" - Google News"; document.title=document.title+ " "; arnews[0]="Hitting a high note - Alibaba News Channel
"; arnews[0] += "

Hitting a high note
Alibaba News Channel
The KTV competition in Beijing is hotter than her favorite artist, Jolin Tsai, between the three major KTV companies – Party World, Melody and Party Life ...

and more »
"; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:26:35 GMT+00:00"; arnews[0] += "
"; arnews[1]="JOHNNY NEIHU'S MAILBAG - 台北時報
"; arnews[1] += "

JOHNNY NEIHU'S MAILBAG
台北時報
... location for Zhongzheng District (中正) in case of emergency (earthquakes, fires, terror attacks, Jolin Tsai (蔡依林) shopping excursions, and so on). ...

"; arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 16:01:35 GMT+00:00"; arnews[1] += "
"; arnews[2]="JOHNNY NEIHU'S NEWS WATCH: In dreams begin responsi-beef-ities - 台北時報
"; arnews[2] += "

JOHNNY NEIHU'S NEWS WATCH: In dreams begin responsi-beef-ities
台北時報
... in from a side road without so much as a glance in the mirror while tunelessly humming a Jolin Tsai (蔡依林) hit that's playing on his or her iPod. ...

"; arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 16:29:20 GMT+00:00"; 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("
");document.write("
");