var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Angela Field: rb @devlps @Dancer12: "TYs, Hugs&Smiles 4 U! @BangZoom @LisaWorld @lilLADYT8845@devlps ♫ http://blip.fm/~eejqb
";
arnews[0] += "rb @";
arnews[0] += "
";
arnews[1]="Angela Field: rb @damselicious: "I Wanna Be Bad" ♫ http://blip.fm/~eejlo
";
arnews[1] += "rb @";
arnews[1] += "
";
arnews[2]="Panos S: You too!@Dancer12: "@PixiesPics: "rb @devlps @Dancer12: "TYs, Hugs&Smiles 4 U! @BangZoom @LisaWorld @lilLADYT88... ♫ http://blip.fm/~eel58
";
arnews[2] += "You too!@Dancer12: \"@PixiesPics: \"rb @";
arnews[2] += "
";
arnews[3]="ebaypro: I Wanna Be Bad by Willa Ford MUSIC CD
";
arnews[3] += "I Wanna Be Bad by Willa Ford MUSIC CD -";
arnews[3] += "
";
arnews[4]="Henno Kruger: Featured Babe! http://bit.ly/210lTb
";
arnews[4] += "Featured Babe!";
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("