function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(15); threads[0] = new thread(726, 'HOT JOB Waste and Street Scene Manager - Contract', 'admin', '09-09-10', '12:28 PM'); threads[1] = new thread(725, 'HOT JOB Experienced Ecologist', 'admin', '09-09-10', '12:28 PM'); threads[2] = new thread(724, 'HOT JOB BPO Sustainability Services Director', 'admin', '09-09-10', '12:28 PM'); threads[3] = new thread(723, 'HOT JOB Energy Manager', 'admin', '09-09-10', '12:28 PM'); threads[4] = new thread(722, 'HOT JOB Senior EIA Project Manager', 'admin', '08-09-10', '09:49 AM'); threads[5] = new thread(721, 'HOT JOB Director - Consultancy', 'admin', '08-09-10', '09:49 AM'); threads[6] = new thread(720, 'HOT JOB Health and Safety Manager', 'admin', '06-09-10', '10:27 PM'); threads[7] = new thread(719, 'HOT JOB Bid Manager', 'admin', '06-09-10', '10:27 PM'); threads[8] = new thread(718, 'HOT JOB Senior Manager - Sustainability', 'admin', '06-09-10', '10:27 PM'); threads[9] = new thread(717, 'HOT JOB Waste and Street Scene Manager - Contract', 'admin', '06-09-10', '10:27 PM'); threads[10] = new thread(716, 'HOT JOB Business Development Manager - Fashion / Textiles Supply Chain – 6 month Fixe', 'admin', '03-09-10', '05:32 PM'); threads[11] = new thread(715, 'HOT JOB Wind Farm - Logger and Sensor Support Engineer', 'admin', '03-09-10', '05:32 PM'); threads[12] = new thread(714, 'HOT JOB System Design Engineer – Commercial Solar', 'admin', '03-09-10', '05:32 PM'); threads[13] = new thread(713, 'HOT JOB Site Operations Manager – Scrap Metal', 'admin', '02-09-10', '09:06 AM'); threads[14] = new thread(712, 'HOT JOB Graduate Landscape Architect', 'admin', '02-09-10', '09:06 AM');