var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robin Williams -- Old Dogs
";
arnews[0] += "The new Disney film \"Old Dogs\" features an all-star cast, including John Travolta and his real-life wife Kelly Preston, Seth Green, Bernie Mac, Matt Dillon, Angie Dickenson, Rita Wilson, and, of course, Robin Williams.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:21:17 GMT";
arnews[0] += "
";
arnews[1]="Don't expect laugh-out-loud antics from 'Old Dogs'
";
arnews[1] += "Old Dogs **PG ; 89 min. Trashing Old Dogs is a bit like kicking a puppy. But here goes.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 19:31:00 GMT";
arnews[1] += "
";
arnews[2]="Travolta premiere raises $75,000 for charities
";
arnews[2] += "Published: Tuesday, November 24, 2009 at 6:30 a.m. Last Modified: Monday, November 23, 2009 at 10:45 p.m. The \"Old Dogs\" movie premiere/gala on Friday raised $75,000 for five nonprofit agencies, according to the event's organizers.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 18:49:35 GMT";
arnews[2] += "
";
arnews[3]="Film Shorts
";
arnews[3] += "Bad Lieutenant: Port of Call New Orleans Werner Herzog's remake of Abel Ferrara's 1992 film stars Nicolas Cage as a drug-addicted cop trying to solve the murders of five Senegalese immigrants in post-Katrina New Orleans.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 18:41:00 GMT";
arnews[3] += "
";
arnews[4]="Movie Review: Old Dogs
";
arnews[4] += "THE F TROOP Ella Bleu Travolta, Conner Rayburn, Robin Williams, and John Travolta get benched in Old Dogs Six-year-old boys may laugh at the bowwow of a comedy Old Dogs .";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 18:00:00 GMT";
arnews[4] += "
";
arnews[5]="Review: Old Dogs
";
arnews[5] += "Just in time for the holidays, John Travolta and Robin Williams team up for the family comedy Old Dogs .";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 17:24:51 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("