var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Holiday Preview: Theater Picks
"; arnews[0] += "Fred Sullivan Jr. stars as the Ghost of Christmas Present in Trinity Rep's \"A Christmas Carol,'' which runs through Dec."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:53:12 GMT"; arnews[0] += "
"; arnews[1]="Planet 51
"; arnews[1] += "Entertainment Planet 51 By Joseph McAleer Source: Scene from the animated comedy \"Planet 51.\" It's \"Ozzie and Harriet\" with an alien twist on \"Planet 51\" , a delightful animated comedy that represents a clever riff on the cheesy science fiction B-movies of the 1950s."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:13:43 GMT"; arnews[1] += "
"; arnews[2]="Out Soon: E209
"; arnews[2] += "Subscribers are about to receive their shiny copies of the latest issue of Edge, featuring the debut of Eve Online maker CCP's FPS Dust 514 ."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:29:11 GMT"; arnews[2] += "
"; arnews[3]="Nazi defence is model for Khmer Rouge's main jailer
"; arnews[3] += "Albert Speer, Hitler's chief architect, is to play a posthumous role this week in the trial in Cambodia of the Khmer Rouge's jailer, a man called called Duch."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:31:04 GMT"; arnews[3] += "
"; arnews[4]="Name the best science fiction titles
"; arnews[4] += "You should never judge a book by its cover, but should you judge a story by its title? If the recent success of Pride and Prejudice and Zombies is anything to go by, then for many readers today the answer is yes."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 10:25:29 GMT"; arnews[4] += "
"; arnews[5]="Week In! Week Out
"; arnews[5] += "TRIP THE LIGHT FANTASTIC: Look up this weekend when you're downtown. Led by faculty member Norman Coates, UNCSA lighting design students will present the latest work of the Winston-Salem Light Project ."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 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("
");