var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Memorials: Homestead Hospice
";
arnews[0] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 GMT";
arnews[0] += "
";
arnews[1]="Warhawks wrestlers finish second at conference tourney
";
arnews[1] += "Germantown a ' Championships from Cody Szohr at 119 and Jesse Thielke at 125 weren't quite enough to help hoist the Germantown wrestling team over perpetual North Shore Conference champ Port Washington, as the Warhawks had to settle for a satisfying second place finish.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:07:09 GMT";
arnews[1] += "
";
arnews[2]="Lauren Graham in 'Parenthood,' More Than Lorelai Gilmore 2.0?
";
arnews[2] += "Maybe it's just me, but in every promotion for NBC's upcoming family dramedy 'Parenthood,' the images of Lauren Graham has a 'Gilmore Girls' vibe.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:04:00 GMT";
arnews[2] += "
";
arnews[3]="Ron Howard Interview NBC's PARENTHOOD
";
arnews[3] += "Parenthood started out as a successful film from Academy Award-winners Ron Howard and Brian Grazer in 1989, went on to be a sitcom featuring Leonardo DiCaprio in 1990 and is now returning as a one-hour drama, premiering on NBC on March 2nd.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:35:06 GMT";
arnews[3] += "
";
arnews[4]="Space TALKTwo Brooklyn Agents Honored at Massey Knakal Award Ceremony
";
arnews[4] += "Massey Knakal Realty Services honored two Brooklyn brokers at its annual award ceremony on Jan.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:53:31 GMT";
arnews[4] += "
";
arnews[5]="Canton makes quick work of 'Cats
";
arnews[5] += "Friday night was the second varsity basketball twinbill of the season featuring Canton and Plymouth.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 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("