<%@page contentType="text/html"%> <%@page import="newview.recycle.*"%> <%@page import="letsrecycle.*"%> <%@page import="java.util.*"%> <%@page import="java.lang.StringBuffer"%> <%! JobHandler handler = new JobHandler(); int[] IDs; int count; final String finder = handler.getMyTrue(); final String tracker = handler.getMyFalse(); final boolean featureJob = true; final boolean nonFeatureJob = false; %> letsrecycle.com - News and information for the Recycling and Waste Management Community
Jobfinder
Jobfinder
<%@include file="../includes/navigation/recruitment.htm" %>
Recruitment advertising on the letsrecycle.com JobFinder starts at just £400 + VAT per month. With over 42,000 viewers per month, can your company afford not to be seen on the JobFinder? For more details, or to add your details to the jobfinder mailout, please contact Gareth Jones on 0207 633 4505 or email - Gareth.j@letsrecycle.com
<% IDs = handler.getIDs(finder, featureJob); if(IDs != null){ for(count = 0; count < IDs.length; count++){ out.print(handler.newRecordTbl(IDs[count], finder, featureJob)+"
"); } }%> <% IDs = handler.getIDs(finder, nonFeatureJob); if(IDs != null){ for(count = 0; count < IDs.length; count++){ out.print(handler.newRecordTbl(IDs[count], finder, nonFeatureJob)+"
"); } }%>