var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Siddharth Patel: Claudia Ciesla is Smoking Chilly! Just now googled it.. http://ping.fm/dmGkN
";
arnews[0] += "Claudia Ciesla is Smoking Chilly! Just now googled it..";
arnews[0] += "
";
arnews[1]="Siddharth Patel: Siddharth said: Claudia Ciesla is Smoking Chilly! Just now googled it.. http://ping.fm/dmGkN.
";
arnews[1] += "Siddharth said: Claudia Ciesla is Smoking Chilly! Just now googled it..";
arnews[1] += "
";
arnews[2]="Siddharth Patel: Claudia Ciesla is Smoking Chilly! Just now googled it.. http://ping.fm/dmGkN
";
arnews[2] += "Claudia Ciesla is Smoking Chilly! Just now googled it..";
arnews[2] += "
";
arnews[3]="Mother and daughter charged in Tracy shooting
";
arnews[3] += "Mother and daughter charged in Tracy shooting -";
arnews[3] += "
";
arnews[4]="mohamedahmos: listening to "Amr Diab And HOT Natalie Martinez عمرو دياب نقول اية انا ليك"
";
arnews[4] += "listening to \"Amr Diab And HOT Natalie Martinez عمرو دياب نقول اية انا ليك\" -";
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("