var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@gjroeleveld I've noticed that @JillDiva88 @Li_BingBing @incorporated5in @fourdome stopped following you
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Fernando Stuart: Celebrity News :Chinese mainland actress Li Bingbing favored by ...: Chinese mainland actress Li Bingbing, also.. http://bit.ly/QecVf
";
arnews[1] += "Celebrity News :Chinese mainland actress Li Bingbing favored by ...: Chinese mainland actress Li Bingbing, also..";
arnews[1] += "
";
arnews[2]="@Dominic_White I've noticed that @MicahMousie @SexyHolly12 @freegrocerycash @Li_BingBing @fourdome @DJShakespeare stopped following you
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Li Bingbing honored Expo 2010 China Charity Love Ambassdor
";
arnews[3] += "Li Bingbing honored Expo 2010 China Charity Love Ambassdor -";
arnews[3] += "
";
arnews[4]="CRI: Chinese film "The Message" joins Pusan Int'l Film Festival: Actress Li Bingbing attends the premiere of ... http://bit.ly/xsn9Z
";
arnews[4] += "Chinese film \"The Message\" joins Pusan Int'l Film Festival: Actress Li Bingbing attends the premiere of ...";
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("