var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Needs Photo Forbes Ranks Hollywood's Top 10 Overpaid Actors
";
arnews[0] += "Nov 21st 2009 at 7:02PM Forbes loves lists, and this is a great one if you love to resent actors' huge paychecks -- the Top 10 Overpaid Actors , that is, actors who cost more than their box office worth.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:02:00 GMT";
arnews[0] += "
";
arnews[1]="'2012': 'They killed THAT guy?!'
";
arnews[1] += "I love a good death scene. Ronald Lacey's Arnold Toht in Raiders of the Lost Ark .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:17:43 GMT";
arnews[1] += "
";
arnews[2]="2009 American Music Awards: Nominations List
";
arnews[2] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[2] += "
";
arnews[3]="Chris Knight: Hey, I vaguely recall that film
";
arnews[3] += "Nicolas Cage and Eva Mendez in the new Bad Lieutenant. Despite similarities in titles, this weekend's new release Bad Lieutenant: Port of Call New Orleans is not a remake of the 1992 movie Bad Lieutenant.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:17:23 GMT";
arnews[3] += "
";
arnews[4]="Sandeep Marwah honored at Cairo film fest
";
arnews[4] += "Cairo/Mumbai/Kolkata, Nov 21 : Asian media personality and president of Marwah Studios, Sandeep Marwah, has been honored at 33rd Cairo International Film Festival for producing largest number of short films in the world.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:05:05 GMT";
arnews[4] += "
";
arnews[5]="Will Farrell tops list of overpaid stars
";
arnews[5] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 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("