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(57791, 'Uploading from a panelview 550 to a laptop', 'Mickey', 'September 2nd, 2010', '11:42 PM'); threads[1] = new thread(57522, 'PLC Controlled greenhouse', 'northpad', 'September 2nd, 2010', '11:37 PM'); threads[2] = new thread(57793, 'InView Tag Setup', 'Viks', 'September 2nd, 2010', '10:51 PM'); threads[3] = new thread(57792, 'panel view help me', 'alex_cordova', 'September 2nd, 2010', '10:32 PM'); threads[4] = new thread(57776, 'Kepware OPC server multiple devices', 'JHarbin', 'September 2nd, 2010', '10:08 PM'); threads[5] = new thread(10233, 'NAIS FPO cable', 'kolyur', 'September 2nd, 2010', '09:23 PM'); threads[6] = new thread(57788, 'Symbols, Buffering I/O, Marks vs DB, doubts', 'PeterW', 'September 2nd, 2010', '08:54 PM'); threads[7] = new thread(43030, 'Factory talk view studio Machine edition', 'Operaghost', 'September 2nd, 2010', '08:02 PM'); threads[8] = new thread(57751, 'Ti 305', 'jrwb4gbm', 'September 2nd, 2010', '07:50 PM'); threads[9] = new thread(57599, 'Partial program locks up', 'peoplehouse', 'September 2nd, 2010', '06:55 PM');