var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hollywood's most overpaid actors
"; arnews[0] += "TOM Cruise, Leonardo DiCaprio, Jim Carrey and Ice Cube are some of Hollywood's highest paid actors, according to reports, but who's the most overpaid? Ferrell heads the list, which measures cinema, DVD and TV sales against star's salaries, thanks to the commercial failure of his recent comedy Land Of The Lost."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:40:28 GMT"; arnews[0] += "
"; arnews[1]="SGI Takes Top Spots in HPCwire Readers' and Editors' Choice Awards
"; arnews[1] += "SGI , a global leader in HPC and data center solutions, today announced that it was ranked number ONE in the \"Top Five Vendors to Watch\" list by HPCwire readers, and garnered a second place honor on the same list compiled by HPCwire editors for its 2009 Readers' and Editors' Choice Awards."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:42:29 GMT"; arnews[1] += "
"; arnews[2]="Will Ferrell tops Forbes list of Most Overpaid Stars
"; arnews[2] += "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[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Will Ferrell named Hollywood's Most Overpaid Star
"; arnews[3] += "Will Ferrell can bring the funny, but he hasn't been able to bring in the big bucks, according to Forbes ."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:51:45 GMT"; arnews[3] += "
"; arnews[4]=""The Education of Charlie Banks"
"; arnews[4] += "\"The Education of Charlie Banks\" is extremely modest in its reach, which is both a plus and a minus."; arnews[4] += "
Publ.Date : Fri, 27 Mar 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="The Big Screen: Three Kings
"; arnews[5] += "Both of Los Baños' theaters are far from lacking in diversity this week. USA Theaters on Pacheco Boulevard is showing an impressive string of independently produced films, three in particular that have received stellar critical attention but little respect from mainstream audiences.\"Whip It,\" the roller derby film starring Ellen Page and ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:56:14 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("
");