var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Army of Crime - Preview & competition
";
arnews[0] += "IN GERMAN -occupied Paris, poet and factory worker Missak Manouchian leads a group of young Jews, Hungarians, Poles, Romanians, Spaniards, Italians and Armenians determined to fight to free the country they love, France, their refuge from the fascist dictatorships overtaking home countries.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 17:53:40 GMT";
arnews[0] += "
";
arnews[1]="DVD Rent Or Buy: Army Of Crime
";
arnews[1] += "Date : Fri, 15 Jan 2010 18:45:54 +0400 RENT OR BUY The Oxford Times Jan 14 2010 UK For a brief period around the turn of the century, Marseilles-based auteur Robert Guédiguian had a voguish arthouse cachet.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 15:34:08 GMT";
arnews[1] += "
";
arnews[2]="Veber carries all the right goods
";
arnews[2] += "Hollywood just can't get enough of Francis Veber. The French filmmaker's latest flick, La Doublure, which opened here yesterday, is set to be remade in English by DreamWorks.";
arnews[2] += "
Publ.Date : Sat, 30 Sep 2006 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Decade in Review: 2002 Top Ten
";
arnews[3] += "As with 2000 and 2001 , I'm reprinting my original top ten lists and commentary.";
arnews[3] += "
Publ.Date : Wed, 02 Dec 2009 04:29:57 GMT";
arnews[3] += "
";
arnews[4]="Celebrity birthdays
";
arnews[4] += "Today's Birthdays: Judge Joseph Wapner is 90. Statesman Howard H. Baker Jr. is 84.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 18:50:00 GMT";
arnews[4] += "
";
arnews[5]="On Nov. 15, 1988, the Soviet Union launched its first space shuttle,...
";
arnews[5] += "Today is Sunday, Nov. 15, the 319th day of 2009. There are 46 days left in the year.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 18:35:24 GMT";
arnews[5] += "
";
totcount = 6;
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("