var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="[一次完美的逃亡][DVDRIP片源][中文字幕/571MB][迅雷]
";
arnews[0] += "[一次完美的逃亡][DVDRIP片源][中文字幕/571MB][迅雷] -";
arnews[0] += "
";
arnews[1]="Nicholas Ho: Nicholas Timothy Olyphant is good in "A Perfect Getaway" but the movie is abit boring.
";
arnews[1] += "Timothy Olyphant is good in \"A Perfect Getaway\" but the movie is abit boring.";
arnews[1] += "
";
arnews[2]="Filmman39: Fallout Boy: Xavier Gens (pictured on the set of Hitman with Timothy Olyphant) is set to direct futuristic thri.. http://bit.ly/1tl6s8
";
arnews[2] += "Fallout Boy: Xavier Gens (pictured on the set of Hitman with Timothy Olyphant) is set to direct futuristic thri..";
arnews[2] += "
";
arnews[3]="Vi Z: @kbbbbx timothy olyphant! Now I wanna see it tooooo!
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="wopular: Stephen King Week: Dreamcatcher
";
arnews[4] += "Stephen King Week: Dreamcatcher -";
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("