var arnews = new Array(9); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="See the calendar...
"; arnews[0] += "A suspenseful, heart-pounding masterpiece of murderous barber-ism and culinary crime."; arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 07:41:29 GMT"; arnews[0] += "
"; arnews[1]="See the calendar...
"; arnews[1] += "The American Red Cross believes that the trick to having a fun Halloween is to knowing how to remain safe."; arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 07:38:46 GMT"; arnews[1] += "
"; arnews[2]="Curtains for Chong Wei
"; arnews[2] += "LEE Chong Wei was not only shocked in the second round of the Japan Open but the left knee injury the World No 1 has been carrying may floor him from competitions until the end of the year."; arnews[2] += "
Publ.Date : Fri, 25 Sep 2009 03:25:04 GMT"; arnews[2] += "
"; arnews[3]="Japanese Cult Classics GOKE and HOUSE at the Egyptian Theatre
"; arnews[3] += "Catch the rarely seen GOKE, BODYSNATCHER FROM HELL and HOUSE on the big screen this month in Hollywood! GOKE, BODYSNATCHER FROM HELL A 1968 Shochiku Co., Ltd."; arnews[3] += "
Publ.Date : Sun, 13 Sep 2009 04:30:24 GMT"; arnews[3] += "
"; arnews[4]="Japan's economic downturn pushes more onto streets
"; arnews[4] += "By the time the police arrived at 7 a.m. last Monday to move him on from the Ikebukuro subway station where he had spent the night, Isao Ito had been awake for some time.He had been poring over the jobs section of a magazine, and he hadn't slept well anyway.Newly arrived in the capital in search of work, he said, \"I haven't eaten or slept for three ..."; arnews[4] += "
Publ.Date : Thu, 03 Sep 2009 11:00:00 GMT"; arnews[4] += "
"; arnews[5]="Japan's economic downturn pushes more onto streets
"; arnews[5] += "By the time the police arrived at 7 a.m. last Monday to move him on from the Ikebukuro subway station where he had spent the night, Isao Ito had been awake for some time."; arnews[5] += "
Publ.Date : Thu, 03 Sep 2009 20:37:59 GMT"; arnews[5] += "
"; arnews[6]="Japan's Twitter-Free Election Campaign
"; arnews[6] += "Campaigning officially kicked off Tuesday in Japan as candidates for the Diet's upcoming elections took to the streets to canvas for votes."; arnews[6] += "
Publ.Date : Tue, 18 Aug 2009 07:00:00 GMT"; arnews[6] += "
"; arnews[7]="Dazai's struggles with life resonate with youth
"; arnews[7] += "The usually quiet town of Kanagi here was buzzing with visitors around June 19, with inns and hotels fully booked in and around the city."; arnews[7] += "
Publ.Date : Wed, 01 Jul 2009 09:01:30 GMT"; arnews[7] += "
"; totcount = 8; 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("
");