var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " - "Eriko+Sato" - Google News"; document.title=document.title+ " "; arnews[0]="A bookish examination of a struggle for love - The Japan Times
"; arnews[0] += "

The Japan Times

A bookish examination of a struggle for love
The Japan Times
First we meet Natsuki (Eriko Sato), a bookstore clerk who has created a popular display of books for "people who don't understand love. ...

"; arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 19:56:26 GMT+00:00"; arnews[0] += "
"; arnews[1]="20 of the Weirdest Japanese Films - Weird Asia News (press release) (blog)
"; arnews[1] += "

Weird Asia News (press release) (blog)

20 of the Weirdest Japanese Films
Weird Asia News (press release) (blog)
It stars popular Japanese model, Eriko Sato, as Honey Kisaragi, who can transform at will into the busty, red or pink-haired heroine, Cutie Honey, ...

"; arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 16:49:50 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");