var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Japanese celebrity 'shocked' over Ondoy effects in RP
"; arnews[0] += "MANILA, Philippines Japanese celebrity Kurara Chibana, 2006 Miss Universe 1st runner-up, was \"shocked\" when she saw the extent of the damage wrought by typhoon Ondoy in the Philippines."; arnews[0] += "
Publ.Date : Tue, 15 Dec 2009 06:31:46 GMT"; arnews[0] += "
"; arnews[1]="Japan Prize awards, documentary on Nara temple, and Beat Takeshi's definition of beauty
"; arnews[1] += "On Monday, NHK will broadcast the winners of the 36th annual \"Nihon-sho\" , which awards outstanding domestic and international contributions to educational television."; arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 23:59:16 GMT"; 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("
");