var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@CharlesTrippy I finally figured out who you remind me of! Pete Wentz...except without the eyeliner haha :)
";
arnews[0] += "@CharlesTrippy I finally figured out who you remind me of! Pete Wentz...except without the eyeliner haha :) -";
arnews[0] += "
";
arnews[1]="Pete Wentz #SteveBing phillies dodgers game 5
";
arnews[1] += "Pete Wentz";
arnews[1] += "
";
arnews[2]="Ceeerto Ryan AUAHUHAUHAU "Pete Wentz (7:49:47 PM): How does the singiner look; Ryan Ross (7:50:05 PM): dead sexy."
";
arnews[2] += "Ceeerto Ryan AUAHUHAUHAU \"Pete Wentz (7:49:47 PM): How does the singiner look; Ryan Ross (7:50:05 PM): dead sexy.\" -";
arnews[2] += "
";
arnews[3]="@lizliz07 i can see about 20 pics.. Like the pete wentz look-a-like btw haha :')
";
arnews[3] += "@lizliz07 i can see about 20 pics.. Like the pete wentz look-a-like btw haha :') -";
arnews[3] += "
";
arnews[4]="http://bit.ly/3Oovz4 cant wait to see her later =D (thats travis barker and pete wentz right?)
";
arnews[4] += "";
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("