var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="American-Born 'Unknown' Eyed for Captain America Role
"; arnews[0] += "Pre-production on The First Avenger: Captain America is moving into high gear, with director Joe Johnston expected to soon reveal the name of the actor who will ingest the Super Serum and battle the Nazi scourge in the superhero's World War II-set origin story, which is slated to hit theaters in July of 2011."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:46:19 GMT"; arnews[0] += "
"; arnews[1]="Could Captain Awesome Be Captain America
"; arnews[1] += "Ryan McPartlin, best known for his work as Devon aka Captain Awesome on TV's \"Chuck,\" could add another Captain title to his resume-that of Captain America."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:08:37 GMT"; arnews[1] += "
"; arnews[2]="Red Skull Is the Villain in Captain America and Plot Details
"; arnews[2] += "Director Joe Johnston is busy promoting his new film The Wolfman but he has also been dropping a lot of hints about his upcoming adaptation of the iconic Marvel Comics super-hero, Captain America, in The First Avenger: Captain America ."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 21:09:25 GMT"; arnews[2] += "
"; arnews[3]="From Captain Awesome to Captain America?
"; arnews[3] += "If you aren't watching NBC's Chuck , then you really are missing out. I've long held this belief, but for some reason there are many folks out there who don't believe me."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 01:01:26 GMT"; arnews[3] += "
"; arnews[4]="Chucka s Ryan McPartlin Has Auditioned for Captain America
"; arnews[4] += "Superhero films are big. Many, many MANY actors audition for the lead role. To give you an idea of just how many, sometimes it will come down to a dozen actors at the screentest phase, where the candidates actually suit up and read before a film camera."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 00:42:20 GMT"; arnews[4] += "
"; arnews[5]="Captain America Update: Ryan McPartlin has audtioned
"; arnews[5] += "If you are fan of the television show \"Chuck\", if you've even caught a glimpse of it I don't know how you couldn't be, you're familiar with Ryan McPartlin."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 00:39: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("
");