var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jacob Nahin: Christopher Judge's Magneto voice is so dang cool.
";
arnews[0] += "Christopher Judge's Magneto voice is so dang cool.";
arnews[0] += "
";
arnews[1]="FACTS 2009 - Christopher Judge
";
arnews[1] += "FACTS 2009 - Christopher Judge -";
arnews[1] += "
";
arnews[2]="FACTS 2009 - Christopher Judge
";
arnews[2] += "FACTS 2009 - Christopher Judge -";
arnews[2] += "
";
arnews[3]="Jacob Nahin: Watching X-Men: Evolution is a great time-waster. Not bad for a comic-book cartoon, and it has Christopher Judge! #imageek #imakidatheart
";
arnews[3] += "Watching X-Men: Evolution is a great time-waster. Not bad for a comic-book cartoon, and it has Christopher Judge!";
arnews[3] += "
";
arnews[4]="Stargate SG-1 S08 720p HDTV DD2.0 x264-M794【星际之门SG-1第八季】【石门美剧】 (剧集包(欧美))
";
arnews[4] += "Stargate SG-1 S08 720p HDTV DD2.0 x264-M794【星际之门SG-1第八季】【石门美剧】 (剧集包(欧美)) -";
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("