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(21603, 'Ancho Chilis', 'mrs767er', '09-06-2010', '11:42 AM'); threads[1] = new thread(21602, 'Happy Birthday UKcats06', 'Kristie', '09-05-2010', '12:08 AM'); threads[2] = new thread(21601, 'Fat Boy', 'Pam', '09-03-2010', '10:59 PM'); threads[3] = new thread(21600, 'Britax Frontier 85- $168!!! Regular price is $280', 'rgphib', '09-03-2010', '10:05 PM'); threads[4] = new thread(21599, 'Fed Ex 747 Crash Dubai', 'SaraPDX', '09-03-2010', '02:14 PM'); threads[5] = new thread(21598, 'Itchy mosquito bites', 'katbuad', '09-02-2010', '02:05 PM'); threads[6] = new thread(21597, 'Commuting..website?', 'Hokuspocus', '09-01-2010', '10:51 PM'); threads[7] = new thread(21596, 'Red Bull Flugtag', 'roz', '09-01-2010', '09:50 PM'); threads[8] = new thread(21595, 'a visit home!', 'SummerlandGirl', '09-01-2010', '06:34 PM'); threads[9] = new thread(21594, 'Sad day for Comair', 'roz', '09-01-2010', '02:03 PM'); threads[10] = new thread(21593, 'Progesterone Only Pill', 'Roxswood', '09-01-2010', '11:52 AM'); threads[11] = new thread(21592, 'non-revving + hurricane', 'spotty4', '09-01-2010', '09:19 AM'); threads[12] = new thread(21591, 'Coughing baby', 'Falconvalley\'s Wife', '08-31-2010', '09:05 PM'); threads[13] = new thread(21590, 'Happy Birthday amelia', 'Kristie', '08-31-2010', '12:04 AM'); threads[14] = new thread(21589, 'Favorite (easy) meals', 'Falconvalley\'s Wife', '08-30-2010', '09:18 PM');