var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="News :Edison Chen Scandals - China's New Sexual Revolution ...
";
arnews[0] += "News :Edison Chen Scandals - China's New Sexual Revolution ...";
arnews[0] += "
";
arnews[1]="saving up for a bicycle. *grins* edison chen you drive me crazy reading all about you for my assignment.
";
arnews[1] += "saving up for a bicycle. *grins* edison chen you drive me crazy reading all about you for my assignment. -";
arnews[1] += "
";
arnews[2]="Jimmy Su: RT @MinglunHsieh: 久違的希哥再現。RT @EddieCruz1 Having coffee with (Edison Chen.) No promo needed, just hanging out. http://twitpic.com/oy122
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Asian Entertainment news: Edison Chen back in the Music Industry; Writes new song for DJ Tommy: Source: Mingpao Translated by: aZnangel @.. http://bit.ly/2SrvWC
";
arnews[3] += "Edison Chen back in the Music Industry; Writes new song for DJ Tommy: Source: Mingpao Translated by: aZnangel @..";
arnews[3] += "
";
arnews[4]="Scifi Chrome: scifichrome tracked hontou ni: [Hontou Ni 4koma] Cam Whoring: The Edison Chen Photo Scandal .. http://bit.ly/3Y9ni0
";
arnews[4] += "scifichrome tracked hontou ni: [Hontou Ni 4koma] Cam Whoring: The Edison Chen Photo Scandal ..";
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("