var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Keitel in Niagara movie shoot
";
arnews[0] += "Veteran actor Harvey Keitel is the latest big name to join the cast of A Beginnera s Guide to Endings, a movie being filmed in Niagara Falls.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 06:52:39 GMT";
arnews[0] += "
";
arnews[1]="Paulo Costanzo Signs on for A Beginner's Guide to Endings
";
arnews[1] += "Paulo Costanzo has joined the cast of A Beginner's Guide to Endings alongside Scott Caan, JK Simmons, and Tricia Helfer.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 00:23:06 GMT";
arnews[1] += "
";
arnews[2]="Extras sought for film being shot in the Falls
";
arnews[2] += "A feature film is coming to Niagara Falls and area residents will have a chance to see themselves on the silver screen.";
arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 19:48:10 GMT";
arnews[2] += "
";
arnews[3]="Today in History - Monday, Sept. 21, 2009
";
arnews[3] += "Today's Highlight in History: On Sept. 21, 1897, responding to a letter from 8-year-old Virginia O'Hanlon, the New York Sun ran its famous editorial by Francis P. Church that declared, ''Yes, Virginia, there is a Santa Claus.";
arnews[3] += "
Publ.Date : Mon, 21 Sep 2009 15:52:23 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Monday, Sept. 21, the 264th day of 2009. There are 101 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 21 Sep 2009 15:03:00 GMT";
arnews[4] += "
";
arnews[5]=".com's Daybreak: Sept. 21, 2009
";
arnews[5] += "Hello, Santa Clarita Valley! Welcome to The-Signal.com's Daybreak, your point of entry for the day, and a quick journey through the past, present and future.";
arnews[5] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Today in History
";
arnews[6] += "Published: Monday, September 21, 2009 at 4:01 a.m. Last Modified: Monday, September 21, 2009 at 12:00 a.m. Today is Monday, Sept.";
arnews[6] += "
Publ.Date : Mon, 21 Sep 2009 08:19:44 GMT";
arnews[6] += "
";
arnews[7]="Off to see the wizard...
";
arnews[7] += "Take a magical journey down the yellow brick road for one night to see Dorothy , Toto and the Scarecrow , Tin Man and Cowardly Lion in movie theaters for the first time in high definition.";
arnews[7] += "
Publ.Date : Mon, 21 Sep 2009 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("