var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Gen Y makes Vanity Fair's Top 40 Moneymakers in Hollywood list
"; arnews[0] += "Los Angeles is the home of American cinema and these days, Gen Y is making the big bucks in this town."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Deathly Hallows Behind the Scenes Photos
"; arnews[1] += "Check out the latest set of behind the scenes movie stills from the upcoming film \"Harry Potter and the Deathly Hallows: Part I\" by director David Yates and starring Daniel Radcliffe , Emma Watson, Helena Bonham Carter , Alan Rickman and Rupert Grint."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:02:43 GMT"; arnews[1] += "
"; arnews[2]="Hermione hot in Hollywood
"; arnews[2] += "EMMA WATSON, who came to fame playing the swot Hermione Granger in Harry Potter and the Philosopher's Stone , has been named Hollywood's highest paid female actor."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 22:21:19 GMT"; arnews[2] += "
"; arnews[3]="Daniel Radcliffe Highest Paid Per Film In 2009
"; arnews[3] += "What do you think he's doing with his fortune? Daniel Radcliffe was the highest paid actor in Hollywood in 2009."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 09:59:00 GMT"; arnews[3] += "
"; arnews[4]="Harry Potter stars earn big
"; arnews[4] += "The young stars of Harry Potter were Hollywood's highest-earning actors last year, according to a list published on Friday by Vanity Fair magazine."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:49:22 GMT"; arnews[4] += "
"; arnews[5]="Who made the most in Hollywood last year? Not James Cameron.
"; arnews[5] += "The director of the raz-tastic action film \"Transformers: Revenge of the Fallen,\" Michael Bay, earned more money than both Steven Spielberg and James Cameron in 2009."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 05:42:48 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("
");