var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gainsbourg film takes on a legend
";
arnews[0] += "The life and death of a French cultural hero have been recreated in a new biopic based on the brilliant but doomed musician Serge Gainsbourg.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 08:22:54 GMT";
arnews[0] += "
";
arnews[1]="France's obsession with its late bad-boy of song, Serge Gainsbourg,...
";
arnews[1] += "Francea s obsession with its late bad-boy of song, Serge Gainsbourg, has reached new heights with the release of a flattering new biopic that does little to challenge his image as the ultimate poetic anti-hero. Nearly 20 years after Gainsbourg drank himself to death in Paris, the country remains mesmerised by the memory of a man seen widely as both ...";
arnews[1] += "
Publ.Date : Sun, 24 Jan 2010 09:43:44 GMT";
arnews[1] += "
";
arnews[2]="2010 EPT Deauville: Eastgate, ElkY Among Final 24
";
arnews[2] += "Laetitia Casta is impressed with what she's seen from her countrymen on the poker circuit in recent years.";
arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 00:29:26 GMT";
arnews[2] += "
";
arnews[3]="Serge Gainsbourg's Life Story to Be Told in Biopic
";
arnews[3] += "Even though he's been dead for nearly 20 years, the singer, actor and director Serge Gainsbourg remains a cult figure in France, remembered for his ever present Gauloise cigarette, perpetual stubble and throaty voice delivering sly, ribald lyrics.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 20:25:00 GMT";
arnews[3] += "
";
arnews[4]="Serge Gainsbourg: A Colorful Life Brought to the Big Screen
";
arnews[4] += "Even though he's been deceased for nearly 20 years, the singer and actor Serge Gainsbourg remains a cult figure in France, remembered for his ever-present Gauloise cigarette, perpetual stubble and throaty voice delivering sly, ribald lyrics.";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 17:02:14 GMT";
arnews[4] += "
";
arnews[5]="Gainsbourg
";
arnews[5] += "A Universal Pictures France release of a One World Films, Studio 37, Focus Features Intl., France 2 Cinema, Lilou Films, Xilam Films production, in association with Uni Etoile 6, with participation of Canal Plus, France Televisions, Orange Cinema Series.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 03:25:41 GMT";
arnews[5] += "
";
arnews[6]="Biopic brings back iconic French 'Je t'aime' singer Gainsbourg
";
arnews[6] += "A biopic of Serge Gainsbourg, the French singer best known abroad for his raunchy 1969 classic \"Je t'aime, moi non plus,\" hits cinemas across Europe this week but its release is overshadowed by the suicide of the British actress who played his muse.";
arnews[6] += "
Publ.Date : Wed, 20 Jan 2010 15:25:07 GMT";
arnews[6] += "
";
arnews[7]="Yves Saint Laurent 'didn't love women, he used them'
";
arnews[7] += "Yves Saint Laurent was a depressed, drunken tyrant incapable of generosity, according to a new biography of the late fashion designer.";
arnews[7] += "
Publ.Date : Wed, 20 Jan 2010 03:59:05 GMT";
arnews[7] += "
";
arnews[8]="British actress Lucy Gordon 'sparkles' as Serge Gainsbourg's muse Jane Birkin
";
arnews[8] += "A French film released this week about the tumultuous life of artist Serge Gainsbourg has been dedicated to British actress Lucy Gordon, who \"sparkled\" in the role of his muse Jane Birkin.";
arnews[8] += "
Publ.Date : Mon, 18 Jan 2010 12:31:03 GMT";
arnews[8] += "
";
totcount = 9;
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("