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(13365, 'West Hempfield Township Dwelling', 'firefighter7_6', '11-20-2009', '04:14 AM'); threads[1] = new thread(13363, 'Traffic 7-4', 'GermanFF', '11-19-2009', '06:01 AM'); threads[2] = new thread(13362, 'Chain Saw Wanted', 'weaveman38', '11-18-2009', '11:53 PM'); threads[3] = new thread(13361, 'Oxford Orders Pierce Rescue-Engine', 'BA000049', '11-18-2009', '06:17 PM'); threads[4] = new thread(13360, 'Manheim Orders Rescue-Engine', 'BA000049', '11-18-2009', '02:32 PM'); threads[5] = new thread(13359, 'Cool ladder raise', 'Troy Neville', '11-18-2009', '12:12 AM'); threads[6] = new thread(13358, 'Responding to Emergency Incidents..', 'dkstoltzfus', '11-17-2009', '07:26 PM'); threads[7] = new thread(13357, 'West Earl All You Can Eat Breakfast 11-21-09', 'CAPT.313-3', '11-17-2009', '01:58 AM'); threads[8] = new thread(13356, 'Job Opportunity', 'billboard', '11-16-2009', '11:44 PM'); threads[9] = new thread(13354, 'Rescue Task Force', 'frackman', '11-14-2009', '07:49 PM'); threads[10] = new thread(13353, 'minitor 4 programming', 'firefighter 710-20', '11-14-2009', '06:02 PM'); threads[11] = new thread(13352, 'Christmas Cards for Heroes', 'gleaman2', '11-14-2009', '03:10 PM'); threads[12] = new thread(13351, 'EMS gear Wanted.', 'QRS218_cheif', '11-14-2009', '12:18 PM'); threads[13] = new thread(13350, 'Help a worthy cause', 'Nospeed12', '11-14-2009', '12:02 AM'); threads[14] = new thread(13349, 'What Do You Think?!?!', 'frackman', '11-13-2009', '08:06 PM');