var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Map of the Sounds of Tokyo [Rinko Kikuchi 2009] [Trailer]
";
arnews[0] += "Map of the Sounds of Tokyo (2009) Director:Isabel Coixet Writer:Isabel Coixet (written by) Contact:View company contact information for Map of the Sounds of Tokyo on IMDbPro....";
arnews[0] += "
Publ.Date : Wed, 08 Jul 2009 07:58:39 GMT";
arnews[0] += "
";
arnews[1]="Movie Trailers: The Brothers Bloom - Opening Sequence
";
arnews[1] += "Rachel Weisz, Adrien Brody, Mark Ruffalo, and Rinko Kikuchi star in The Brothers Bloom, a globe-trotting comedy about the last great adventure of the world's two best con men.";
arnews[1] += "
Publ.Date : Wed, 22 Apr 2009 23:51:50 GMT";
arnews[1] += "
";
arnews[2]="Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09
";
arnews[2] += "Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09";
arnews[2] += "
Publ.Date : Fri, 03 Apr 2009 08:06:01 GMT";
arnews[2] += "
";
arnews[3]="Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09
";
arnews[3] += "Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09 By realtvfilms Tags : 09 , afi , bloom , brothers , dallas , kikuchi , rinko , the";
arnews[3] += "
Publ.Date : Thu, 02 Apr 2009 07:39:00 GMT";
arnews[3] += "
";
arnews[4]="Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09
";
arnews[4] += "Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09";
arnews[4] += "
Publ.Date : Thu, 02 Apr 2009 07:24:42 GMT";
arnews[4] += "
";
arnews[5]="Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09
";
arnews[5] += "Rinko Kikuchi * The Brothers Bloom * AFI Dallas 09";
arnews[5] += "
Publ.Date : Thu, 02 Apr 2009 06:25:01 GMT";
arnews[5] += "
";
arnews[6]="Rinko Kikuchi with Tom Chen with japanese actress OSCAR
";
arnews[6] += "Rinko Kikuchi at LAX with Tom Chen of the magazine, with his buddy fernando Escovar on camera who caught the action. She's a beauty!!!";
arnews[6] += "
Publ.Date : Mon, 26 Feb 2007 18:26:49 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="JAPAN: Japan ecstatic over Oscar nominations of Japanese actress Rinko Kikuchi and Iwo Jima film
";
arnews[7] += "Newcomer Japanese actress Rinko Kikuchi rose to the rank of Oscar nominee on Wednesday (January 23) for her performance in the film \"Babel\". Kikuchi, who was almost unknown not...";
arnews[7] += "
Publ.Date : Wed, 31 Jan 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Best Supporting Actress Nominee: Rinko Kikuchi
";
arnews[8] += "Babel - Movie Clip";
arnews[8] += "
Publ.Date : Wed, 24 Jan 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="VARIOUS: Golden Globe nominees Inarritu, Kikuchi, Barraza, and Whitaker celebrate bright and early in Los Angeles
";
arnews[9] += "\"Babel,\" a searing film drama about cultural gaps among people around the world, earned seven Golden Globe nominations on Thursday (December 14) to lead a surprising range of...";
arnews[9] += "
Publ.Date : Thu, 21 Dec 2006 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("