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(10942, 'The Retaking of Gnomeregan and Echo Isles Begins!', 'Chironex F', '09-08-2010', '05:36 AM'); threads[1] = new thread(10941, 'New World of Warcraft Calendar Wallpaper', 'Chironex F', '09-08-2010', '05:36 AM'); threads[2] = new thread(10940, 'Why Discard Amoxil After Expire', 'sammypool', '09-08-2010', '04:18 AM'); threads[3] = new thread(10939, 'Can Nizoral Be Purchased In Stores', 'sanderste', '09-07-2010', '04:31 PM'); threads[4] = new thread(10938, 'Altace And High Blood Pressure', 'sammypool', '09-07-2010', '04:24 PM'); threads[5] = new thread(10937, 'British Teen Tube', 'woriGuartrorp', '09-07-2010', '12:57 PM'); threads[6] = new thread(10936, 'Post Nasal Drip And Atrovent', 'sammypool', '09-07-2010', '10:02 AM'); threads[7] = new thread(10935, 'Post Nasal Drip And Atrovent', 'sammypool', '09-07-2010', '10:01 AM'); threads[8] = new thread(10934, 'Post Nasal Drip And Atrovent', 'sammypool', '09-07-2010', '10:00 AM'); threads[9] = new thread(10933, 'Post Nasal Drip And Atrovent', 'sammypool', '09-07-2010', '09:58 AM');