var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="#fact no matter what hood u go to 20% of the niggas there know how to do the Nsync "Bye bye bye" dance but will never admit it
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Victoria Mack: @nerdygirl516 IMO they were just like every other boy band trying to get on NSYNC's level LOL
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Lucus: Is it too early to bust out the Nsync, Jessica Simpson, and 98 Degrees Christmas CDs? ;-) lol
";
arnews[2] += "Is it too early to bust out the Nsync, Jessica Simpson, and 98 Degrees Christmas CDs? ;-) lol";
arnews[2] += "
";
arnews[3]="Catalina: steve martin, bill murray, rob & big, e-mini-o estevez, and 'NSYNC. though rob is a douchebag killer.
";
arnews[3] += "steve martin, bill murray, rob & big, e-mini-o estevez, and 'NSYNC. though rob is a douchebag killer.";
arnews[3] += "
";
arnews[4]="Catalina: the members of 'NSYNC just joined our fish tank family
";
arnews[4] += "the members of 'NSYNC just joined our fish tank family";
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("