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(108554, 'What is "Stable Value" fund in 401k ?', 'Delawaredave5', '03-24-2021', '07:50 PM'); threads[1] = new thread(108553, 'I need advise for investment', 'cyuanwang', '03-24-2021', '07:33 PM'); threads[2] = new thread(108551, 'George Segal RIP', 'ExFlyBoy5', '03-24-2021', '12:50 PM'); threads[3] = new thread(108550, 'Baker City Oregon', 'Chuckanut', '03-24-2021', '11:14 AM'); threads[4] = new thread(108549, 'Poll: How Big Are Your Annual Roth Conversions?', 'Midpack', '03-24-2021', '11:08 AM'); threads[5] = new thread(108547, 'HI for DS in California', 'ut2sua', '03-24-2021', '09:50 AM'); threads[6] = new thread(108546, 'New Construction - Home Value', 'mitchjav', '03-24-2021', '07:09 AM'); threads[7] = new thread(108544, 'Annuitize or Not? I say not necessarily', 'joedil', '03-23-2021', '04:35 PM'); threads[8] = new thread(108540, 'After FIRE, How Do You Model Hard Work To Your Kids?', 'capitalhockey', '03-23-2021', '03:08 PM'); threads[9] = new thread(108539, 'Let\'s talk Self Driving Cars again!', 'ERD50', '03-23-2021', '02:45 PM'); threads[10] = new thread(108537, 'Potential major good news on ACA premiums', 'kevink', '03-23-2021', '09:20 AM'); threads[11] = new thread(108536, 'Is Firecalc\'s "Spending" on the "Start Here" today\'s value?', 'cyber888', '03-23-2021', '08:18 AM'); threads[12] = new thread(108534, 'Costco, and furnishing a new Florida home', 'HadEnuff', '03-22-2021', '08:18 PM'); threads[13] = new thread(108533, 'Annuity Dilemma', 'Silver', '03-22-2021', '04:11 PM'); threads[14] = new thread(108532, 'Ecuador', 'Scuba', '03-22-2021', '04:09 PM');