var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rhonda Lane: Congrats! Sounds like a juicy role. RT @dhewlett: Off to shoot THE WHISTLEBLOWER http://tinyurl.com/WBvariety & http://tinyurl.com/yz2unyd
";
arnews[0] += "Congrats! Sounds like a juicy role. RT @";
arnews[0] += "
";
arnews[1]="cristina sasu: So dear mr David Hewlett is shooting in Bucharest & I'm not there ;( Well, I hope you enjoy your time here @dhewlett
";
arnews[1] += "So dear mr David Hewlett is shooting in Bucharest & I'm not there ;( Well, I hope you enjoy your time here @";
arnews[1] += "
";
arnews[2]="Stargate.Atlantis.Fans.Choice.720p.BluRay.x264-SiNNERS[星际之门亚特兰蒂斯/粉丝特别版/HDC美剧公社] (剧集包(欧美))
";
arnews[2] += "Stargate.Atlantis.Fans.Choice.720p.BluRay.x264-SiNNERS[星际之门亚特兰蒂斯/粉丝特别版/HDC美剧公社] (剧集包(欧美)) -";
arnews[2] += "
";
arnews[3]="Too funny! Michael Shanks: "Because I think if you spoke faster than David Hewlett you’d actually travel back in time.”
";
arnews[3] += "Too funny! Michael Shanks: \"Because I think if you spoke faster than David Hewlett you’d actually travel back in time.” -";
arnews[3] += "
";
arnews[4]="Rachy: [x032] Dragon Ball Z [x009] AAA [x003] Katekyo Hitman REBORN! [x003] House / Hugh Laurie [x002] Yu Darvish [x002] Stargate Atlantis / David Hewlett [x001] Urata...
";
arnews[4] += "[x032] Dragon Ball Z [x009] AAA [x003] Katekyo Hitman REBORN! [x003] House / Hugh Laurie [x002] Yu Darvish [x002] Stargate Atlantis / David Hewlett [x001] Urata... -";
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("