var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="(Untitled)'
";
arnews[0] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:03:23 GMT";
arnews[0] += "
";
arnews[1]="Movie review: "(Untitled)" satirizes the modern art world
";
arnews[1] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:23:48 GMT";
arnews[1] += "
";
arnews[2]="(Untitled)'
";
arnews[2] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:18:00 GMT";
arnews[2] += "
";
arnews[3]="Snow and carols by candlelight: Getting ready for Saturday's big Christmas Lights switch-on
";
arnews[3] += "SNOW, a candlelit procession and Christmas carols will herald the annual switch-on of Todmorden's unique Christmas lights.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="NORM: Biden finds rank has its privileges
";
arnews[4] += "Sometimes you make exceptions at a members-only golf club. Especially if someone from the office of Vice President Joe Biden is on the telephone, calling back a second time with a more pointed request.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:17:36 GMT";
arnews[4] += "
";
arnews[5]="'(Untitled)' too repetitive
";
arnews[5] += "The new comedy has the punctuation and the thinness of a gallery wall label. It wanders the exhibition spaces, lofts and performance venues of Chelsea and other parts of Manhattan, eavesdropping on the narcissistic mutterings - funny, some of them, now and then - of a group of artists and bohemians and poseurs going up, or down, or sideways.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 01:00:20 GMT";
arnews[5] += "
";
arnews[6]="(Untitled)'
";
arnews[6] += "The new comedy \" \" has the punctuation and the thinness of a gallery wall label.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 11:40:38 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("