var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stone Zoo stays afloat with restored funding - Abington Mariner
";
arnews[0] += "After months of back-and-forth vetoing and overriding between Gov. Deval Patrick and legislators, Zoo New England (ZNE) is finally seeing a fiscal 2010 budget figure that will allow its two zoos — Franklin Park and Stone — to function. The $5 ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:16:00 GMT";
arnews[0] += "
";
arnews[1]="Are you a sucker for maple and bacon lollipops? - Toronto Star
";
arnews[1] += "Want to wake up that staid Canadian candy-craver on your list with something quirky, but still have him or her saying, \"This is tasty, eh?\" Try a maple-and-bacon lollipop – only if you added beer could it taste more Canadian – from the online ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:03:00 GMT";
arnews[1] += "
";
arnews[2]="BREAKING NEWS: Stone Zoo granted enough funding to stay afloat - Abington Mariner
";
arnews[2] += "In addition, Senator Jack Hart and state representatives Liz Malia and Jason Lewis, who are also members of the collaborative task force will, with the support of the Patrick-Murray Administration, file legislation to allow for the expansion and ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 03:35:00 GMT";
arnews[2] += "
";
arnews[3]="Sex and the City Examiner's Articles - Examiner
";
arnews[3] += "The last few weeks have offered a plethora of Sex and the City 2 movie rumors, interesting pictures and eye-popping fashion moments. Are SATC fans... The New York bon vivants have packed up the designer trunks and have jet set to glamorous Morocco ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 16:44:00 GMT";
arnews[3] += "
";
arnews[4]="State swim meet begins in Sulphur - Baton Rouge Advocate
";
arnews[4] += "When he met with his team on Tuesday, University High swim coach Jason Lewis reminded everyone about packing clothes and equipment. Lewis also told the Cubs they need to smile at today’s State Farm/Louisiana High School Athletic Association State ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[4] += "
";
arnews[5]="U-High girls win fourth straight state swimming title - Baton Rouge Advocate
";
arnews[5] += "... meet continues today with preliminary competition for Division II-Class 4A at 9:30 a.m. and Division I-Class 5A at 3:30 p.m. “Our girls are outstanding,” University coach Jason Lewis said, lauding the Cubs’ team effort. “They put ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:43: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("