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(169314, '4th annual Team Camaro NJ pre-Super Bowl meet up!', 'BonzoHansen', 'Nov 20th, 09', '09:14 PM'); threads[1] = new thread(169313, 'Shift Cable Slop', 'JHunter', 'Nov 20th, 09', '08:41 PM'); threads[2] = new thread(169312, 'Big block Identification', 'urbs big block camaro', 'Nov 20th, 09', '08:36 PM'); threads[3] = new thread(169311, '1969 z28', 'msicks', 'Nov 20th, 09', '08:30 PM'); threads[4] = new thread(169310, 'Manual Convertible Top Hold Down Latch Installation?', 'Aussie', 'Nov 20th, 09', '08:28 PM'); threads[5] = new thread(169309, 'GoodGuys tomorrow morning', '67for/me', 'Nov 20th, 09', '08:10 PM'); threads[6] = new thread(169308, 'Steering Column Piece (column shifter plate)', 'camarox302', 'Nov 20th, 09', '07:45 PM'); threads[7] = new thread(169307, 'Engine Code Decipher', 'glassdew2001', 'Nov 20th, 09', '07:17 PM'); threads[8] = new thread(169306, 'DSE hood hinges', 'HOTROD69CAMARO', 'Nov 20th, 09', '06:50 PM'); threads[9] = new thread(169305, 'Oprah ends her show', 'okiemark', 'Nov 20th, 09', '06:34 PM'); threads[10] = new thread(169304, 'Attaching brake spring', 'Paul Hogan', 'Nov 20th, 09', '06:29 PM'); threads[11] = new thread(169303, 'What carb spacer do I need?', 'Alberta69SS', 'Nov 20th, 09', '06:26 PM'); threads[12] = new thread(169302, 'So, timing my 327...', 'brownnote', 'Nov 20th, 09', '06:04 PM'); threads[13] = new thread(169301, '67 RS/SS Grill removal issue', 'Journey', 'Nov 20th, 09', '05:59 PM'); threads[14] = new thread(169300, 'what brand suspension parts did GM use?', 'z28rich', 'Nov 20th, 09', '05:48 PM');