var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Cate Blanchett bekommt endlich einen Stern
"; arnews[0] += "Die Oscar-Preisträgerin wurde am Freitag mit einem Stern auf dem 'Hollywood Walk of Fame' geehrt. Die Laudatio auf die Australierin hielt Regisseur Steven Spielberg."; arnews[0] += "
Publ.Date : Mon, 08 Dec 2008 11:14:00 GMT"; arnews[0] += "
"; arnews[1]="Cate Blanchett : la star a désormais son étoile
"; arnews[1] += "Cate Blanchett, 39 ans, a reçu vendredi son étoile sur le ?boulevard de la gloire?, le 2.376e ajout à ce monument très prisé des touristes."; arnews[1] += "
Publ.Date : Mon, 08 Dec 2008 08:43:00 GMT"; arnews[1] += "
"; arnews[2]="Cate Blanchett Receives a Star on the Hollywood Walk of Fame
"; arnews[2] += "WireImage Event Capsule - Los Angeles -12/05/2008"; arnews[2] += "
Publ.Date : Mon, 08 Dec 2008 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="The Missing - Interview with Cate Blanchett & Tommy Lee Jones
"; arnews[3] += "Cate Blanchett and Tommy Lee Jones star in a tale about a mother in 19th-century Mexico who must team up with her estranged father to rescue her daughter from a savage Indian..."; arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:06:13 GMT"; arnews[3] += "
"; arnews[4]="Cate Blanchett Sizzle
"; arnews[4] += "Celebrity Profile"; arnews[4] += "
Publ.Date : Thu, 04 Sep 2008 00:00:00 GMT"; arnews[4] += "
"; arnews[5]="Cate Blanchett at the Film Independent Spirit Awards
"; arnews[5] += "Bonus interview footage of Cate Blanchett, winner of the Film Independent Spirit Award for Best Supporting Actress for her role in the film: \"I'm Not There\""; arnews[5] += "
Publ.Date : Sat, 01 Mar 2008 15:00:00 GMT"; arnews[5] += "
"; arnews[6]="UNITED KINGODM: Dame Judi Dench and Cate Blanchett discuss the roles that have got the critics buzzing and that earned them a Golden Globe nomination each
"; arnews[6] += "The film is yet to go on general release, but already its two female leads are creating a buzz and have been nominated for Best Actress and Best Supporting Actress Golden Globes,..."; arnews[6] += "
Publ.Date : Thu, 28 Dec 2006 00:00:00 GMT"; arnews[6] += "
"; arnews[7]="HAVE YOURSELF A MERRY BRITISH CHRISTMAS: CATE BLANCHETT, BILL NIGHY
"; arnews[7] += "British stars like to celebrate their home traditions for Christmas as evidenced by Rufus Sewell, Bill Nighy, and Cate Blanchett Keywords:The Holiday, Notes On A Scandal, Pirates..."; arnews[7] += "
Publ.Date : Fri, 22 Dec 2006 00:00:00 GMT"; arnews[7] += "
"; document.title=document.title+ " "; arnews[8]="UNITED KINGDOM: Attending the UK premiere of 'Little Fish', Cate Blanchett dismisses retirement rumours
"; arnews[8] += "Cate Blanchett on Sunday (July 16) put an end to rumours about her retirement and relocation to Australia. The Oscar-winning actress, who is currently filming 'The Golden Age', a..."; arnews[8] += "
Publ.Date : Thu, 20 Jul 2006 00:00:00 GMT"; arnews[8] += "
"; arnews[9]="VIDEO EXCLUSIVE - Cate Blanchett attending the Veronica Guerin premiere in London UK 22/07/2003
"; arnews[9] += "VIDEO EXCLUSIVE - Cate Blanchett attending the premiere in London for Veronica Guerin. She poses for pictures. She is then seen walking on foot with her male companion to the..."; arnews[9] += "
Publ.Date : Tue, 22 Jul 2003 00:00:00 GMT"; arnews[9] += "
"; totcount = 10; 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("
");