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(7); threads[0] = new thread(13443, 'Forum Access Pls', 'Corithi', 'Sun Aug 22, 2010', '01:33 AM'); threads[1] = new thread(13442, 'spiritsinger', 'spiritsinger', 'Sun Aug 22, 2010', '01:31 AM'); threads[2] = new thread(13437, 'Sikony- survival hunter', 'Sikony', 'Wed Aug 18, 2010', '10:33 PM'); threads[3] = new thread(13430, 'Pathisper -Resto Druid', 'light3ghost', 'Mon Aug 16, 2010', '08:02 PM'); threads[4] = new thread(13427, 'Zephyre - Protection Paladin', 'Zephyre', 'Fri Aug 13, 2010', '09:58 PM'); threads[5] = new thread(13425, 'Corithi\'s Prot Paladin Application', 'Corithi', 'Fri Aug 13, 2010', '08:05 PM'); threads[6] = new thread(13423, 'Spiritsinger disc priest application', 'spiritsinger', 'Wed Aug 11, 2010', '09:14 PM');