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(69013, 'How to upload from TSX 2720', 'MereNonsense', 'January 28th, 2012', '07:29 AM'); threads[1] = new thread(69107, 'RSLogix5000 AOIs update of instances', 'AMisiaszek', 'January 28th, 2012', '07:16 AM'); threads[2] = new thread(69103, 'connecting a counter', 'chizzler', 'January 28th, 2012', '07:13 AM'); threads[3] = new thread(67141, 'Time sync siemens plc\'s to a server ?', 'Michael Hunt', 'January 28th, 2012', '06:32 AM'); threads[4] = new thread(69113, 'RSLogix 5 projects - need help to check project files', 'ason', 'January 28th, 2012', '05:57 AM'); threads[5] = new thread(68855, 'Creating an auto MS Excel log sheet in RS View32', 'nehpets', 'January 28th, 2012', '05:32 AM'); threads[6] = new thread(69109, 'Mitsubishi FX - Referencing bits in words...', 'nehpets', 'January 28th, 2012', '05:25 AM'); threads[7] = new thread(69117, 'Automation Direct - MOVE With Mask (Similar to AB MVM) ?', 'skyfox', 'January 28th, 2012', '04:26 AM'); threads[8] = new thread(69054, 'Automation Direct PLC\'s - Array Support?', 'skyfox', 'January 28th, 2012', '04:23 AM'); threads[9] = new thread(69097, 'unusual problem', 'Martin Nielsen', 'January 28th, 2012', '04:22 AM');