var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Sarah Prevette: @Jason Jason Bateman is hilarious - Arrested Development is still my favorite series.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Alan Hoskins: @Jason Jason Bateman
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Martin Johnson: @Jason Bateman
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Jeff Lee: @Jason so now your Teen Wolf Too's Jason Bateman. You should use this pic to capitalize on the Twilight New Moon crowd: http://bit.ly/4w2qKd
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Cesar Torres: @Jason This is my favorite Jason persona to date. Except I thought I was following Jason Bateman for a split second.
";
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("