var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Ferrell Named Most Overpaid Star In Hollywood - Gant Daily
";
arnews[0] += "Hollywood's Most Overpaid Stars: 1) Will Ferrell 2) Ewan McGregor 3) Billy Bob Thornton 4) Eddie Murphy 5) Ice Cube 6) Tom Cruise 7) Drew Barrymore 8) Leonardo DiCaprio 9) Samuel L. Jackson 10) Jim Carrey";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:01:00 GMT";
arnews[0] += "
";
arnews[1]="David Beckham, Ewan McGregor team up for Unicef's 'photo pledge ... - Newstrack India
";
arnews[1] += "London, Nov 20 (ANI): Soccer star David Beckham, Ewan McGregor and Cat Deeley have teamed up for Unicef 'photo pledge' campaign in a bid to raise awareness on children's rights. They have been asked to choose photographs from their visits to deprived ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:41:00 GMT";
arnews[1] += "
";
arnews[2]="Will Ferrell is Hollywood's most overpaid star: Forbes - Vancouver Sun
";
arnews[2] += "LOS ANGELES, Nov 18 (Reuters Life!) - Funnyman Will Ferrell and British actor Ewan McGregor on Wednesday headed a Forbes.com list of Hollywood's most overpaid stars when looking at the financial returns of their movies. Billy Bob Thornton, Tom Cruise ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:47:00 GMT";
arnews[2] += "
";
arnews[3]="Will Ferrell tops overpaid stars list - MSN Entertainment
";
arnews[3] += "For every $1 Will Ferrell earns, his movies only earn $3.29. The #2 spot is a bit of a surprise -- Ewan McGregor. He's not one of the higher-paid stars on ... Coming in at #6 is Tom Cruise, whose box office draw has dipped sharply in recent years. #";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:02:00 GMT";
arnews[3] += "
";
arnews[4]="Ewan McGregor: MSN Interview - Entertainment.uk.msn.com
";
arnews[4] += "A: I haven’t seen Da Vinci Code so I don’t know. I expect it to be very good, I think it was a great page turning script with a very nice ensemble cast and Ron [Howard] is quite a brilliant director, so I think it’ll be good. A: I didn’t get ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:49:00 GMT";
arnews[4] += "
";
totcount = 5;
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("