var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="My Bloody Valentine 3D: Kerr Smith
";
arnews[0] += "MY BLOODY VALENTINE 3D star Kerr Smith tells Hollywood 411's Madison Michele why the 3D experience is even scarier at home as the movie gets its DVD release!";
arnews[0] += "
Publ.Date : Tue, 19 May 2009 18:22:11 GMT";
arnews[0] += "
";
arnews[1]="Kerr Smith interview for My Bloody Valentine 3D
";
arnews[1] += "Chuck the Movieguy sits down with Kerr Smith to talk about his new film My Bloody Valentine 3D";
arnews[1] += "
Publ.Date : Fri, 16 Jan 2009 21:21:47 GMT";
arnews[1] += "
";
arnews[2]="Punkd: Aly-AJ/John Cena/Kerr Smith
";
arnews[2] += "On this episode Aly gets Punk'd by her sister AJ. Pro wrestler John Cena runs into a funeral procession - literally. And Dawson's Creek's Kerr Smith breaks it but doesn't buy it.";
arnews[2] += "
Publ.Date : Mon, 22 Dec 2008 11:42:14 GMT";
arnews[2] += "
";
arnews[3]="My Bloody Valentine 3D - Trailer
";
arnews[3] += "Ten years ago, a tragedy changed the town of Harmony forever. Tom Hanniger, an inexperienced coal miner, caused an accident in the tunnels that trapped and killed five men and...";
arnews[3] += "
Publ.Date : Tue, 28 Oct 2008 19:33:00 GMT";
arnews[3] += "
";
arnews[4]="Final Destination Trailer
";
arnews[4] += "Alex Browning (Devon Sawa), is embarking on a trip to Paris with his high school French class. In the plane's cabin, buckled-in and ready for take-off, Alex experiences a powerful...";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:03:08 GMT";
arnews[4] += "
";
arnews[5]="The Forsaken Trailer
";
arnews[5] += "Sean (Kerr Smith) is driving cross-country to deliver a vintage Mercedes and attend his sister's wedding when he picks up a hitchhiker, Nick (Brendan Fehr), who just happens to be...";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:03:05 GMT";
arnews[5] += "
";
arnews[6]="Fred Segal Suite at Sundance
";
arnews[6] += "Young Hollywood visits the Fred Segal suite while at the Sundance Film Festival, where we talk to talk to celebrity stylists and fashion designers and go shopping with actors like...";
arnews[6] += "
Publ.Date : Mon, 21 Jul 2008 13:17:38 GMT";
arnews[6] += "
";
arnews[7]="Pressure
";
arnews[7] += "My review of Pressure, starring Kerr Smith. Movie DVDs, Movies & TV Shows";
arnews[7] += "
Publ.Date : Fri, 12 Oct 2007 05:29:37 GMT";
arnews[7] += "
";
arnews[8]="Punk'd, "Don't Feed the Bears, Funeral Procession, U Break It U Buy It"
";
arnews[8] += "Aly and AJ learn that you shouldn't ever feed the bears. John Cena gets caught up in a funeral procession. Kerr Smith learns that at the Punk'd store, you break it you buy it.";
arnews[8] += "
Publ.Date : Wed, 30 May 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Great American History Quiz: Berners-Lee
";
arnews[9] += "For Kids: Kerr Smith on Berners-Lee's invention. This video courtesy of THE HISTORY CHANNEL.";
arnews[9] += "
Publ.Date : Thu, 30 Nov 2006 17:00:38 GMT";
arnews[9] += "
";
totcount = 10;
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("