var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Captain America: Chad Michael Murray vs. Ryan McPartlin? - Screenrant.com
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 06 Feb 2010 23:35:00 GMT";
arnews[0] += "
";
arnews[1]="Chad Michael Murray, Now Rumored For Captain America - COMICBOOKMOVIE.com
";
arnews[1] += "According to site, Big Shiny Robot , they have word that actor, Chad michael murray is rumored for the role of the star splangled hero. Check It Out! Chad Michael Murray (House of Wax) , can now be added to the list of rumored actors to portray Steve ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:37:00 GMT";
arnews[1] += "
";
arnews[2]="Chad Michael Murray & Kenzie Dalton: Biking Buddies - Just Jared
";
arnews[2] += "She really does look like a 10 yr old, very very young. I doubt that CW is going to bring them back, the show seems to be holding it’s own ratings wise, they don’t seem to need him. There is some strong buzz the show is going to get an 8th season ...";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 14:15:00 GMT";
arnews[2] += "
";
arnews[3]="TV Actors Vie to Play Captain America - TheHDRoom
";
arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 16:36:00 GMT";
arnews[3] += "
";
arnews[4]="Top Three Contenders for Captain America Revealed? - COMICBOOKMOVIE.com
";
arnews[4] += "A supposedly trusted source has pointing out the top three contenders Marvel Studios is considering for the lead role in The First Avenger: Captain America. Follow ... who remains unnamed, specifically pointed out Chad Michael Murray (One Tree Hill ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:54:00 GMT";
arnews[4] += "
";
arnews[5]=""Captain America" Villain Revealed! - WorstPreviews.com
";
arnews[5] += "During the press junket for \"The Wolfman,\" director Joe Johnston revealed lots of information about the \"Captain America\" movie, including casting, story, and villain. Johnston confirmed that the film will be an origin story and will feature Red ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 18: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("