var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CTV Programming Highlights, November 15 - 30
";
arnews[0] += "CTV keeps November pumping with the season finales of AMERICA'S NEXT TOP MODEL and DANCING WITH THE STARS, the 100th episode of CRIMINAL MINDS and the television premiere of Shrek the Third.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 07:51:25 GMT";
arnews[0] += "
";
arnews[1]="Cloris Leachman and Eli Wallach star in Joshua Marston's segment.
";
arnews[1] += "\"New York, I Love You,\" the second in an intended series of omnibus films called \"Cities of Love,\" is a collection of 11 shorts and one wrap-around segment, each directed by a different filmmaker in two days.";
arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 09:06:20 GMT";
arnews[1] += "
";
arnews[2]="New York is more banal than bewitching in omnibus film
";
arnews[2] += "'New York, I Love You,' the second in an intended series of omnibus films called 'Cities of Love,' is a collection of 11 shorts and one wrap-around segment, each directed by a different filmmaker in two days.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="I had a great time reading around your post as I r...
";
arnews[3] += "By Michael Phillips The simplest thing you can say about the movies is that they take you places, geographically, emotionally, hypnotically, and the ongoing \"Cities We Love\" project that began three years ago with Paris, je t'aime continues its global exploration with New York, I Love You .";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="New York, I Love You
";
arnews[4] += "The simplest thing you can say about the movies is that they take you places, geographically, emotionally, hypnotically, and the ongoing \"Cities We Love\" project that began three years ago with \"Paris, je t'aime\" continues its global exploration with \"New York, I Love You.\" Eleven directors and no fewer than 16 screenwriters contributed to the ...";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 12:06:03 GMT";
arnews[4] += "
";
arnews[5]="A snapshot, somewhat blurry, of 'New York'
";
arnews[5] += "By Michael Phillips The simplest thing you can say about the movies is that they take you places, geographically, emotionally, hypnotically, and the ongoing \"Cities We Love\" project that began three years ago with Paris, je t'aime continues its global exploration with New York, I Love You .";
arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 00:49:53 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("