var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Philip Reynolds: Isabella Leong, "Isabella - First Album Versions A, B, C" and "Say Goodbye... Luisa."
";
arnews[0] += "Isabella Leong, \"Isabella - First Album Versions A, B, C\" and \"Say Goodbye... Luisa.\" -";
arnews[0] += "
";
arnews[1]="DJ Chang: Isabella Leong, "Isabella - First Album Versions A, B, C" and "Say Goodbye... Luisa."
";
arnews[1] += "Isabella Leong, \"Isabella - First Album Versions A, B, C\" and \"Say Goodbye... Luisa.\" -";
arnews[1] += "
";
arnews[2]="Google-Style.com: Isabella Leong attends The Mummy film premiere at the Gibson Amphitheatre at Universal City Walk on July 27, 2008 in Los Angeles, California.jpg : Welcome to Google-Style.com
";
arnews[2] += "Isabella Leong attends The Mummy film premiere at the Gibson Amphitheatre at Universal City Walk on July 27, 2008 in Los Angeles, California.jpg : Welcome to Google-Style.com -";
arnews[2] += "
";
arnews[3]="Lincoln Burrows: Talk:Isabella Leong
";
arnews[3] += "Talk:Isabella Leong -";
arnews[3] += "
";
arnews[4]="Timothy Chung: Congratulations to Richard Li and Isabella Leong. I hope that Richard will be a great father and a better businessman for HK. :-)
";
arnews[4] += "Congratulations to Richard Li and Isabella Leong. I hope that Richard will be a great father and a better businessman for HK. :-)";
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("