var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Business Leaders Explore Work-Life Options
";
arnews[0] += "I'm confused. The most high profile boss of our lifetime, Jack Welch, is sending mixed messages about work-life balance.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:58:50 GMT";
arnews[0] += "
";
arnews[1]="Aid for struggling dairy farms is slow to arrive
";
arnews[1] += "As Vermont dairy farmers continue to struggle through one of the worst pricing slumps in modern history, Washington is slowly moving ahead with its efforts to address the crisis.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT";
arnews[1] += "
";
arnews[2]="Champion cheerleaders fighting for trip to nationals
";
arnews[2] += "All three Methuen Pop Warner cheerleading teams won the Eastern Massachusetts Cheerleading Competition on Halloween at the Tsongas Arena in Lowell, and now they're gearing up for a regional competition at the DCU Center in Worcester tomorrow.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 09:27:53 GMT";
arnews[2] += "
";
arnews[3]="Wisconsin logs another record employment loss
";
arnews[3] += "Mayor stands by police chief Nov. 19, 2009 3:08 p.m. Mayor Tom Barrett is standing by Police Chief Edward Flynn despite new allegations that Flynn has continued his extramarital affair with local journalist Jessica McBride as recently as September.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Back In The Good Old Days
";
arnews[4] += "W.E. Roller was elected president of the Philathea Class of the Baptist Church in Monett at the home of Mrs.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:56:32 GMT";
arnews[4] += "
";
arnews[5]="New Leaf classes can help ease you through the holidays
";
arnews[5] += "New Leaf Market knows holidays are a busy and stressful time. We have designed our seminars to make meal planning easier, holidays more relaxing and gift-giving a breeze.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 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("