var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Curtis Opera and rare Stravinsky
"; arnews[0] += "The new Curtis Opera Theatre production of Stravinsky's The Rake's Progress is a test of sorts."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:19:47 GMT"; arnews[0] += "
"; arnews[1]="Darwin at the movies: A festival of apes, aliens and troglodytes
"; arnews[1] += "Would we have had Alien, Planet of the Apes and The Time Machine if it weren't for a certain bearded Victorian? Planet of the Apes, starring Charlton Heston, offers an uncomfortable glimpse of the far-distant future of primate evolution."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:00:52 GMT"; arnews[1] += "
"; arnews[2]="11/21-11/22a "Free Select Media Festival Events
"; arnews[2] += "As part of Select Media Festival 8 , which highlights experimental and contemporary art and media, the \"Oral Asstravaganza\" will take place at the Co-Prosperity Sphere on Saturday from 8 to 11 PM."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:00:26 GMT"; arnews[2] += "
"; arnews[3]="Excellent visual effects dominate poor writing in '2012'
"; arnews[3] += "Filmmaker Roland Emmerich proves himself a master of visual effects planning, utilizing the skills of Hollywood's computer graphics experts to destroy cities and landmarks across the globe in modern day disaster movie \"2012.\" On the other hand, smiles emerge when Emmerich asks actor John Cusack to imitate the Shelley-Winters-underwater-rescue scene ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:02:00 GMT"; arnews[3] += "
"; arnews[4]="Strong acting can't outrun shallow tale in 'The Blind Side'
"; arnews[4] += "The Blind Side , while inspiring, is a little myopic. The true story of wealthy white Southerners who take in a homeless black teenager and encourage him to play football is a natural for the screen."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:47:58 GMT"; arnews[4] += "
"; arnews[5]="Futuristic Movies: Ten of the Best
"; arnews[5] += "What do you think the future holds for mankind? Is your version anything like these? Planet of the Apes The future isn't bright for the human race in the Planet of the Ape series."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:16:01 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("
");document.write("
");