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]="review
";
arnews[1] += "\"The Men Who Stare at Goats\" sounds like some ethnographic documentary about the bushmen of the Kalahari or the Bakhtiari herders of old Persia.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:49:20 GMT";
arnews[1] += "
";
arnews[2]="Gerard Butler prepares to launch own perfume line
";
arnews[2] += "Gerard Butler is all set to join the ranks of celebs who have their own fragrances in the market.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:22:40 GMT";
arnews[2] += "
";
arnews[3]="Will Farrell tops list of overpaid stars
";
arnews[3] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:18:51 GMT";
arnews[3] += "
";
arnews[4]="Movie capsule reviews
";
arnews[4] += "Gabourey Sidibe stars as Claireece \"Precious'' Jones in \"Precious: Based on the Novel 'Push' by Sapphire.'' New releases 1 2 Black Dynamite In the spoof that bears his name, Black Dynamite sports every outfit in the blaxploitation look book: leather, denim, Afro.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:27:42 GMT";
arnews[4] += "
";
arnews[5]="Hollywood's most overpaid actors
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 07:40:28 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("