var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bigdoggpinc Lindsey: What Goes Around, Comes Around - Eureka
";
arnews[0] += "What Goes Around, Comes Around - Eureka -";
arnews[0] += "
";
arnews[1]="JustBon: What Goes Around, Comes Around - Eureka
";
arnews[1] += "What Goes Around, Comes Around - Eureka -";
arnews[1] += "
";
arnews[2]="Eureka.S03.iNTERNAL.720p.HDTV.x264-TvT[小镇大事(第三季)剧集包 ] (剧集包(欧美))
";
arnews[2] += "Eureka.S03.iNTERNAL.720p.HDTV.x264-TvT[小镇大事(第三季)剧集包 ] (剧集包(欧美)) -";
arnews[2] += "
";
arnews[3]="Chris Abraham: @sconsult I wonder if Jordan Hinson's dad on EUREKA will sort out that she didn't go to CAMBRIDGE but to HOLLYWOOD! SyFy
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Chris Abraham: @sconsult It is so sad Jordan Hinson is going to squander her 180+ IQ on Hollywood TV sitcom. Harvard is forgiving! #syfy #abc #tv
";
arnews[4] += "@";
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("