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(6201, '***URGENT***Looking for FINNISH SPEAKERS in UK', 'sambasivag', '09-03-2010', '08:02 AM'); threads[1] = new thread(6200, 'let me go to original shopping website ?', 'luckystore2010', '09-03-2010', '03:11 AM'); threads[2] = new thread(6199, 'newbiee needing help!!!!', 'lynsey555', '09-02-2010', '01:21 PM'); threads[3] = new thread(6198, 'newbiee needing help!!!!', 'lynsey555', '09-02-2010', '01:21 PM'); threads[4] = new thread(6197, 'malaria', 'lynsey555', '09-02-2010', '12:56 PM'); threads[5] = new thread(6196, 'Experience an African Safari On Line (Video + Stills)', 'IntrepBerkExplorer', '09-01-2010', '08:07 PM'); threads[6] = new thread(6195, 'april 2011', 'joshg20', '09-01-2010', '02:51 PM'); threads[7] = new thread(6193, 'HELP! need jobs and accommodation across Europe', 'p&aramble', '08-31-2010', '03:20 PM'); threads[8] = new thread(6191, 'Am rottenly confused and messed up! Help!!!?', 'braselton', '08-31-2010', '05:35 AM'); threads[9] = new thread(6184, 'tubby barber lookin for fun love time\'s in europe', 'deanatron the barber', '08-25-2010', '08:11 PM'); threads[10] = new thread(6183, 'Sep 2010 Travelling around Europe', 'NeoLivesLife', '08-25-2010', '02:28 PM'); threads[11] = new thread(6181, 'hai', 'bryansmith1', '08-25-2010', '09:22 AM'); threads[12] = new thread(6180, 'Travelling alone to Oz around about Nov 2010...', 'danger-bry', '08-24-2010', '09:51 PM'); threads[13] = new thread(6179, 'Hitchiking pal - Europe September', 'NelsonShmellson', '08-24-2010', '08:56 PM'); threads[14] = new thread(6178, 'Adventure Travel Guide', 'puretravel', '08-24-2010', '09:22 AM');