var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooksville City Council bucks county's cut in construction impact fees
";
arnews[0] += "The City Council voted 3-0 Monday to opt out of Hernando County's plans to roll back impact fees to 2001 levels.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 10:24:31 GMT";
arnews[0] += "
";
arnews[1]="Boy Scouts launch new year of fun
";
arnews[1] += "Another year of scouting started for Pack 3742. After 13 years of scouting, Sue Roberts, Webelos II leader, will be retiring after her den crosses over into Boy Scouts in February at the Blue and Gold Banquet.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:00:00 GMT";
arnews[1] += "
";
arnews[2]="Welcome home 2/8
";
arnews[2] += "Braving chilly weather, a crowd of nearly 400 gathered aboard Camp Lejeune Tuesday to welcome home a company from what has been dubbed \"America's Battalion.\" About 150 Marines in the Echo company of the 2nd Battalion, 8th Marine Regiment, returned to Camp Lejeune from Afghanistan's Helmand Province around 6:30 p.m., completing what had been an ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 02:32:17 GMT";
arnews[2] += "
";
arnews[3]="Darlene Cannon
";
arnews[3] += "Toquerville - Darlene Adams Cannon passed away peacefully at her home on November 14, 2009.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="El Cerrito earns share of ACCAL football crown
";
arnews[4] += "Byron Thomas and Isaac Goins combined on three long touchdown passes in the first half to propel host El Cerrito High's football team to a 30-12 Alameda Contra Costa Athletic League win over Hercules.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 07:10:27 GMT";
arnews[4] += "
";
arnews[5]="Vote coming on new SA constitution
";
arnews[5] += "A task force of Student Association members has been seeking student input and suggestions on a draft of a new constitution, but only one student not affiliated with the SA attended a town hall meeting held Wednesday night.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 19:22:41 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("