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(10); threads[0] = new thread(22880, 'i keep having the same scary dream please help', 'leanne28', 'Thu, 2nd Sep 2010', '09:29 pm'); threads[1] = new thread(22879, 'My ex had this dream when we were together?', 'chillpill247', 'Thu, 2nd Sep 2010', '09:24 pm'); threads[2] = new thread(22878, 'healing for litttle_old_me please x', 'AbbyT2k9', 'Thu, 2nd Sep 2010', '08:23 pm'); threads[3] = new thread(22876, 'meaning of auric colours', 'nexys', 'Thu, 2nd Sep 2010', '07:27 pm'); threads[4] = new thread(22875, 'Please help me with this reoccuring love', 'chillpill247', 'Thu, 2nd Sep 2010', '06:02 pm'); threads[5] = new thread(22874, 'Dragon', 'Roselyn', 'Thu, 2nd Sep 2010', '04:39 pm'); threads[6] = new thread(22873, 'Prayers pls for my wonderful 90 year old grandma Noreen', 'madtwinmum', 'Thu, 2nd Sep 2010', '03:54 pm'); threads[7] = new thread(22866, 'Not much time left...', 'lostozblonde', 'Thu, 2nd Sep 2010', '01:41 pm'); threads[8] = new thread(22863, 'My WORST dream ever!!', 'percepter1', 'Thu, 2nd Sep 2010', '11:20 am'); threads[9] = new thread(22861, 'TWO Men of Chains of fire, hooks, voices of thunder', 'witness', 'Thu, 2nd Sep 2010', '09:24 am');