var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Katie Leung Ka Yee 放假、放假、放假,YEAH!!!!!!!!
";
arnews[0] += "Katie Leung Ka Yee 放假、放假、放假,YEAH!!!!!!!! -";
arnews[0] += "
";
arnews[1]="vic: Katie Leung attends MOBO awards: Last night Katie Leung attended the MOBO (Music of Black Origin) Awards in Gla.. http://bit.ly/30uxcd
";
arnews[1] += "Katie Leung attends MOBO awards: Last night Katie Leung attended the MOBO (Music of Black Origin) Awards in Gla..";
arnews[1] += "
";
arnews[2]="Katie Leung Ka Yee 中秋都要返工,慘~~~~~~ :_|.
";
arnews[2] += "Katie Leung Ka Yee 中秋都要返工,慘~~~~~~ :_|. -";
arnews[2] += "
";
arnews[3]="Katie Leung Ka Yee 正在海洋公園十月全城哈囉喂~~~~~~.
";
arnews[3] += "Katie Leung Ka Yee 正在海洋公園十月全城哈囉喂~~~~~~. -";
arnews[3] += "
";
arnews[4]="Katie Leung Ka Yee 放假真係好,想做咩就做咩,想幾點瞓就幾點瞓,正~~~~~.
";
arnews[4] += "Katie Leung Ka Yee 放假真係好,想做咩就做咩,想幾點瞓就幾點瞓,正~~~~~. -";
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("