<%@language="vbscript"%> <%getJobs()%> Walton

Welcome to The Heart of Walton

Welcome to jobs at The Heart

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

<%if rsJobs.eof then%>

There are no jobs at present.

<%end if%> <%do while not rsJobs.eof%>

<%=replace(rsJobs("headline"),"''","'")%>

<%=rsJobs("thedate")%>

<%=replace(rsJobs("story"),"''","'")%>
"><%=trim(rsJobs("url"))%> <%=rsJobs("tel")%>

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

<%rsjobs.movenext loop%>