
EEO Policy
Stations KTTN, KTTN F-M, and KGOZ F-M are Equal Opportunity Employers
and are committed to providing outreach regarding job vacancies at our radio stations.
When there is a vacancy, our recruitment efforts include announcements on KTTN/KGOZ,
placements in local newspapers, and posting at the North Central Missouri College,
broadcast schools, the Division of Employment Security, and broadcast associations,
including Missouri Broadcasters.
We seek the help of local organizations
in referring qualified applicants to our stations. Organizations that wish to receive our
job opening information should contact John Anthony as General Manager at 660 359 2261 or send John an email. |
| Job Opening Information <%
dim strFileName
strFileName = server.mappath("jobs.txt")
Const ForReading = 1, ForWriting = 2, ForAppending = 8
set fso = server.CreateObject("Scripting.FileSystemObject")
set file = fso.GetFile(strFileName)
set ts = file.OpenAsTextStream(ForReading, -2)
Do While not ts.AtEndOfStream
myText = ts.ReadLine & vbCrLf
response.write( myText & " ")
Loop
set file = nothing
set fso = nothing
%> |