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(4409, 'Asus K50IN', 'LennartMasa', '09-10-2010', '02:42 PM'); threads[1] = new thread(5082, 'AnV Qoopz based Darwin 10.2.0 kernel 32/64-bit', 'Imkantus', '09-10-2010', '11:28 AM'); threads[2] = new thread(6193, '[GUIDE] ATI Radeon HD46X0', 'Justme2010', '09-10-2010', '02:28 AM'); threads[3] = new thread(3199, 'iATKOS v7', 'badboy303', '09-10-2010', '02:25 AM'); threads[4] = new thread(6557, '10.6 on Dell XPS', 'rayray519', '09-09-2010', '06:26 PM'); threads[5] = new thread(6268, '10.4.0 XNU Kernel for INTEL/AMD by qoopz/nawcom/AnV/BlackKnight/mucha', 'mousex888', '09-09-2010', '11:18 AM'); threads[6] = new thread(3840, 'DELL D620/630/830 kext pack', 'DieselDandy', '09-09-2010', '10:50 AM'); threads[7] = new thread(6559, 'Πρόβλημα με wake up μετά από sleep', 'Dejangs', '09-09-2010', '08:40 AM'); threads[8] = new thread(3174, 'Gigabyte EP35-DS3 Installer Package', 'Lyker', '09-09-2010', '05:52 AM'); threads[9] = new thread(6553, 'LifeCam VX-1000 σε SnowL 10.6.4', 'excos', '09-08-2010', '09:29 PM'); threads[10] = new thread(6533, '[Help] Dsdt for Hp dc7900 intel q45 chipset', 'SkyNet', '09-08-2010', '06:09 PM'); threads[11] = new thread(6499, 'radeonFB for SL 32+64bit', 'Imkantus', '09-08-2010', '11:47 AM'); threads[12] = new thread(6316, 'My Asus EeePC 1000HE and how I installed OS X on it.', 'cocomonk22', '09-07-2010', '09:43 PM'); threads[13] = new thread(6383, 'New DUET based EFI Bootloader!', 'kirasir', '09-07-2010', '07:11 PM'); threads[14] = new thread(6103, 'Testing OSx86 on a eMachine ET1331-02 with AMD Athlon 2 x2', 'kneegrowplease', '09-07-2010', '06:40 PM');