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(20); threads[0] = new thread(67068, 'Walkway', 'MM1921', 'July 30th, 2010', '12:06 AM'); threads[1] = new thread(67053, 'Stop Teasing Already', 'Disorderly_Conduct', 'July 29th, 2010', '08:04 PM'); threads[2] = new thread(67017, 'Diver Missing Off Palm Coast Shores', 'Tricie', 'July 29th, 2010', '05:31 PM'); threads[3] = new thread(16595, 'Flagler Area Weather Forecast by BP', 'BPWX', 'July 29th, 2010', '05:14 PM'); threads[4] = new thread(67035, 'Winn Dixie to announce the closure of 30 Stores', 'Artycraft', 'July 29th, 2010', '02:23 PM'); threads[5] = new thread(66997, 'Why is this guy still getting out?', 'Jane Doe', 'July 29th, 2010', '09:46 AM'); threads[6] = new thread(63479, 'Flagler weather brief', 'BPWX', 'July 29th, 2010', '06:32 AM'); threads[7] = new thread(67004, 'New SOE Website', 'Marykins', 'July 29th, 2010', '04:01 AM'); threads[8] = new thread(67028, 'Candidate Forum opinions', 'pc_tim', 'July 28th, 2010', '08:11 PM'); threads[9] = new thread(67024, '2010 Elections - Let\'s Get Ready', 'KMedley', 'July 28th, 2010', '06:22 PM'); threads[10] = new thread(67023, 'Flagler Couple Charged In Burglary', 'Cancun1982', 'July 28th, 2010', '05:09 PM'); threads[11] = new thread(66993, 'Amber Alert July 27th, 2010 02:10 AM Endangered Runaway: MYLIKTIANA WEST (FL)', 'Newsroom', 'July 28th, 2010', '03:03 AM'); threads[12] = new thread(63410, 'Flagler School Board Candidates', 'computacat', 'July 27th, 2010', '10:37 PM'); threads[13] = new thread(66967, 'Anyone able to confirm this???', 'nancyp', 'July 27th, 2010', '07:33 PM'); threads[14] = new thread(66952, 'SOE Website Down??', 'computacat', 'July 27th, 2010', '04:59 PM'); threads[15] = new thread(66694, 'Police Activity R section', 'truthtraveler', 'July 27th, 2010', '02:08 PM'); threads[16] = new thread(66971, 'Student charged with impersonating law enforcement officer', 'lesliep', 'July 27th, 2010', '09:23 AM'); threads[17] = new thread(65085, 'Do you vote every time the opportunity presents itself?', 'No1Jap', 'July 27th, 2010', '07:49 AM'); threads[18] = new thread(66258, 'New Animal Control Ordinance in Palm Coast', 'Bahston girl', 'July 26th, 2010', '08:09 PM'); threads[19] = new thread(66333, 'My welcome to PC “E” section', 'FinallyFloridian', 'July 26th, 2010', '06:28 PM');