var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@teddy_dunn DONNANANANANA, do you have a facebook?
";
arnews[0] += "@teddy_dunn DONNANANANANA, do you have a facebook? -";
arnews[0] += "
";
arnews[1]="@teddy_dunn **feels awkward for having such an old mom** my mom's a dinosaur lol #joke #fail
";
arnews[1] += "@teddy_dunn **feels awkward for having such an old mom** my mom's a dinosaur lol #joke";
arnews[1] += "
";
arnews[2]="@teddy_dunn :') Muchas gracias, amiga
";
arnews[2] += "@teddy_dunn :') Muchas gracias, amiga";
arnews[2] += "
";
arnews[3]="@teddy_dunn then if they had half a brain they should've deleted them when they realized it. posting 2034 pictures of yourselves looking..
";
arnews[3] += "@teddy_dunn then if they had half a brain they should've deleted them when they realized it. posting 2034 pictures of yourselves looking.. -";
arnews[3] += "
";
arnews[4]="strr74: Teddy Dunn
";
arnews[4] += "Teddy Dunn -";
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("