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(15); threads[0] = new thread(25443, 'more updates to WG res system', 'biglad', '08-31-2010', '11:51 AM'); threads[1] = new thread(25441, 'update WG auto res syste in war time', 'biglad', '08-31-2010', '11:19 AM'); threads[2] = new thread(25440, 'add some missing code from client switch to 335a', 'biglad', '08-31-2010', '10:38 AM'); threads[3] = new thread(25439, 'possible fix for WG spirit guides', 'biglad', '08-31-2010', '09:16 AM'); threads[4] = new thread(25419, 'possible fix a crash with alison the sexy wife', 'biglad', '08-30-2010', '04:29 PM'); threads[5] = new thread(25417, '* fix 2 more broken AIs, i hopes, WG AIs now 100% :)', 'biglad', '08-30-2010', '03:45 PM'); threads[6] = new thread(25418, 'add some more missing AIsremove some un-unsed includes', 'biglad', '08-30-2010', '03:45 PM'); threads[7] = new thread(25415, 'bring some more AIs up2 date', 'biglad', '08-30-2010', '12:55 PM'); threads[8] = new thread(25414, 'fix some linux compile warnings', 'biglad', '08-30-2010', '11:42 AM'); threads[9] = new thread(25412, 'update wintergrasp AIs, need testing', 'biglad', '08-30-2010', '10:59 AM'); threads[10] = new thread(25413, 'Merge', 'biglad', '08-30-2010', '10:59 AM'); threads[11] = new thread(25401, 'merge', 'biglad', '08-29-2010', '09:22 AM'); threads[12] = new thread(25400, 'lol yet more AI updates, lets hope this the last one.......', 'biglad', '08-29-2010', '09:22 AM'); threads[13] = new thread(25399, 'Merge tc', 'biglad', '08-29-2010', '09:22 AM'); threads[14] = new thread(25398, '*Allow SPELL_EFFECT_POWER_BURN(64) to proc with damage.', 'biglad', '08-29-2010', '09:22 AM');