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(1673, 'Unintentional Pool', 'davidy', '10-11-2007', '10:24 AM'); threads[1] = new thread(1672, 'Featured Firefox Extension: Organize Your Tabs By Site with Tab Kit', 'davidy', '10-11-2007', '10:24 AM'); threads[2] = new thread(1671, 'Linux kernel 2.6.23 released', 'davidy', '10-11-2007', '10:24 AM'); threads[3] = new thread(1670, 'Mandriva Linux 2008 released', 'davidy', '10-11-2007', '10:24 AM'); threads[4] = new thread(1669, 'Linspire 6.0 desktop Linux released', 'davidy', '10-11-2007', '10:24 AM'); threads[5] = new thread(1668, 'Featured Linux Download: Manage Processes with htop', 'davidy', '10-11-2007', '10:24 AM'); threads[6] = new thread(1667, 'Fix for Problems with How-To Geek Sidebar Gadget', 'davidy', '10-11-2007', '10:24 AM'); threads[7] = new thread(1666, 'Featured Windows Download: Make Any Application Portable with MojoPac Freedom', 'davidy', '10-11-2007', '10:24 AM'); threads[8] = new thread(1665, 'KnowledgeTree launches web based service', 'davidy', '10-11-2007', '10:24 AM'); threads[9] = new thread(1664, 'Will My MacBook Burn Dual Layer DVDs?', 'davidy', '10-11-2007', '10:24 AM'); threads[10] = new thread(1663, 'Best of September 2007', 'davidy', '10-11-2007', '10:24 AM'); threads[11] = new thread(1662, 'In Brief: Wired details how to set up, share, and sync ?', 'davidy', '10-11-2007', '10:24 AM'); threads[12] = new thread(1661, 'Security: Five Ways to Secure Your Mac', 'davidy', '10-11-2007', '10:24 AM'); threads[13] = new thread(1660, 'Top 100 best open source mac software', 'davidy', '10-11-2007', '10:24 AM'); threads[14] = new thread(1659, 'How to Create an "Invisible" Folder for Your, um, "Private" Files', 'davidy', '10-11-2007', '10:24 AM');