var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Harry Brown: Movie Review
";
arnews[0] += "Michael Caine took a moment to step out of his butler uniform to star in the indie crime thriller, Harry Brown .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:37:09 GMT";
arnews[0] += "
";
arnews[1]="Film Review: Harry Brown
";
arnews[1] += "Roland Emmerich is showing us this week how the world is going to end in 2012. Watch Harry Brown and you'll start thinking that it can't happen soon enough.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:50:09 GMT";
arnews[1] += "
";
arnews[2]="Odeon - win tickets
";
arnews[2] += "YOU could be forgiven for thinking The Men Who Stare At Goats is a comedy about a group of drunken males who stumble into a farmyard during a stag night and dare each other to outsmart the residents, but you'd be so wrong.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 18:53:16 GMT";
arnews[2] += "
";
arnews[3]="Camilla joins friends paying tribute to 'magnificent Mortimer'
";
arnews[3] += "Prince Charles' wife was among loved ones and friends at the memorial service at London's Southwark Cathedral Click on photos for gallery Photo: Getty Images Sir John's son Ross , whom he only discovered he had four years before he died, joined the author's other children Sally, Jeremy, Rosie and his widow Penny Photo: PA There was a ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:35:57 GMT";
arnews[3] += "
";
arnews[4]="Oscar winners and royalty at memorial service for the life of Sir John Mortimer
";
arnews[4] += "Oscar winners, knights of the theatre, royalty, and the son he discovered at the age of 81 celebrated the remarkable life of Sir John Mortimer at his memorial service.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:36:15 GMT";
arnews[4] += "
";
arnews[5]="Stars pay tribute to Sir John Mortimer
";
arnews[5] += "HOME > NEWS / SHOWBIZ > SHOWBIZ > Stars pay tribute to Sir John Mortimer SHOWBIZ Wednesday November 18,2009 Film stars ALAN RICKMAN, JEREMY IRONS and EMILIA FOX came together in London to pay tribute to the late SIR JOHN MORTIMER on Tuesday .";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 12:06:11 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("