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(82334, 'Could anemone hurt clown?', 'Courtster', '02-08-2010', '05:10 PM'); threads[1] = new thread(82333, 'Help with my hammer coral', 'bloodiamond74', '02-08-2010', '05:00 PM'); threads[2] = new thread(82332, 'What will it take to sell my tank', 'bloodiamond74', '02-08-2010', '04:57 PM'); threads[3] = new thread(82331, 'Showing off the Biocube', 'unclejed', '02-08-2010', '04:18 PM'); threads[4] = new thread(82330, 'Sunlight Supply Tek Light T5', 'alex avalos', '02-08-2010', '03:45 PM'); threads[5] = new thread(82329, 'LFS and Aiptasia', 'Toronto_Guy', '02-08-2010', '03:32 PM'); threads[6] = new thread(82328, 'Help my thermometer broke!', 'ToboAqua', '02-08-2010', '03:27 PM'); threads[7] = new thread(82327, 'Fell through floor at work today...', '4phish', '02-08-2010', '03:05 PM'); threads[8] = new thread(82325, 'Shipping without water??', 'DrSabbyDoo', '02-08-2010', '02:40 PM'); threads[9] = new thread(82324, 'So I heard a clicking...', 'steph', '02-08-2010', '02:36 PM'); threads[10] = new thread(82323, 'internet based business (fish)', 'tmango4', '02-08-2010', '02:26 PM'); threads[11] = new thread(82322, 'New 72 gallon bowfront with 20 gallon refugium', 'pjracer', '02-08-2010', '02:25 PM'); threads[12] = new thread(82321, 'I got my SEAHORSES!!!', 'swagger87', '02-08-2010', '02:02 PM'); threads[13] = new thread(82320, 'Toadstool Leather bending', 'johnlocke', '02-08-2010', '01:15 PM'); threads[14] = new thread(82319, 'Colt coral', 'Yellow Tang', '02-08-2010', '01:10 PM');