var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Cate Blanchett
"; arnews[0] += "From Elizabeth and Bandits to The Lord of the Rings trilogy and The Aviator , Cate Blanchett has proven herself as a superb dramatic actress."; arnews[0] += "
Publ.Date : Thu, 05 Feb 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Clash of the Titans Remake Trailer Tantalizes Greek Mythology Fans
"; arnews[1] += "It's been almost 29 years since the original fantasy epic Clash of the Titans graced theaters - and ever since then, hardcore fans of Greek mythology have been all but forgotten at the box office."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:07:21 GMT"; arnews[1] += "
"; arnews[2]="Say happy anniversary for children's rights
"; arnews[2] += "Today, November 20, the international community is celebrating the twentieth anniversary of the Adoption of the Convention on the Rights of the Child, , by the United Nation's General Assembly."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="The love triangle gets another workout.
"; arnews[3] += "The trusty love triangle gets another screen workout with \"The Twilight Saga: New Moon.\" Filmmakers have known for years that this scenario is a sure audience draw, playing on the basic human desire to find one soulmate and adding the drama of being lucky enough to find two."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:16:32 GMT"; arnews[3] += "
"; arnews[4]="Was this the greatest film never made?
"; arnews[4] += "Kubrick's idea of a Napoleon biopic was rejected as too expensive and out of fashion."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:26:57 GMT"; arnews[4] += "
"; arnews[5]="British Actors Invade TV
"; arnews[5] += "\"Americans do this lovey-dovey rubbish, right?\" Fiennes and Walger in FlashForward ."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:07:07 GMT"; arnews[5] += "
"; arnews[6]="Sorry, Johnny! People picks wrong Sexiest Man Alive
"; arnews[6] += "Hey, at least it wasn't the \"Twilight\" kid! That was the false People magazine Sexiest Man Alive cover making the rounds yesterday."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 18:00:35 GMT"; arnews[6] += "
"; totcount = 7; 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("
");