var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ashton Celebrates His Birthday with the SNL Cast
";
arnews[0] += "The group, which also included Alec Baldwin , enjoyed two creamy cakes, and musical guest Them Crooked Vultures serenaded the actor with a rocking rendition of \"Happy Birthday.\" * The Valentine's Day cast toasted their film's premiere Monday night with a cupcake-filled bash at L.A.'s El Capitan Theatre.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Valentinea s Day
";
arnews[1] += "\"It's Valentine's Day: Don't think, just do.\" Ashton Kutcher's fearless declaration early in Garry Marshall's release date-targeted film is an echo of what most of the Valentine's Day pre-production meetings must have sounded like.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:28:26 GMT";
arnews[1] += "
";
arnews[2]="Jay Leno Gets His Punk'd Ass Out of Prime-Time
";
arnews[2] += "And just like that, the great Jay - Leno -at-10 experiment is over. The beleaguered funnyman on Tuesday presided over the final episode of The Jay Leno Show - which, as it turned out, was just part of a really elaborate punk orchestrated by guest Ashton Kutcher .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:45:00 GMT";
arnews[2] += "
";
arnews[3]="cast Ep. 86 - From Paris with Love
";
arnews[3] += "In this week's episode of the /Filmcast, David Chen , Devindra Hardawar , Adam Quigley and Russ Fischer discuss their thoughts on this year's Oscar nominations, reflect on the novelty of 3D upconversion, assess Taylor Lautner's career, show some love for Drew Barrymore's Whip It , and share theories about the final season of Lost .";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="New Stills from Twilight Eclipse
";
arnews[4] += "Just in time for Valentine's Day, Hollywoodlife.com got their hands on a few new movie stills from the upcoming film \"The Twilight Saga: Eclipse\" aka Eclipse stars Robert Pattinson , Kristen Stewart , Taylor Lautner, and Xavier Samuel .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:55:04 GMT";
arnews[4] += "
";
arnews[5]="Valentines Day Movie Clip Big News
";
arnews[5] += "Share on Facebook Yahoo! Movies posted this new clip \"Big News\" featuring Ashton Kutcher and George Lopez in the upcoming romantic comedy \"Valentine's Day\" by director Garry Marshall and starring Taylor Lautner , Bradley Cooper , Anne Hathaway , Jessica Biel , Taylor Swift, Julia Roberts, Ashton Kutcher and Jessica Alba.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:54:53 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("