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(10); threads[0] = new thread(5352, 'Intel Divulges Information on TRIM for Linux', 'Rob Williams', '11-20-2009', '04:12 PM'); threads[1] = new thread(5356, 'Call of Duty: Modern Warfare 2', 'Rob Williams', '11-20-2009', '04:02 PM'); threads[2] = new thread(5350, 'ASUS P7P55D Pro', 'Rob Williams', '11-20-2009', '03:52 PM'); threads[3] = new thread(1572, 'Thermaltake Soprano DX', 'Rob Williams', '11-20-2009', '03:47 PM'); threads[4] = new thread(4810, 'Cooler Master HAF 922 Mid-Tower', 'Rob Williams', '11-20-2009', '03:34 PM'); threads[5] = new thread(5358, 'Google Previews Chrome OS', 'Rob Williams', '11-20-2009', '02:02 PM'); threads[6] = new thread(5354, 'AMD Posts Final 40th Anniversary Contest, NVIDIA Holding Charity Auction', 'Doomsday', '11-20-2009', '11:31 AM'); threads[7] = new thread(5357, 'Adobe Releases GPU Accelerated Flash Plugin Beta', 'Rob Williams', '11-20-2009', '04:59 AM'); threads[8] = new thread(5353, 'Gigabyte\'s "333" Motherboards Bring S-ATA 3.0, USB 3.0 & 3x USB Power', 'Psi*', '11-19-2009', '10:19 PM'); threads[9] = new thread(5343, 'SATA GH22NS50 Freezes My Computer', 'Psi*', '11-19-2009', '08:18 PM');