var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tale of German terrorists a gripping history lesson
";
arnews[0] += "Johanna Wokalek, left, and Moritz Bleibtreu play two members of the Red Army Faction in \"The Baader Meinhof Complex.\" The RAF committed numerous acts of terrorism beginning in the 1970s.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tale of German terrorists a gripping history lesson
";
arnews[1] += "Courtesy of Constantin Film Review The Baader Meinhof Complex a Rated: R for strong, bloody violence, disturbing images, sexual content, graphic nudity, and profanity.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:56:00 GMT";
arnews[1] += "
";
arnews[2]="On The Anniversay of the Fall of The Wall
";
arnews[2] += "It's rather vexing to read in the news that there are people out there who look upon their East German days, when it was under communist control, with a degree of nostalgia.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 16:53:37 GMT";
arnews[2] += "
";
arnews[3]="a Baader Meinhof Complexa a gripping, frenetic thriller
";
arnews[3] += "One of the most stunning aspects of The Baader Meinhof Complex is that it never once lags despite running almost two and a half hours.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 21:18:52 GMT";
arnews[3] += "
";
arnews[4]="The Baader Meinhof Complex
";
arnews[4] += "Founded by self-described urban guerrillas Andreas Baader, Gudrun Ensslin, and Ulrike Meinhof, the Red Army Faction were the Weather Underground, Symbionese Liberation Army, and righteous outlaws of Bonnie and Clyde combined-robbing banks, planting bombs, shooting cops, and assassinating judges for the better part of the decade that followed the ...";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 12:17:20 GMT";
arnews[4] += "
";
arnews[5]="The Baader Meinhof Complex a Hectic Docudrama
";
arnews[5] += "The Red Army Faction robbed banks, planted bombs, shot cops, and assassinated judges for the better part of the decade that followed the convulsions of 1968.";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 07:02:35 GMT";
arnews[5] += "
";
arnews[6]="The Baader Meinhof Complex a Hectic Docudrama
";
arnews[6] += "The Red Army Faction robbed banks, planted bombs, shot cops, and assassinated judges for the better part of the decade that followed the convulsions of 1968.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 02:30:49 GMT";
arnews[6] += "
";
arnews[7]="a The Baader Meinhof Complexa makes history thrilling | 3 stars
";
arnews[7] += "The Baader Meinhof Complex ★★★Rated R Time: 2:30German with subtitlesIts one thing to know the facts of history.Its another to immerse yourself into the minds of the men and women who made that history, to comprehend the complexities of their lives and circumstances.Thats the sort of intense insight provided by Uli Edels The ...";
arnews[7] += "
Publ.Date : Sun, 01 Nov 2009 01:27:19 GMT";
arnews[7] += "
";
totcount = 8;
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("