var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Laura: @SonicJiveMike Mine are Jillian Matthews and Jorja Fox. :D
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Marie Oser: CSI star Jorja Fox talks about compassionate advocacy http://bit.ly/460Gkj
";
arnews[1] += "CSI star Jorja Fox talks about compassionate advocacy";
arnews[1] += "
";
arnews[2]="soman rawat: Jorja Fox’s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is a.. http://bit.ly/26rnyf
";
arnews[2] += "Jorja Fox’s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is a..";
arnews[2] += "
";
arnews[3]="Arjan: soman: Jorja Fox’s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is .. bit.ly/26rnyf
";
arnews[3] += "soman: Jorja Fox’s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is .. bit.ly/26rnyf -";
arnews[3] += "
";
arnews[4]="khaces: Jorja Fox?s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is .. http://bit.ly/26rnyf
";
arnews[4] += "Jorja Fox?s comeback to CSI on the cards: Jorja Fox, the actress with sultry looks and a well toned figure is ..";
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("