var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jensen Ackles: The living embodiment of Captain America! - COMICBOOKMOVIE.com
";
arnews[0] += "What makes him a valid contender to begin with? Why is he the fans’ top choice? Would this be the most logical choice for Marvel’s star spangled avenger? Learn all about it here! MultiPurposePoni brought us the news that Jensen Ackles has not ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:30:00 GMT";
arnews[0] += "
";
arnews[1]="PARIS HILTON GOES SUPERNATURAL - Daily Star
";
arnews[1] += "Paris Hilton will guest in the spooky new series of Supernatural. In a shocking forthcoming plotline, a monster takes on the guise of the US heiress, 28, and goes on a killing spree. Demon hunters Sam and Dean Winchester (Jared Padalecki, 27, and ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:38:00 GMT";
arnews[1] += "
";
arnews[2]="Skip the latest lame romance flick and give these suggestions a try - Daily Journal
";
arnews[2] += "That said, if you choose the deranged killer in a gas mask you can either go with the 1981 original or last year's remake (in 3-D or not in 3-D, that is the question) with Jensen Ackles, who is the best reason to pick the reboot. Anyway, \"Valentine ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:42:00 GMT";
arnews[2] += "
";
arnews[3]="Supernatural: What's In Store for Michael Shanks? - Buddytv.com
";
arnews[3] += "A few weeks ago, BuddyTV reported that sci-fi favorite Michael Shanks, who is best known for his role as Dr. Daniel Jackson on Stargate SG-1 , will soon be gracing the world of Supernatural. At the time, though, not much has been revealed about ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[3] += "
";
arnews[4]="The Newest DCAU feature finally Unmasks itself! - COMICBOOKMOVIE.com
";
arnews[4] += "... Batman, \"Supernatural\" star Jensen Ackles as Red Hood, Neil Patrick Harris (\"How I Met Your Mother\") as Nightwing, John DiMaggio (\"Futurama\") as the Joker and Jason Isaacs (the Harry Potter films) as Ra's Al Ghul this movie is sure to please.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[4] += "
";
arnews[5]="Supernatural: Three Sneak Peeks at My Bloody Valentine - DREAD CENTRAL.COM
";
arnews[5] += "As a clever nod to star Jensen Ackles's recent theatrical foray, this week's episode of Supernatural is entitled \"My Bloody Valentine\". But the similarities are in name only as the plot description reveals something quite different is in store for ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[5] += "
";
arnews[6]="It's Gonna be a 'Bloody Valentine' for the Boys of 'Supernatural' - FEARnet
";
arnews[6] += "Thursday 2.11 at 9:00 p.m. ET/PT on The CW Supernatural airs a special holiday epiosode called My Bloody Valentine . Hit the jump for 3 clips. Castiel (Misha Collins) helps Sam (Jared Padalecki) and Dean (Jensen Ackles) hunt down Cupid (guest star ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:46:00 GMT";
arnews[6] += "
";
arnews[7]="TV Actors Vie to Play Captain America - TheHDRoom
";
arnews[7] += "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[7] += "
Publ.Date : Tue, 09 Feb 2010 16:36:00 GMT";
arnews[7] += "
";
totcount = 8;
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("