var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Arthur: @swichi293 usually poptub with @maria_sansone
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Peter Coffin: @Maria_Sansone @jimmyfallon called in to my Ustream show once. To me, the man is so cool for doing that he can do no wrong.
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Justin Gerard: @martinsargent Yeah, but Maria Sansone looks like she's on heroin. But you do look a little fucked up.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="John Walker: Does Roi do anything like this @Sjacobs426? http://bit.ly/Zl2N2 @Maria_Sansone though this was an alien
";
arnews[3] += "Does Roi do anything like this @";
arnews[3] += "
";
arnews[4]="Johnn Luevanos: Alexa Chung, Ricky Gervais & Twitter on POPTUB
";
arnews[4] += "Alexa Chung, Ricky Gervais & Twitter on POPTUB -";
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("