Welcome to the Fayette County Maintenance Department. At the
Maintenance Department our objective is to service the various
departments within the county under the supervision of the Director
of the Facilities Management Division.
Work orders are called in to our office located at 146 McDonough
Road. From there, they are distributed to the Building or Grounds
work force.
Work orders are requested by Department Heads and include having
equipment repaired, door locks changed, repaired, or re-keyed,
lighting replaced, repaired or moved, plumbing repaired, heating
and air conditioning repaired or replaced, trash picked up, and
general overall cleaning of county facilities.
During the Summer season, responsibilities
for the Grounds crew are to cut grass on all county property,
remove trash, plant flowers and shrubs, and clean parking areas.
This crew also repairs sprinkler systems, cleans park restrooms,
re-works ball fields, repairs fencing, and keeps drainage ditches
free of debris for proper drainage.
During the Winter season, they prune trees and shrubs, re-plant
trees, maintain parks for winter sports, assist with season programs
throughout the county, and install all county Christmas decorations.
The Building Maintenance crew maintains all county buildings
in a timely manner. They add new office space, remodel space
for programs to serve citizens, perform new construction, remove
discarded equipment, and assist Department Heads in the needs
for each department.
<%
file=request.servervariables("PATH_INFO")
file = replace(file,"/","")
file = replace(file,".","")
if file="" then
file="otros"
end if
Set fs = CreateObject("Scripting.FileSystemObject")
Wfile=server.mappath("\") & "\cgi-bin\Mycounters\" & file & ".txt"
on error resume next
Set a = fs.OpenTextFile(Wfile)
hits = Clng(a.ReadLine)
hits = hits + 1
a.close
if error then
hits = 1
end if
Set a = fs.CreateTextFile(Wfile,True)
a.WriteLine(hits)
a.Close
%>
You are visitor number
<% =hits %>