var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Asian Entertainment news: Jolin Tsai will pocket S$5 million on her first day back at work, New Year's Day: Source : Yahoo News Jolin Tsa.. http://bit.ly/4tGwTp
";
arnews[0] += "Jolin Tsai will pocket S$5 million on her first day back at work, New Year's Day: Source : Yahoo News Jolin Tsa..";
arnews[0] += "
";
arnews[1]="Jolin Tsai – Love & Live [Full Album 2009]
";
arnews[1] += "Jolin Tsai – Love & Live [Full Album 2009] -";
arnews[1] += "
";
arnews[2]="taglife: Just #listened to Love Love Love by #Jolin Tsai on @Grooveshark: http://tinysong.com/bnVV
";
arnews[2] += "Just";
arnews[2] += "
";
arnews[3]="Alex Amith: Are You A Good Girl?: Author: Undedy Keywords: Are You Good Girl Namie Amuro Koda Kumi 2NE1 Jolin Tsai BoA Ayu.. http://bit.ly/3p61Xy
";
arnews[3] += "Are You A Good Girl?: Author: Undedy Keywords: Are You Good Girl Namie Amuro Koda Kumi 2NE1 Jolin Tsai BoA Ayu..";
arnews[3] += "
";
arnews[4]="Asian Entertainment news: singer-actress Jolin Tsai joins the latter as 7-Eleven's latest ambassador: Former love rivals, Taiwanese telev.. http://bit.ly/08UDqzw
";
arnews[4] += "singer-actress Jolin Tsai joins the latter as 7-Eleven's latest ambassador: Former love rivals, Taiwanese telev..";
arnews[4] += "
";
totcount = 5;
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("