var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Craig Ferguson 9/10/9A Late Late Show beginning
";
arnews[0] += "Wavey chats with the audience about his anger... A) intro B) Show & Tell C) sketch & email D) Audrey Tautou chat E) Ron Livingston chat F) advert G) What did we learn on the show...";
arnews[0] += "
Publ.Date : Fri, 11 Sep 2009 06:35:15 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Ron Livingston & Laura Harris Defy Gravity
";
arnews[1] += "The Defying Gravity costars show off their not-so-high-tech floating skills and discuss their lofty aspirations";
arnews[1] += "
Publ.Date : Fri, 14 Aug 2009 21:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Time Traveler's Wife - Clip - You Told Me This Would Happen
";
arnews[2] += "Based on Audrey Niffenegger's bestseller, \"The Time Traveler's Wife\" stars Eric Bana and Rachel McAdams as a married couple whose relationship is held back by the husband's...";
arnews[2] += "
Publ.Date : Thu, 13 Aug 2009 01:42:05 GMT";
arnews[2] += "
";
arnews[3]="Defying Gravity: Interview with Defying Gravity's Ron Livingston
";
arnews[3] += "Hulu interviews actor Ron Livingston (\"Office Space\") about his new role as Maddux Donner on \"Defying Gravity,\" a new drama about a team of astronauts on a billion-mile mission in...";
arnews[3] += "
Publ.Date : Sat, 01 Aug 2009 06:10:11 GMT";
arnews[3] += "
";
arnews[4]="The Time Travellers Wife - Official Trailer [HD]
";
arnews[4] += "Release Date: 14 August 2009 Genre: Romance Cast: Rachel McAdams, Eric Bana, Ron Livingston, Brooklynn Proulx Director: Robert Schwentke Writer: Bruce Joel Rubin, Audrey...";
arnews[4] += "
Publ.Date : Tue, 16 Jun 2009 18:47:32 GMT";
arnews[4] += "
";
arnews[5]="Little Black Book - Clip - I knew she barfed
";
arnews[5] += "Infuriated by her tight-lipped boyfriend, Brittany Murphy's TV producer delves into his palm pilot to find all about his ex-girlfriends - and finds more than she bargained for.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:06:28 GMT";
arnews[5] += "
";
arnews[6]="Ecoist Ron Livingston
";
arnews[6] += "The Ecoists Some of todays most active and recognizable environmental activists share ideas, information and enthusiasm about their cause of choice. Participants include Sheryl...";
arnews[6] += "
Publ.Date : Fri, 11 Apr 2008 09:01:46 GMT";
arnews[6] += "
";
arnews[7]="Ron Livingston (Music Within)
";
arnews[7] += "Ron Livingston talks about the amazing true life story portrayed in Music Within.";
arnews[7] += "
Publ.Date : Fri, 09 Nov 2007 08:00:01 GMT";
arnews[7] += "
";
arnews[8]="Ron Livingston as Richard Pimentel
";
arnews[8] += "Livingston plays the renowned public speaker in the movie \"Music Within.\"";
arnews[8] += "
Publ.Date : Thu, 25 Oct 2007 00:34:56 GMT";
arnews[8] += "
";
arnews[9]="RON LIVINGSTON TALKS ABOUT LATEST NIGHTMARE
";
arnews[9] += "Ron Livingston is a character in the Stephen King TV series Nightmares And Dreamscapes, and he talks about his part in the episode titled The End Of The Whole Mess. Keywords:...";
arnews[9] += "
Publ.Date : Fri, 04 May 2007 00:40:21 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("