var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brian Spaeth: @JessicaRandazza Like if Mario Lopez gets shot it'll probably get knocked back, but other than that we're good I think. Thx :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Brian Spaeth: @JessicaRandazza Like if Mario Lopez gets shot it'll probably get knocked back, but other than that we're good I think. Thx :)
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Randell Fever: Cathy has chosen the den with Mario Lopez over mad max, with me in the back... wth?
";
arnews[2] += "Cathy has chosen the den with Mario Lopez over mad max, with me in the back... wth?";
arnews[2] += "
";
arnews[3]="Shira Lazar: How can u take mario lopez seriously? those dimples are like cleavage. They keep distracting me!
";
arnews[3] += "How can u take mario lopez seriously? those dimples are like cleavage. They keep distracting me!";
arnews[3] += "
";
arnews[4]="@foxandfriends Fox finally reaching out to minorities. Mario Lopez is on Fox. The RNC is reaching out to more than whites
";
arnews[4] += "@foxandfriends Fox finally reaching out to minorities. Mario Lopez is on Fox. The RNC is reaching out to more than whites -";
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("