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(6); threads[0] = new thread(126180, 'ljycsq', 'jack1335889', '09-08-2010', '09:23 PM'); threads[1] = new thread(126179, 'Gps Tracking Device Tracking The World by BeSpy.Be,Gizmodo.com', 'GRANDFATA', '09-08-2010', '09:14 PM'); threads[2] = new thread(126178, 'Юбилейная мед', 'factory', '09-08-2010', '09:06 PM'); threads[3] = new thread(126177, 'Leinart agrees to a one-year deal with the Texans', 'Linda', '09-08-2010', '08:53 PM'); threads[4] = new thread(126176, 'Obama kicks off campaign with infrastructure plan', 'Linda', '09-08-2010', '08:52 PM'); threads[5] = new thread(126175, 'Storm Hermine slams into far northeastern Mexico', 'Linda', '09-08-2010', '08:52 PM');