var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Youngsters go green
";
arnews[0] += "To read this article in full you must have registered and have a Premium Content Subscription with the Lynn News Friday site.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Alliance honors its fall athletes
";
arnews[1] += "Photo By Kevin Graff/The ReviewSome of the top honorees at Wednesday nighta s Alliance High School Fall Sports Banquet are pictured.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:12:58 GMT";
arnews[1] += "
";
arnews[2]="Zoe W. Fabio
";
arnews[2] += "Zoe W. Fabio, 84, of New Bedford, died Monday, November 16, 2009, at St. Luke's Hospital.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:55:44 GMT";
arnews[2] += "
";
arnews[3]="When florist Sue met our World Cup winners
";
arnews[3] += "A SCARBOROUGH florist who decorated the dinner table of the 1966 World Cup winning football team is celebrating 50 years in the industry.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Insight:
";
arnews[4] += "Smart path to economic recovery - invest in skills Angela Glover Blackwell, Art Pulaski,Jack Stewart The authors, members of the California EDGE Campaign, collaborated on a report, \"California's Forgotten Middle-Skill Jobs.\" To read the report, go to links.sfgate.com/... Charities get creative in unusually hard times Anne Wilson,Lorne Needle Making ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Stuyvesant shakes jitters, reaches PSAL quarters
";
arnews[5] += "The Stuyvesant Vixens weren't about to let nerves get the best of them in the PSAL volleyball playoffs.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 00:11:17 GMT";
arnews[5] += "
";
arnews[6]="Police Roundup
";
arnews[6] += "Police and fire officials in Brattleboro responded to Technology Drive for a reported explosion on Nov.";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 14:49:42 GMT";
arnews[6] += "
";
arnews[7]="This week's top golf events
";
arnews[7] += "All Times EST PGA TOUR AUSTRALASIA/PGA EUROPEAN TOUR Australian Masters Site: Melbourne, Australia.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Golf capsules
";
arnews[8] += "Course: Kingston Heath Golf Club . Purse: $1.39 million. Winner's share: $250,580. Television: Golf Channel .";
arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 03:25:07 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("