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(116, 'How do you get to sleep?', 'Bryant02', '09-08-2010', '09:37 AM'); threads[1] = new thread(123, 'Hello I am Ajay from India', 'Bryant02', '09-08-2010', '09:33 AM'); threads[2] = new thread(42, 'What type of Dream do you ..?', 'Bryant02', '09-08-2010', '09:28 AM'); threads[3] = new thread(125, 'Common sleep disorders', 'Bryant02', '09-08-2010', '09:27 AM'); threads[4] = new thread(71, 'Mattresses,beds in Massachusetts, Cambridge.........', 'Bryant02', '09-08-2010', '09:23 AM'); threads[5] = new thread(76, 'Different style of beds', 'Bryant02', '09-08-2010', '09:18 AM'); threads[6] = new thread(7, 'Memory Foam Retro Laptop Case', 'Bryant02', '09-06-2010', '06:10 AM'); threads[7] = new thread(143, 'Introduction to Forum', 'Bryant02', '09-06-2010', '06:09 AM'); threads[8] = new thread(108, 'Neck Support Pillows', 'Bryant02', '09-06-2010', '06:08 AM'); threads[9] = new thread(161, 'Cons of Memory Foam Mattress Topper', 'Bryant02', '09-06-2010', '06:06 AM');