var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV best bets: Sat., Nov. 21
";
arnews[0] += "THE CHRISTMAS WISH a ' When a young man returns to his hometown to revitalize his deceased grandfathera TMs business, he gets an unusual request from his grandmother: Find out the identity of Lillian, the mysterious woman mentioned in her late husbanda TMs journals.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:54:37 GMT";
arnews[0] += "
";
arnews[1]="Brocka leads Pinoy talents at Viennese festival
";
arnews[1] += "Influential director Lino Brocka lead a string of Filipino filmmakers at this year's Vienna International Film Festival in Austria.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:21:08 GMT";
arnews[1] += "
";
arnews[2]="Reimagined 'Star Trek' film boldly goes into DVD stores
";
arnews[2] += "\"Star Trek\" is that rare blockbuster: It delivers everything a big-budget movie should.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:03:24 GMT";
arnews[2] += "
";
arnews[3]="The second outing of John Hurt
";
arnews[3] += "He got his big break playing Quentin Crisp in The Naked Civil Servant and now, 34 years later, John Hurt is at it again Simon Hattenstone Separated at birth: John Hurt as Quentin Crisp and Quentin Crisp as himself.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:11:22 GMT";
arnews[3] += "
";
arnews[4]="Perfect products: The best in modern industrial design
";
arnews[4] += "A new exhibition highlights the best in modern industrial design. Here, its curator picks his Top 10.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:13:02 GMT";
arnews[4] += "
";
arnews[5]="New DVD releases
";
arnews[5] += "\"Bruno\" - The latest mock-documentary satire from comic provocateur Sacha Baron Cohen was mostly a misfire.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:04:37 GMT";
arnews[5] += "
";
arnews[6]="Herzog to chair Berlin film jury
";
arnews[6] += "German director Werner Herzog will head the jury at the Berlin Film Festival next year, organisers have announced.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:09:48 GMT";
arnews[6] += "
";
totcount = 7;
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("