var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Damian Love: RT @realtvfilms: @mrdl2u @SNENightLife @twtzone @fortemgmt Alimi Ballard CBS NUMB3RS Star VIDEO http://bit.ly/44FvZx
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Damian Love: Damian RT @realtvfilms: @mrdl2u @SNENightLife @twtzone @fortemgmt Alimi Ballard CBS NUMB3RS Star VIDEO http://bit.ly/44FvZx.
";
arnews[1] += "RT @realtvfilms: @mrdl2u @SNENightLife @twtzone @fortemgmt Alimi Ballard CBS NUMB3RS Star VIDEO";
arnews[1] += "
";
arnews[2]="Numb3rs.S06E01.720p.HDTV.X264-DIMENSION 数字追凶 第五季第23集 (剧集(欧美))
";
arnews[2] += "Numb3rs.S06E01.720p.HDTV.X264-DIMENSION 数字追凶 第五季第23集 (剧集(欧美)) -";
arnews[2] += "
";
arnews[3]="Jon Lebkowsky: Alimi Ballard and Dylan Bruno talking about Twitter on Numb3rs. Dylan's character trying to get Alimi's to tweet.
";
arnews[3] += "Alimi Ballard and Dylan Bruno talking about Twitter on Numb3rs. Dylan's character trying to get Alimi's to tweet.";
arnews[3] += "
";
arnews[4]="Jon Lebkowsky: Jon Alimi Ballard and Dylan Bruno talking about Twitter on Numb3rs. Dylan's character trying to get Alimi's to tweet.
";
arnews[4] += "Alimi Ballard and Dylan Bruno talking about Twitter on Numb3rs. Dylan's character trying to get Alimi's to tweet.";
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("