var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Looking ahead: Group formulates ideas for improving community
";
arnews[0] += "Helping young children meet key developmental benchmarks before they enter kindergarten.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:27:08 GMT";
arnews[0] += "
";
arnews[1]="Too weak to fight back: PBC's youngest swine flu victim
";
arnews[1] += "Jocelyne Davis' tiny 3-year-old body fell to swine flu days after she was diagnosed.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:54:03 GMT";
arnews[1] += "
";
arnews[2]="Bruton, McCardell wed
";
arnews[2] += "Mr. and Mrs. John Malcolm McCardell, III were married November 21, 2009, at six o'clock in the evening.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:07:54 GMT";
arnews[2] += "
";
arnews[3]="UFC 106 live coverage from ringside! Tito Ortiz vs. Forrest Griffin
";
arnews[3] += "For the first time in 18 months, Ultimate Fighting Championship legend Tito Ortiz will experience a Saturday night under the bright lights in the Octagon.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:35:45 GMT";
arnews[3] += "
";
arnews[4]="http://a123.g.akamai.net/f/123/12465/1d/www.thestarphoenix.com/ortiz-griffin-460.jpg
";
arnews[4] += "For the first time in 18 months, Ultimate Fighting Championship legend Tito Ortiz will experience a Saturday night under the bright lights in the Octagon.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:55:34 GMT";
arnews[4] += "
";
arnews[5]="Silly Market might pull out of Main Street
";
arnews[5] += "The Park Silly Sunday Market drew close to 90,000 people in 2009, but its future on Main Street is in jeopardy.";
arnews[5] += "
Publ.Date : Fri, 20 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("