var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Be sure to check out my friends Jamie Lynn Spears @JLynnOfficialMB, Chris Mann @RetroalityTV, and Deb Curling @PanchosTravels...
";
arnews[0] += "Be sure to check out my friends Jamie Lynn Spears @JLynnOfficialMB, Chris Mann @RetroalityTV, and Deb Curling @PanchosTravels... -";
arnews[0] += "
";
arnews[1]="Julianna: @JustinSxE oh yeah, her and Jamie Lynn Spears wrote that together, i recall?
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Be sure to follow my friends Jamie Lynn Spears @JLynnOfficialMB, Chris Mann @RetroalityTV, and Deb Curling @PanchosTravels...
";
arnews[2] += "Be sure to follow my friends Jamie Lynn Spears @JLynnOfficialMB, Chris Mann @RetroalityTV, and Deb Curling @PanchosTravels... -";
arnews[2] += "
";
arnews[3]="Jamie Lynn Spears
";
arnews[3] += "Jamie Lynn Spears";
arnews[3] += "
";
arnews[4]="The little mermaid is the Jamie Lynn Spears of the underwater world. -Tenley.
";
arnews[4] += "The little mermaid is the Jamie Lynn Spears of the underwater world. -Tenley. -";
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("