var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Captain America" Villain Revealed! - WorstPreviews.com
";
arnews[0] += "The only two actors seriously rumored for the role are Chad Michael Murray (House of Wax, \"One Tree Hill\") and Ryan McPartlin (\"Chuck\"). But McParlin is 34 years old. So he's likely out, even though he recently confirmed that he just auditioned.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="Ryan McPartlin Reads For Captain America! - COMICBOOKMOVIE.com
";
arnews[1] += "Ryan McPartlin sometime ago expressed interest in the role of Captain America, and now hear what he has to say. \"The one thing I can't stand are these actors that are twittering about auditioning for Captain America. It's really tacky. With that said ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 05:34:00 GMT";
arnews[1] += "
";
arnews[2]="Captain America: Chad Michael Murray vs. Ryan McPartlin? - Screenrant.com
";
arnews[2] += "In an interview with Moviehole , Chuck actor Ryan McPartlin revealed that he has read for the part of Captain America, something we expect a plethora of young actors have done in recent weeks. “The one thing I can’t stand are these actors that ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:35:00 GMT";
arnews[2] += "
";
arnews[3]="Chuck’s Ryan McPartlin Has Auditioned for Captain America - Slashfilm.com
";
arnews[3] += "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 ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 20:57:00 GMT";
arnews[3] += "
";
arnews[4]="TV Actors Vie to Play Captain America - TheHDRoom
";
arnews[4] += "com , a friend of a friend within Marvel Studios has confirmed that Jensen Ackles (Supernatural), Ryan McPartlin (Chuck), and Chad Michael Murray (One Tree Hill) have all read to play Captain America, amongst other television actors. I put together a ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:36:00 GMT";
arnews[4] += "
";
arnews[5]="Top Three Contenders for Captain America Revealed? - COMICBOOKMOVIE.com
";
arnews[5] += "The source, who remains unnamed, specifically pointed out Chad Michael Murray (One Tree Hill), Ryan McPartlin (Chuck) and Jensen Ackles (Supernatural) as being the current top choices. We've already heard confirmation that both Murray and McPartlin ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:54: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("