var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Poggy: lawlessheart: brilliantinemortality: Bill Nighy and Thomas Kretschmann. It still annoys me that Valkyrie failed so hard. THANKS A LOT, TOM CRUISE.
";
arnews[0] += "lawlessheart: brilliantinemortality: Bill Nighy and Thomas Kretschmann. It still annoys me that Valkyrie failed so hard. THANKS A LOT, TOM CRUISE. -";
arnews[0] += "
";
arnews[1]="The.Pianist.2002.Blu-ray.1080p.VC-1.DTS-HD.MYSiLU[钢琴家/战地琴人(台)/钢琴战曲(港)/钢琴师 原盘中字ISO] (原盘)
";
arnews[1] += "The.Pianist.2002.Blu-ray.1080p.VC-1.DTS-HD.MYSiLU[钢琴家/战地琴人(台)/钢琴战曲(港)/钢琴师 原盘中字ISO] (原盘) -";
arnews[1] += "
";
arnews[2]="SupaFan - Thomas Kretschmann Fans
";
arnews[2] += "SupaFan - Thomas Kretschmann Fans -";
arnews[2] += "
";
arnews[3]="John Einselen: Wow, Flashforward has been including a pretty odd assortment of actors. Thomas Kretschmann, Dominic Monaghan, Seth MacFarlane?!
";
arnews[3] += "Wow, Flashforward has been including a pretty odd assortment of actors. Thomas Kretschmann, Dominic Monaghan, Seth MacFarlane?!";
arnews[3] += "
";
arnews[4]="jech le bonk: oh coole sache: viertel nach acht am elften elften in der ARD: "Romy" mit Jessica Schwarz und Thomas Kretschmann. (via: daserste.de)
";
arnews[4] += "oh coole sache: viertel nach acht am elften elften in der ARD: \"Romy\" mit Jessica Schwarz und Thomas Kretschmann. (via: daserste.de)";
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("