var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Will Ferrell named Hollywood's Most Overpaid Star - KTVZ.com
"; arnews[0] += "Will Ferrell can bring the funny, but he hasn't been able to bring in the big bucks, according to Forbes . The actor has topped the magazine's list of Hollywood's most overpaid stars, largely due to his summer disappointment, Land of the Lost . After ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT"; arnews[0] += "
"; arnews[1]="Hollywood's most overpaid stars - Jam! Showbiz
"; arnews[1] += "LOS ANGELES -- This summer's Land of the Lost was one of those epic Hollywood disasters that makes outsiders question why anyone is in the movie business. The concept seemed like a good idea: pair funnyman Will Ferrell with a cult kids show from the ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:09:00 GMT"; arnews[1] += "
"; arnews[2]="Will Ferrell tops overpaid stars list - MSN
"; arnews[2] += "Forbes released another Top 10 list -- this time of the most overpaid stars in Hollywood . Will Ferrell tops the list. In order to qualify for the Top 10 Overpaid Actors list, each actor had to have appeared in three films in the last five years that ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:02:00 GMT"; arnews[2] += "
"; arnews[3]="Will Ferrell Tops Forbes Most Overpaid Stars List - Post Chronicle
"; arnews[3] += "Comic actor Will Ferrell tops Forbes's 2009 list of Hollywood's Most Overpaid Stars, the magazine has announced. To compile the roster, Forbes staff compared the actors' salaries to how much their movies earned at the box office. Ferrell's films \"Elf ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT"; arnews[3] += "
"; arnews[4]="Will Ferrell 'Most Overpaid Star' - First Coast News
"; arnews[4] += "NEW YORK (AP) -- Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood. Forbes figured out that for every dollar in salary, Ferrell's films made an average of a little more than $3. In comparison, for every dollar Shia ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT"; arnews[4] += "
"; arnews[5]="Will Ferrell Named Most Overpaid Star In Hollywood - Gant Daily
"; arnews[5] += "Los Angeles, CA (CNS) - Will Ferrell has been named Hollywood's Most Overpaid Star by Forbes. The funnyman, whose latest film \"Land of the Lost\" became one of the year's major flops, leads the list of actors who are not worth their salt in the ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:01: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("
");document.write("
");