var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Cruise thanks Hub for royal treatment - Boston Herald
";
arnews[0] += "“Knight & Day” leading man Tom Cruise took to his Web page yesterday to thank the “wonderful people of Boston” for rolling out the red carpet for his cast and crew. “My family and I would like to take this opportunity to thank you for your ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:06:00 GMT";
arnews[0] += "
";
arnews[1]="Cameron Diaz Frightens Thugs - ABC News
";
arnews[1] += "Lithe starlet Cameron Diaz may play an experienced burglar in the upcoming Gangs of New York, but the actress had the tables turned on her when a pair of thieves broke into her five-star hotel Friday night. Diaz, who's in Rome filming the Martin ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 14:47:00 GMT";
arnews[1] += "
";
arnews[2]="Cameron Diaz New Film The Box Panned - Post Chronicle
";
arnews[2] += "Cameron Diaz's new film The Box has been voted one of the worst films of all time by moviegoers - just days after its U.S. release. The thriller, based on Richard Matheson' 1970 short story Button, Button, has been panned by film buffs in America ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:30:00 GMT";
arnews[2] += "
";
arnews[3]="Cameron Diaz: Sexy in Salzburg - GossipCenter.com
";
arnews[3] += "Continuing work on her latest project, Cameron Diaz was spotted having a blast on the set of “Knight and Day” in Salzburg, Austria yesterday (November 19). The “Charlie’s Angels” hottie looked to be in good spirits as she joked with the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:11:00 GMT";
arnews[3] += "
";
arnews[4]="Cameron Diaz’s ‘The Box’ Is a ‘Stinker’ - Softpedia
";
arnews[4] += "Gorgeous actress Cameron Diaz has often rebelled against critics saying that she was typecast for comedy roles. It’s not known whether this had anything to do with her decision of doing the thriller “The Box” but what is certain is that, in a ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:54:00 GMT";
arnews[4] += "
";
arnews[5]="Cameron Diaz's The Box Panned - New Kerala
";
arnews[5] += "CAMERON DIAZ's new film THE BOX has been voted one of the worst films of all time by moviegoers - just days after its U.S. release. The thriller, based on Richard Matheson' 1970 short story Button, Button, has been panned by film buffs in America ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 14:11:00 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("