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(9); threads[0] = new thread(33543, 'Next GM Event 1st Prize = $5 Amazon Voucher', 'biglad', '01-17-2012', '11:15 PM'); threads[1] = new thread(33538, 'Email Server Fixed', 'biglad', '01-17-2012', '08:29 PM'); threads[2] = new thread(33531, 'MGAWoW Facebook Feeder Completed', 'biglad', '01-17-2012', '05:42 PM'); threads[3] = new thread(33512, 'Server Update Complete (OS)', 'biglad', '01-16-2012', '06:06 PM'); threads[4] = new thread(33450, 'MGAWoW Day Poll', 'biglad', '01-13-2012', '06:19 PM'); threads[5] = new thread(33448, 'Happy Hour', 'biglad', '01-13-2012', '02:20 PM'); threads[6] = new thread(33429, 'Stormwind Jail FFA PvP Zone', 'biglad', '01-12-2012', '08:44 AM'); threads[7] = new thread(33328, 'New Furious Weapon Vendor NOW LIVE!!!', 'biglad', '01-03-2012', '09:00 AM'); threads[8] = new thread(33285, 'Happy New Year 2012', 'biglad', '12-31-2011', '08:57 PM');