
%@language="vbscript"%>
<%getJobs()%>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
<%if rsJobs.eof then%>There are no jobs at present.
<%end if%> <%do while not rsJobs.eof%><%=replace(rsJobs("story"),"''","'")%>
"><%=trim(rsJobs("url"))%> <%=rsJobs("tel")%>
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
<%rsjobs.movenext loop%>