var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Home movies
";
arnews[0] += "Betty Blue This is the directora s cut of Jean-Jacques Beineixa s 1986 sexy, tragic drama about a young handyman and a beautiful waitress who begin an erotic escapade that grows into a genuine relationship, then tumbles into madness.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:53:58 GMT";
arnews[0] += "
";
arnews[1]="Review: (Untitled) Knocks Pompous Artists Down a Few Pegs
";
arnews[1] += "Few subjects are more ripe for ridicule than pretentious artists, and Jonathan Parker 's skewers the world of contemporary art in a way that's insightful and funny without becoming a broad parody.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:16:00 GMT";
arnews[1] += "
";
arnews[2]="Movie review capsules
";
arnews[2] += "The Box In the new movie from Richard Kelly , James Marsden and Cameron Diaz, looking like a Pan-Am flight attendant, play a nice Virginia couple who receive a box that, should they press its red button, will make them rich but cost the life of one stranger.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:39:55 GMT";
arnews[2] += "
";
arnews[3]="(Untitled)'
";
arnews[3] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:03:23 GMT";
arnews[3] += "
";
arnews[4]="Movie review: "(Untitled)" satirizes the modern art world
";
arnews[4] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:23:48 GMT";
arnews[4] += "
";
arnews[5]="Music Review: Norah Jones ditches band, piano
";
arnews[5] += "Norah Jones, \"The Fall\" Norah Jones ditches her old band, and most of her trademark piano playing, for her latest release \"The Fall.\" Jones sounds more confident and stretches her songwriting muscle on her fourth solo record and the second in a row where she wrote or co-wrote all of the songs.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 22:39:00 GMT";
arnews[5] += "
";
arnews[6]="Movie review:
";
arnews[6] += "\"When did beauty become so f---in' ugly?\" It's a key question in Jonathan Parker's acerbic little comedy \" ,\" which takes aim at contemporary art: its creators, vendors and consumers.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 18:45:15 GMT";
arnews[6] += "
";
arnews[7]="Adam Goldberg goes avant garde
";
arnews[7] += "The title of Adam Goldberg's new movie is intriguing: really doesn't have one. ``When I saw that on the script, it got my attention,'' said the actor from his L.A. home.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 09:00:00 GMT";
arnews[7] += "
";
arnews[8]="tpl-movuntitled.JPG
";
arnews[8] += "If you've ever looked at a painting, photograph or installation and wondered why it was art, you're not alone.";
arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 22:33:53 GMT";
arnews[8] += "
";
totcount = 9;
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("