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(12290, 'Will past credit issues come back to haunt me??', 'Worldwide Financial Planning', '07-09-2010', '10:16'); threads[1] = new thread(12289, 'Can we help our son onto property ladder?', 'Worldwide Financial Planning', '07-09-2010', '10:13'); threads[2] = new thread(12288, 'Letting my house out - Any Problems?', 'Worldwide Financial Planning', '07-09-2010', '10:10'); threads[3] = new thread(12287, 'Mortgages for the Retired?', 'Worldwide Financial Planning', '07-09-2010', '10:09'); threads[4] = new thread(12286, 'Why use a broker?', 'Worldwide Financial Planning', '07-09-2010', '10:07'); threads[5] = new thread(12285, 'Santander denies plans to recruit 6,000 extra staff', 'Editor', '06-09-2010', '20:05'); threads[6] = new thread(12284, 'Fixed Rate Mortgage versus Tracker Rate Mortgage', 'Worldwide Financial Planning', '06-09-2010', '11:29'); threads[7] = new thread(12283, 'Mortgage for a Renovation Project', 'Worldwide Financial Planning', '06-09-2010', '11:28'); threads[8] = new thread(12282, 'Holiday Home Mortgage - Is it possible?', 'Worldwide Financial Planning', '06-09-2010', '11:28'); threads[9] = new thread(12281, 'Mortgages for the Self Employed!', 'Worldwide Financial Planning', '06-09-2010', '11:27'); threads[10] = new thread(12280, 'Direct Hotel Booking In Philippines, Manila', 'Cuchillo', '04-09-2010', '19:54'); threads[11] = new thread(12279, 'Harpenden Building Society opens a new branch', 'Annie Shaw', '03-09-2010', '22:26'); threads[12] = new thread(12278, 'First Time Buyer - Help!', 'Worldwide Financial Planning', '03-09-2010', '13:21'); threads[13] = new thread(12277, 'Self Build Mortgage Query!!', 'Worldwide Financial Planning', '03-09-2010', '13:20'); threads[14] = new thread(12276, 'Ppi reclaims........', 'dinobaby', '02-09-2010', '20:15');