function thread(postid, threadid, title, poster, threaddate, threadtime) { this.postid = postid; this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(7); threads[0] = new thread(1802785, 87997, 'Avatar Contest: Design Tamat Some Awesomeness', '', '11-12-2009', '01:10 PM'); threads[1] = new thread(1802434, 88273, 'Solid proof for all to see that bots can currently see through Hide II regardless of class', '', '11-13-2009', '11:26 AM'); threads[2] = new thread(1802314, 87997, 'Avatar Contest: Design Tamat Some Awesomeness', '', '11-12-2009', '01:10 PM'); threads[3] = new thread(1798388, 90077, 'Future AION with Acutal gameplay', '', '11-19-2009', '05:27 PM'); threads[4] = new thread(1798380, 90013, 'The new character creation slider?', '', '11-19-2009', '01:17 PM'); threads[5] = new thread(1793332, 89802, 'Crysystem.dll a thing of the past?', '', '11-18-2009', '11:56 PM'); threads[6] = new thread(1792918, 89761, 'Anymore Patch Day Issues?', '', '11-18-2009', '09:30 PM');