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(14); threads[0] = new thread(2325, 'Labour Day Sale - Free Shipping!!!', 'Piranha Dive mfg', '09-02-2010', '05:06 PM'); threads[1] = new thread(2324, 'Hot off the press...', 'willi204', '08-31-2010', '01:54 PM'); threads[2] = new thread(2323, 'UTT - Unified Team Turtle-ing', 'Loanwolf', '08-28-2010', '09:00 AM'); threads[3] = new thread(2322, 'New arrivals at Piranha Dive MFG', 'Piranha Dive mfg', '08-27-2010', '02:10 PM'); threads[4] = new thread(2321, 'Farallon great white cage trip', 'Ocean Explorers', '08-23-2010', '11:08 AM'); threads[5] = new thread(2320, 'Yukon Deck Plans', 'Rainer', '08-20-2010', '10:32 PM'); threads[6] = new thread(2319, 'Piranha’s Hoses & Fittings Sale!!!!', 'Piranha Dive mfg', '08-19-2010', '05:07 PM'); threads[7] = new thread(2318, 'hello', 'Danny Graham', '08-17-2010', '10:18 AM'); threads[8] = new thread(2317, 'Helldiver in Otay lakes', 'Celt5494', '08-17-2010', '07:06 AM'); threads[9] = new thread(2316, 'So just how many classes can RB diving be sliced and diced into...', 'willi204', '08-13-2010', '05:00 PM'); threads[10] = new thread(2315, 'San Diego CA Wreck Diving Sept 11 & 12', 'JS1scuba', '08-13-2010', '01:37 PM'); threads[11] = new thread(2314, 'Saddle up bitches', 'Tyler S.', '08-13-2010', '01:20 PM'); threads[12] = new thread(2313, 'Hot Deals at Piranha\'s!!!!', 'Piranha Dive mfg', '08-12-2010', '07:45 PM'); threads[13] = new thread(2312, 'Dui Cf200 $600 Obo', 'Not2Deep', '08-10-2010', '09:14 AM');