var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Will Farrell tops list of overpaid stars
"; arnews[0] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 GMT"; arnews[0] += "
"; arnews[1]="Animated sequels disappoint this moviegoer
"; arnews[1] += "Last updated on 04/28/2009 at 7:28 p.m. Quick, name one good movie sequel that took over 10 years to produce."; arnews[1] += "
Publ.Date : Wed, 29 Apr 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Break Yourself Off A Piece Of Pre-Thanksgiving Shia LaBeouf
"; arnews[2] += "So I was getting a haircut after lunch today , and Oliver Stone & co. walked in to inspect the place."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:15:47 GMT"; arnews[2] += "
"; arnews[3]="Will Ferrell tops Forbes list of Most Overpaid Stars
"; arnews[3] += "Thursday, November 19, 2009 at 10:22 a.m. Read more: Entertainment , Will Ferrell , Tom Cruise , Drew Barrymore , Leonardo Dicaprio , Samuel L. Jackson , Jim Carrey , Forbes NEW YORK a ' Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Will Ferrell named Hollywood's Most Overpaid Star
"; arnews[4] += "Will Ferrell can bring the funny, but he hasn't been able to bring in the big bucks, according to Forbes ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:51:45 GMT"; arnews[4] += "
"; arnews[5]="Bill O'Reilly: Why Sarah Palin matters
"; arnews[5] += "I'm going to keep this short because we have a substantial interview with the governor this evening."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:42:47 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("
");