var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Uma Thurman to romance Pattinson on screen
"; arnews[0] += "London, Nov 21 Hollywood actress Uma Thurman is set to become the envy of teenage girls across the world as she will romance Hollywood heartthrob."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:16:18 GMT"; arnews[0] += "
"; arnews[1]="Uma Thurman to romance Pattinson on screen
"; arnews[1] += "London, Nov 21 Hollywood actress Uma Thurman is set to become the envy of teenage girls across the world as she will romance Hollywood heartthrob Robert Pattinson in a new movie."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:21:57 GMT"; arnews[1] += "
"; arnews[2]="The doves are back
"; arnews[2] += "The doves are back, and that's very good news for action movie fans. A universal sign of peace, they are a trademark symbol in the films of mayhem maestro John Woo, so when they soar in the new Chinese historical epic \"Red Cliff,\" it signals a return to form for the iconic director."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Thurman to star in Pattinson drama
"; arnews[3] += "Uma Thurman has been cast opposite 'Twilight' star Robert Pattinson in the screen adaptation of Guy de Maupassant's short story 'Bel Ami'. The Hollywood Reporter says the period drama tells the story of George Duroy , a journalist who sleeps his way to the top in Paris."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:19:09 GMT"; arnews[3] += "
"; arnews[4]="Thurman and Pattinson to Star Together
"; arnews[4] += "Uma Thurman has signed on to the film 'Bel Ami,' which will also feature Pattinson."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:24:22 GMT"; arnews[4] += "
"; arnews[5]="Uma signs on for Bel Ami
"; arnews[5] += "Uma Thurman soon will be making time with Rob Pat-tinson. The actress has signed to star opposite the 'Twilight' star in an adaptation of Guy de Maupassant's short story 'Bel Ami.' Kristin Scott Thomas also has joined the cast."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:05:53 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("
");document.write("
");