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(21728, 'It\'s Snowing In Alabama', 'tuananhpl1', '04-25-2013', '04:46 AM'); threads[1] = new thread(21726, 'Once Upon a Time at Nexodyne...', 'Biddykins', '04-22-2013', '11:01 AM'); threads[2] = new thread(21725, 'Ludum Dare', 'SnoringFrog', '04-13-2013', '07:39 AM'); threads[3] = new thread(21724, 'Esoteric Programming Languages', 'SnoringFrog', '04-04-2013', '12:48 AM'); threads[4] = new thread(21723, 'Crash almost any application in OS X Mountain Lion', 'Iridium', '02-03-2013', '01:55 PM'); threads[5] = new thread(21722, 'What is everyone up to these days? (in life)', 'Mitch', '12-24-2012', '05:58 AM'); threads[6] = new thread(21718, 'Morning Cardio Vs Evening Cardio', 'Frank222', '11-22-2012', '04:52 AM'); threads[7] = new thread(21717, 'Pre Workout Protein', 'Frank222', '11-22-2012', '04:42 AM'); threads[8] = new thread(21716, 'Yoga for mental and physical health', 'Frank222', '11-22-2012', '04:36 AM'); threads[9] = new thread(21715, 'Holy shit.', 'Wolfe', '10-20-2012', '11:54 AM'); threads[10] = new thread(21714, 'What is the correct age for sports?', 'ShinePearls', '10-10-2012', '06:39 AM'); threads[11] = new thread(21713, 'hi', 'Pandu', '08-20-2012', '07:59 AM'); threads[12] = new thread(21712, 'Demonoid is down, I need a new torrent tracker help me please...', '..', '08-10-2012', '05:23 PM'); threads[13] = new thread(21711, 'Mars Science Laboratory landing', 'Dragoon', '08-08-2012', '12:29 PM'); threads[14] = new thread(21710, 'Health and Fitness Goals', 'breakfast', '07-22-2012', '01:33 AM');