var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ngai Deckard: Seth Green, Jason Momoa, Joe Flanigan, Paul McGillion and Alan Lee all highlights #Armageddon
";
arnews[0] += "Seth Green, Jason Momoa, Joe Flanigan, Paul McGillion and Alan Lee all highlights";
arnews[0] += "
";
arnews[1]="NorthIslandBot: #dhewlett im here at auckland airport with joe flan, paul mcgillion and jason momoa, they say 'hi you annoying %&am... http://bit.ly/11IOKJ
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="NorthIslandBot: #davidhewlett I'm here at auckland airport w Joe Flan,Paul McGillion and Jason Momoa. They say 'hi you annoying #*&... http://bit.ly/40KBFo
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Stargate.Atlantis.Fans.Choice.720p.BluRay.x264-SiNNERS[星际之门亚特兰蒂斯/粉丝特别版/HDC美剧公社] (剧集包(欧美))
";
arnews[3] += "Stargate.Atlantis.Fans.Choice.720p.BluRay.x264-SiNNERS[星际之门亚特兰蒂斯/粉丝特别版/HDC美剧公社] (剧集包(欧美)) -";
arnews[3] += "
";
arnews[4]="stargatesolns: RT @TJuk1980 Trailer for horror flick 'Mr Nobody' http://tinyurl.com/yj49c7x starring Val Kilmer, Paul McGillion & Dylan Neal...
";
arnews[4] += "stargatesolns: RT @TJuk1980 Trailer for horror flick 'Mr Nobody'";
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("