var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="JapanTube: 24 Star, 24 Questions - Carlos Bernard takes the 24 Test
";
arnews[0] += "24 Star, 24 Questions - Carlos Bernard takes the 24 Test -";
arnews[0] += "
";
arnews[1]="Matthew Milam: @vaughnchicago @hollyrpeete @africahot Carlos Bernard of 24 is asked by George Bush the plot of S8 http://bit.ly/3TRQn4
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Matthew Milam: @foxbrownfox @chenetlarose @fuseboxradio @chicagoradio Carlos Bernard of 24 is asked by George Bush the plot of S8 http://bit.ly/3TRQn4
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Johnny John Peters: Carlos Bernard arriving at Radio One 10-16-09 x4 ~REQ FILL~ http://is.gd/4S20c
";
arnews[3] += "Carlos Bernard arriving at Radio One 10-16-09 x4 ~REQ FILL~";
arnews[3] += "
";
arnews[4]="TV Spoilers: RT: @24spoilers: guy (who apparently works for Fox) claims to have seen Carlos Bernard on set: http://bit.ly/2KfHhb
";
arnews[4] += "RT: @";
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("