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(11092, 'My Credit has already been tanked due to 2 civil judgements, will bankruptcy matter?', 'maybeme', '09-05-2010', '04:02 PM'); threads[1] = new thread(11089, 'Thank God I\'m a Mountaineer', 'hannah', '08-30-2010', '01:00 PM'); threads[2] = new thread(11088, 'Need help with Georgia\'s sol', 'GeorgiaGal', '08-25-2010', '08:54 AM'); threads[3] = new thread(11087, 'Need Some Help ASAP', 'armybarbie', '08-23-2010', '11:05 PM'); threads[4] = new thread(11086, 'A couple questions from a newbie', 'leftyz', '08-17-2010', '11:00 AM'); threads[5] = new thread(11085, 'Intro', 'barbkspr', '08-15-2010', '07:56 AM'); threads[6] = new thread(11084, 'Wells Fargo Loses Overdraft Suit. Must Pay $230 Million Back to Customers', 'hannah', '08-12-2010', '12:01 PM'); threads[7] = new thread(11083, 'Unknown Debter', 'RichNpc', '08-10-2010', '09:46 PM'); threads[8] = new thread(11082, '400K salary', 'traco2', '08-09-2010', '07:37 PM'); threads[9] = new thread(11081, 'colection agency', 'minman', '08-09-2010', '03:34 PM');