var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'The Road' rides on child star
"; arnews[0] += "Artist: Hillcoat, John Viggo Mortensen and Kodi Smit-McPhee, stars of The Road. The Road, based on Cormac McCarthy's Pulitzer Prize winning novel, is a life-affirming story about the end of the world."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="'Precious' a gritty, gripping tale
"; arnews[1] += "\"Precious: Based on the Novel 'Push' by Sapphire\" is a painfully realistic portrait of a girl trapped by circumstance and eventually freed by her own discovery of independence."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:54:00 GMT"; arnews[1] += "
"; arnews[2]="Director John Hillcoat Interview the Road
"; arnews[2] += "Australian director John Hillcoat creates a bleak universe on film and brings it to life with an incredible cast in his latest film, The Road , an epic post-apocalyptic tale about the survival of a father and his young son as they journey across a barren America destroyed by a mysterious cataclysm."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:05:53 GMT"; arnews[2] += "
"; arnews[3]="Viggo Mortensen is the face of desolation and intense determination in a The Roada
"; arnews[3] += "Viggo Mortensen is everything you'd want and expect him to be: shaggy-haired handsome, passionate, thoughtful, and smart."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:52:26 GMT"; arnews[3] += "
"; arnews[4]="Cormac McCarthy's rugged road to respectability
"; arnews[4] += "So many people are killed -- so graphically -- in some of his books that it's almost unimaginable."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:08:49 GMT"; arnews[4] += "
"; arnews[5]="Someone who objects to homosexual parents is not a retarded homophobe
"; arnews[5] += "When it comes to sweeping generalisations, I am the daddy. All Germans have no sense of humour, all instruction manuals are pointless, all cruise ships are ghastly, every single American is fat, all golfers are boring and all Peugeots are driven by people you wouldn't have round for dinner."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:57:06 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("
");