var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Nolan to swap Batman for Superman?
"; arnews[0] += "Director Christopher Nolan arrives at the 62nd Annual Directors Guild Of America Awards at the Hyatt Regency Century Plaza on January 30, 2010 in Century City, California."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:01:28 GMT"; arnews[0] += "
"; arnews[1]="Superman Reboot
"; arnews[1] += "'Batman' director to oversee return of Man of Steel. Eric Vosika First Batman gets revamped, then talk of Spider-Man being redone, now ita s the Man of Steela s turn."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:17:50 GMT"; arnews[1] += "
"; arnews[2]="Christopher Nolan to Save Superman
"; arnews[2] += "Get excited, fans of rebooted things! Nikki Finke and Mike Fleming report that Warner Bros."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:54:18 GMT"; arnews[2] += "
"; arnews[3]="Rpt: Nolan to Mentor New Superman Reboot
"; arnews[3] += "Christopher Nolan, who wrote and directed \"Batman Begins\" and \"The Dark Knight,\" will reportedly play a \"godfather\" role to the man of steel's next role, which has a working title of \"Superman 3.0.\" Superman last appeared in theaters in 2006's \"Superman Returns,\" which received above-average reviews but was far from a smash hit."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:47:56 GMT"; arnews[3] += "
"; arnews[4]="Illustrator's visions seen by millions
"; arnews[4] += "Millions of moviegoers have seen the inner workings of Tommy Lee Edwards' mind without knowing it."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:37:03 GMT"; 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]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");