var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fabulous frock'n'film fusion
";
arnews[0] += "It's a brilliant idea to combine the drama of the Baftas with the catwalk glamour of London fashion week.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:33:39 GMT";
arnews[0] += "
";
arnews[1]="Penelope Cruz to lead 'Melancholia'?
";
arnews[1] += "Penelope Cruz is rumoured to have joined the cast of upcoming film Melancholia , according to Empire Online .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:23:23 GMT";
arnews[1] += "
";
arnews[2]="A guide to New York, London, Milan and Paris Fashion Weeks
";
arnews[2] += "London cool: Christopher Kane, Peter Pilotto and Meadham Kirchhoff. Photo: GETTY Glossy, Italian-glam: Bottega Veneta, Prada and Gucci.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:35:15 GMT";
arnews[2] += "
";
arnews[3]="Daniel Day-Lewis sings for his supper in Nine
";
arnews[3] += "The idea of brooding, dramatic double-Oscar winner Daniel Day-Lewis singing and leaping around a stage in a movie musical seemed as improbable to him initially as it might be for audiences.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:30:54 GMT";
arnews[3] += "
";
arnews[4]="Marcus Gurnee Cinemas
";
arnews[4] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box Broken Embraces Another Pedro Almodovar movie, another blast of critical hyperbole hailing his Cukor-style alchemy with star Penelope Cruz.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:21:32 GMT";
arnews[4] += "
";
arnews[5]="Independent and Military Base Films: February 12 to 18
";
arnews[5] += "12 - 7:30 p.m. The documentary follows independent filmmakers around the festival circuit for a lighthearted examination of the politics and pitfalls of today's film festival landscape.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:50:57 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("