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(51927, 'Sacred space', 'Sophia_', '11-20-2009', '12:08 PM'); threads[1] = new thread(51925, 'what do you think of the sweet child o mine cover?', 'a_little_devil', '11-20-2009', '11:54 AM'); threads[2] = new thread(51923, 'personal encounter celebrity stories', 'Seventeen', '11-20-2009', '10:56 AM'); threads[3] = new thread(51920, 'Dotty Has Finally Done It / Texas Bans a Bunch Of Stuff', 'VenusDeMilo', '11-20-2009', '09:35 AM'); threads[4] = new thread(51919, 'screw you rubbish job market I\'m going it alone!', 'rocker_stalker', '11-20-2009', '09:12 AM'); threads[5] = new thread(51918, 'Skateboarding video', 'muverick', '11-20-2009', '09:02 AM'); threads[6] = new thread(51917, 'I luv lisa mitchell', 'abstraction', '11-20-2009', '06:28 AM'); threads[7] = new thread(51911, 'When life or death no longer means anything to you...', 'barkstonwill', '11-19-2009', '11:31 PM'); threads[8] = new thread(51908, 'DJ AM Memorial Fund Shoe Sale', 'SmittenKitten', '11-19-2009', '10:59 PM'); threads[9] = new thread(51907, 'fone', 'clotty', '11-19-2009', '10:28 PM'); threads[10] = new thread(51906, 'I\'m disgusting!', 'abstraction', '11-19-2009', '10:08 PM'); threads[11] = new thread(51901, 'My favorite record of all time came out 13 years ago today...', 'bone machine', '11-19-2009', '08:23 PM'); threads[12] = new thread(51900, 'LOST - The Final Season', 'Skyy', '11-19-2009', '06:02 PM'); threads[13] = new thread(51898, 'Sore Spot in Throat', 'mannequin', '11-19-2009', '05:30 PM'); threads[14] = new thread(51897, 'Hey Hey.', 'No_idea', '11-19-2009', '04:56 PM');