var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American actor and comedian Bernie Mac dies at age 50 - Mister-info.com
";
arnews[0] += "Comedic actor Bernie Mac has died at the age of 50. According to his publicist, Danica Smith, Mac had been suffering from pneumonia brought on by sarcoidosis for about a week, although it was believed initially that he would make a full recovery ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:06:00 GMT";
arnews[0] += "
";
arnews[1]="What's opening in theaters next week - Bradenton Herald
";
arnews[1] += "FANTASTIC MR. FOX (PG) - The always-eclectic Wes Anderson (\"The Royal Tenenbaums,\" \"Rushmore\"), whose movies often flirt with the fantastical, takes the plunge with this stop-motion animation adaptation of the Roald Dahl story about a fox (voiced by ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT";
arnews[1] += "
";
arnews[2]="Hollywood’s feast at Thanksgiving box office - Dayton Daily News
";
arnews[2] += "Historically, the Thanksgiving holiday has long promised bonding time with family and friends over heaping plates of food. A day to spend giving thanks when you’re not busy burping. Increasingly it also has come to mean a relaxing four-day weekend ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 00:54:00 GMT";
arnews[2] += "
";
arnews[3]="John Travolta and Robin Williams in new 'Old Dogs' clip - Monsters and Critics
";
arnews[3] += "We have added a new clip from Walt Disney Picture's upcoming comedy, 'Old Dogs'. The film stars John Travolta, Robin Williams, Bernie Mac, Matt Dillon and Kelly Preston. Watch the clip below; Two best friends—one unlucky-in-love divorcee (ROBIN ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:44:00 GMT";
arnews[3] += "
";
arnews[4]="Is Offensive TV Comedy Dead? - Examiner
";
arnews[4] += "But why is this? Are we too sensitive ... camera and proclaim that he will \"beat his kids 'till the white meat shows\" or opine that \"white women need to stop losing weight\" on \" The Bernie Mac Show .\" No longer are viewers able to wintess Dave ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[4] += "
";
arnews[5]="When the weather gets cold, comedy gets hot, By FAYE WHITBECK, Staff ... - Daily Journal
";
arnews[5] += "A change of season is evident as local folks begin pulling up their socks and pulling down their stocking caps. As the winter air shoves out the activities of a warmer season, people are buttoning down and doing what they must to ease themselves into ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:50: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("