var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="House [Hausu]
";
arnews[0] += "Nobuhiko Obayashi might not be one of the most readily recognised names outside of Japan; his films have rarely enjoyed international fame past festival screenings, but he's a man who early on in his career helped to define a new movement in experimental film making, subsequently leading him on to becoming one of the country's most successful ...";
arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kien Keat-Boon Heong keep their cool to down wily English pair
";
arnews[1] += "HOTSHOTS Koo Kien Keat-Tan Boon Heong overcame strong intimidation from England's Nathan Robertson-Anthony Clark to reach the men's doubles semi-finals at the Putra Stadium yesterday.";
arnews[1] += "
Publ.Date : Sat, 23 Jan 2010 01:11:05 GMT";
arnews[1] += "
";
arnews[2]="Eei Hui-Pei Tty reach first semis in Malaysian Open
";
arnews[2] += "TOP women's doubles pair Chin Eei Hui-Wong Pei Tty were ecstatic after reaching their first semi-finals in the Malaysian Open.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 01:10:54 GMT";
arnews[2] += "
";
arnews[3]="Chong Wei toils to beat Chen Jin in quarter-finals
";
arnews[3] += "WORLD number one Lee Chong Wei was physically tested en route to checking into the semi-finals of the Malaysian Open at the Putra Stadium in Bukit Jalil yesterday.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 01:10:42 GMT";
arnews[3] += "
";
arnews[4]="Subete wa Umi ni NaruA bookish examination of a struggle for love
";
arnews[4] += "MARK SCHILLINGMost commercial films in Japan, as elsewhere, fall into clearly marked boxes, from genre to story .";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 01:56:06 GMT";
arnews[4] += "
";
arnews[5]="12/27 Strathmere Ensemble Concert
";
arnews[5] += "This will be the groupa s third appearance in Sea Isle City, and Councilperson John Divney referred to it as an a oeexcellent show,a saying that reviews of their previous shows were outstanding.The Strathmere Ensemble consists of a group of freelance professional musicians from all over the world, based mainly in New York City.";
arnews[5] += "
Publ.Date : Sat, 26 Dec 2009 18:19:52 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("