var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Watch This: First UK Trailer for Heartless with Jim Sturgess
"; arnews[0] += "Lionsgate has debuted a UK trailer for Philip Ridley's Heartless starring Jim Sturgess as a gangster in East London who is tricked into a deal with a demon and then fights to save his soul."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 00:58:00 GMT"; arnews[0] += "
"; arnews[1]="Noel Clarke talks Heartless preview
"; arnews[1] += "A trailer for the horror film from Philip Ridley called Heartless has arrived online, well it's not actually a trailer, that popped out naturally as I was writing about a clip, it's actually footage of Noel Clarke talking about how great and clever the film is before we get to see some very short shots of it in action."; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 15:43:27 GMT"; arnews[1] += "
"; arnews[2]="Eva Green interview and stills from her upcoming film 'Cracks'
"; arnews[2] += "UNF UNF UNF I WANT THEM TO DO A FILM TOGETHER IN FRENCH. CLOTHING OPTIONAL, OF COURSE."; arnews[2] += "
Publ.Date : Mon, 26 Oct 2009 21:30:17 GMT"; arnews[2] += "
"; arnews[3]="Front Row at Chanel
"; arnews[3] += "STAR STRUCK: \"I was like, 'Hello Prince! Hello Rihanna,'\" said a thrilled but slightly shaken Lily Allen, who claimed she was unaware the music stars would be sitting front row for her performance at the Chanel show Tuesday.And she wasn't the only star struck celeb."; arnews[3] += "
Publ.Date : Tue, 06 Oct 2009 11:30:00 GMT"; arnews[3] += "
"; arnews[4]="Chanel's Barn Bonanza
"; arnews[4] += "Karl does country. It's impossible to guess Karl's next move. And who would have thought it would be to the barn? His Spring collection, replete with stars and spectacles, lightened the mood."; arnews[4] += "
Publ.Date : Tue, 06 Oct 2009 19:00:22 GMT"; 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("
");document.write("
");