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(2547547, 'MR: Cabo Port Question', 'my2mickeykids', '09-02-2010', '10:32 PM'); threads[1] = new thread(2547546, 'Question about packing with space saver bags...', 'lornak', '09-02-2010', '10:31 PM'); threads[2] = new thread(2547516, 'Favorite Excursion?', 'Camsmom', '09-02-2010', '09:32 PM'); threads[3] = new thread(2547500, 'Early Dinning', 'Camsmom', '09-02-2010', '09:08 PM'); threads[4] = new thread(2547483, 'Conversion from old to new categorisation', 'DVCAustralia', '09-02-2010', '08:45 PM'); threads[5] = new thread(2547471, 'Upgraded cat 7 to cat 4!!!!', 'bsusanmb', '09-02-2010', '08:32 PM'); threads[6] = new thread(2547469, 'Wrong passport', 'lisamarch', '09-02-2010', '08:31 PM'); threads[7] = new thread(2547451, 'What is the fee for using the DCL bus from...', 'desamnik', '09-02-2010', '07:48 PM'); threads[8] = new thread(2547424, 'List of Double Dip Cruises in 2011?', 'AnnOminous', '09-02-2010', '06:56 PM'); threads[9] = new thread(2547372, 'Any interliners sailing on 3-night Bahamian cruise Sept 16th,Oct 7th,or October 14th?', '3xthejoy', '09-02-2010', '05:03 PM'); threads[10] = new thread(2547330, 'Grand Cayman - new pier?', 'nemofans', '09-02-2010', '03:51 PM'); threads[11] = new thread(2547319, 'dreams unlimited reservation queries from a newbie', 'janiebubble', '09-02-2010', '03:36 PM'); threads[12] = new thread(2547287, 'Verandah - 2 young boys?', 'amystevekai&bump', '09-02-2010', '02:52 PM'); threads[13] = new thread(2547270, 'what is dining schedule on 7nt, formal, etc.?', 'diselderm', '09-02-2010', '02:30 PM'); threads[14] = new thread(2547231, 'Photo Disk - Pics not of my family!!!!', 'mkgal', '09-02-2010', '01:56 PM');