var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jared Padalecki: Conan The Barbarian Competitor — EXCLUSIVE - Just Jared
";
arnews[0] += "I can’t even take this story seriously because you clearly can’t bother to find a REAL picture of Jared Padalecki. Also, you might want to correct the spelling of his last name. You have it as Padelecki";
arnews[0] += "
Publ.Date : Fri, 15 Jan 2010 23:53:00 GMT";
arnews[0] += "
";
arnews[1]="Supernatural: What's In Store for Michael Shanks? - Buddytv.com
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[1] += "
";
arnews[2]="It's Gonna be a 'Bloody Valentine' for the Boys of 'Supernatural' - FEARnet
";
arnews[2] += "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[2] += "
Publ.Date : Tue, 09 Feb 2010 20:46:00 GMT";
arnews[2] += "
";
arnews[3]="Supernatural: Three Sneak Peeks at My Bloody Valentine - DREAD CENTRAL.COM
";
arnews[3] += "Here's the official synopsis from Supernatural on The CW : Castiel (Misha Collins) helps Sam (Jared Padalecki) and Dean (Jensen Ackles) hunt down Cupid (guest star Lex Medlin) on Valentine's Day after townspeople start to kill each other for love.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[3] += "
";
arnews[4]="It's not all fun and games for stars during the Olympics - The Province
";
arnews[4] += "Tom Welling and Callum Keith Rennie will have some time off from their respective TV shows during the Olympics, but Josh Jackson, Jared Padalecki and Elizabeth Mitchell will be hard at work while the athletes are at play. Welling, who stars as Clark ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 00:31:00 GMT";
arnews[4] += "
";
arnews[5]="PARIS HILTON GOES SUPERNATURAL - Daily Star
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 01:27: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("