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(100257, 'Legit check on 1st Camo half zip hoodie', 'Earlgloves', '08-05-2015', '02:56 PM'); threads[1] = new thread(100249, 'My BAPE unboxing videos', 'lkhoe', '08-05-2015', '02:48 PM'); threads[2] = new thread(100241, 'is cliff edge authentic?', 'laura', '08-05-2015', '10:44 AM'); threads[3] = new thread(100233, 'l/c baby milo hoodie', 'skinnyxtommy', '08-05-2015', '09:48 AM'); threads[4] = new thread(100225, 'L/C Bape Hoodie', 'imbonity', '08-05-2015', '08:25 AM'); threads[5] = new thread(100217, 'L/C On This Bape Tee.. ASAP', 'OGs', '08-04-2015', '11:28 PM'); threads[6] = new thread(100209, 'Looking for Herringbone Shark Hoodie (either color is fine) Large', 'moddy3d', '08-04-2015', '06:22 PM'); threads[7] = new thread(100201, 'Found: Early-Mid 1990\'s BAPE Hat. What do I have?', 'Unregistered', '08-04-2015', '06:08 PM'); threads[8] = new thread(100193, 'Ugrent LC on BAPE shark hoodie', 'Unregistered', '08-04-2015', '03:48 PM'); threads[9] = new thread(100185, 'Kingsfashion store', 'imbonity', '08-04-2015', '11:10 AM');