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(5871, 'Copy & Paste from UNIX to Windows', 'cesardba', '07-30-2010', '05:35 PM'); threads[1] = new thread(5870, 'Failed to Open the host key database file', 'rleugers', '07-30-2010', '01:41 PM'); threads[2] = new thread(5869, 'SecureFX error', 'joshie', '07-30-2010', '12:35 AM'); threads[3] = new thread(5868, 'Perl file browser routine fails inside SecureCRT', 'jdurrett', '07-29-2010', '09:44 AM'); threads[4] = new thread(5867, 'Do users have to have an account?', 'ericgen', '07-29-2010', '09:06 AM'); threads[5] = new thread(5861, 'Feature Request:What to do if the log file already exists', 'softy', '07-27-2010', '07:57 PM'); threads[6] = new thread(5860, 'SOCKS dynamic forward on Win7?', 'Matt Perry', '07-27-2010', '03:48 PM'); threads[7] = new thread(5859, 'Modify session data before target connect', 'skarss', '07-27-2010', '08:17 AM'); threads[8] = new thread(5846, 'Beginners Question: My script doesn\'t wait for input before continuing', 'Jakob', '07-26-2010', '07:47 AM'); threads[9] = new thread(5845, 'New Feature: TCP/UDP Listener?', 'cmhaage', '07-23-2010', '09:56 AM'); threads[10] = new thread(5835, 'Saving a profile with SecureCRT', 'cbbs70a', '07-22-2010', '01:50 PM'); threads[11] = new thread(5834, 'Command-line Call Question', 'rleugers', '07-22-2010', '10:29 AM'); threads[12] = new thread(5833, 'unable to authenticate with public key', 'rahulr', '07-21-2010', '09:45 AM'); threads[13] = new thread(5826, 'public key fails but password works', 'dougp', '07-15-2010', '11:50 AM'); threads[14] = new thread(5825, 'Disconnect SSH session after One Login Attempt', 'rleugers', '07-13-2010', '09:58 AM');