var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Lord of the 'Ring'
"; arnews[0] += "On Sept. 25, 2006, hundreds gathered in New York's Times Square to watch the Metropolitan Opera's new production of Giacomo Puccini's \"Madama Butterf..."; arnews[0] += "
"; arnews[1]="Allegiance to the Hollywood code
"; arnews[1] += "Hollywood is such a duplicitous, back-stabbing, narcissistic pit of weasels and vipers that making a satire about it should be no more difficult than,..."; arnews[1] += "
"; arnews[2]="Get a taste of a monk's life at Buddhist cafe
"; arnews[2] += "Koya-san Cafe is an event that gives you a taste of what life is like at the Buddhist stronghold of Mount Koya in Wakayama Prefecture. The annual e..."; arnews[2] += "
"; arnews[3]="Legacy of Iraq war won't be winding down
"; arnews[3] += "NEW YORK — The withdrawal of U.S. forces from Iraq in what is euphemistically called the end of the Iraq war portends anything but the end of the co..."; arnews[3] += "
"; arnews[4]="Photos, films depict Tokyo in turbulent times
"; arnews[4] += "The 10 years following the end of World War II in Tokyo are marked by two things — war-related devastation and the march toward reconstruction. Th..."; arnews[4] += "
"; totcount = 5; 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]); } document.write("
");document.write("
");