var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="iTunes TV shows: Best selling TV episode: "Breakdown - Warehouse 13" While Pete (Eddie McClintock) and Myka (Joanne Kelly) work... http://dealnay.com/56719
";
arnews[0] += "Best selling TV episode: \"Breakdown - Warehouse 13\" While Pete (Eddie McClintock) and Myka (Joanne Kelly) work...";
arnews[0] += "
";
arnews[1]="Jerry Green: Jerry Catching up on tonights Warehouse 13 ... Joanne Kelly :).
";
arnews[1] += "Catching up on tonights Warehouse 13 ... Joanne Kelly :).";
arnews[1] += "
";
arnews[2]="Bigdoggpinc Lindsey: MacPherson - Warehouse 13
";
arnews[2] += "MacPherson - Warehouse 13 -";
arnews[2] += "
";
arnews[3]="Warehouse.13.S01.720p.HDTV.x264-TvT[第十三号仓库 第一季] (剧集包(欧美))
";
arnews[3] += "Warehouse.13.S01.720p.HDTV.x264-TvT[第十三号仓库 第一季] (剧集包(欧美)) -";
arnews[3] += "
";
arnews[4]="Scarboro Missions Advent Series
";
arnews[4] += "Scarboro Missions Advent Series -";
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("