var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dominican University presents discussion and screening of It's a Wonderful Life
";
arnews[0] += "Dominican University's Siena Center will present the classic Christmas film It's a Wonderful Life and explore the film's meaning and spiritual significance with Patrick McCormick, culture and religion columnist for U.S. Catholic magazine.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:52:04 GMT";
arnews[0] += "
";
arnews[1]="NCIS gets real U.S. Secretary of the Navy for a cameo
";
arnews[1] += "The United States Secretary of the Navy will make a guest appearance on an upcoming episode of NCIS , TVGuide.com has learned exclusively.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 22:39:55 GMT";
arnews[1] += "
";
arnews[2]="John Coleman
";
arnews[2] += "John Coleman, poet and film critic: born London 29 May 1927; twice married ; died London 3 March 2001.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 08:18:03 GMT";
arnews[2] += "
";
arnews[3]="Exclusive: NCIS gets Navy Secretary for cameo
";
arnews[3] += "The United States Secretary of the Navy will make a guest appearance on an upcoming episode of NCIS , TVGuide.com has learned exclusively.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 21:07:21 GMT";
arnews[3] += "
";
arnews[4]="Exclusive: NCIS Gets Real U.S. Secretary of the Navy for a Cameo
";
arnews[4] += "The United States Secretary of the Navy will make a guest appearance on an upcoming episode of NCIS , TVGuide.com has learned exclusively.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 17:16:21 GMT";
arnews[4] += "
";
arnews[5]="Obituary: David Manners
";
arnews[5] += "DAPPER AND handsome, David Manners was a serviceable leading man whose screen career was confined entirely to the Thirties, during which he was in great demand.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 00:29:34 GMT";
arnews[5] += "
";
arnews[6]="The Worst Movies of the Alphabet: From K-S
";
arnews[6] += "The Big Screen Bulletin 11.02.09: The Worst Movies of the Alphabet Posted by Chad Webb on 11.02.2009 The second part of \"The Worst Movies of the Alphabet\" is here.";
arnews[6] += "
Publ.Date : Mon, 02 Nov 2009 05:18:02 GMT";
arnews[6] += "
";
arnews[7]="...And Then There Was World Cinema
";
arnews[7] += "World Cinema is the latest buzz in town, a term which guarantees instant awe when dropped in conversations.";
arnews[7] += "
Publ.Date : Wed, 16 Sep 2009 10:41:08 GMT";
arnews[7] += "
";
arnews[8]="Regional arts and entertainment events
";
arnews[8] += "Art populi When putting together their collection, Barbara and Lee Maimon concentrated on the social realist and naturalist American Scene paintings of the early 20th century - works that rejected abstract modernism to focus on depictions of agrarian and urban settings.";
arnews[8] += "
Publ.Date : Sun, 16 Aug 2009 06:01:00 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("