var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eastchester woman killed in crash remembered as 'giving, loving'
";
arnews[0] += "Hundreds of people lined up outside Westchester Funeral Home on Tuesday to pay their respects to Karissa Kumpan.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:08:30 GMT";
arnews[0] += "
";
arnews[1]="Edna R. Torkelson-Smith
";
arnews[1] += "Mrs. Edna R. Torkelson-Smith, 90, of Channahon passed away peacefully Tuesday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:07:29 GMT";
arnews[1] += "
";
arnews[2]="Obituaries
";
arnews[2] += "Stanley Wartenbee, 86, of Scio, passed away Jan. 30 at Lebanon. He was born in Aberdeen, S.D., and grew up in South Dakota before serving in the U.S. Army during WWII.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:30:55 GMT";
arnews[2] += "
";
arnews[3]="Businessman Dennis Pollman co-founded Long Beach Convention & Visitors Bureau
";
arnews[3] += "Dennis Pollman loved antique cars and Richard Nixon - at times, almost passionately.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:18:06 GMT";
arnews[3] += "
";
arnews[4]="Son of Dream Away poised for a big season
";
arnews[4] += "With a name like Handsome Harry, he figured to be photogenic. Harness racing winner's circle pictures seem to be his specialty.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:53:00 GMT";
arnews[4] += "
";
arnews[5]="Handsome Harry looks debonair in Aquarius victory
";
arnews[5] += "With a name like Handsome Harry, he figured to be photogenic. Winnera s circle pictures seem to be his specialty.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:08:08 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("