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(61491, 'Making chilli?', 'Chile Chef', '11-20-2009', '11:01 PM'); threads[1] = new thread(61490, 'Le Creuset - Should I regret it?', 'Saphellae', '11-20-2009', '09:40 PM'); threads[2] = new thread(61489, 'Japanese herbs and spices (Shungiku)', 'larry_stewart', '11-20-2009', '07:42 PM'); threads[3] = new thread(61488, '\'Special dinner\' ideas', 'Just Some Guy', '11-20-2009', '06:46 PM'); threads[4] = new thread(61487, 'New guy', 'Just Some Guy', '11-20-2009', '05:45 PM'); threads[5] = new thread(61486, 'Secret Santa', 'Saphellae', '11-20-2009', '05:18 PM'); threads[6] = new thread(61485, 'Please help me improve my chili', 'jcv', '11-20-2009', '04:16 PM'); threads[7] = new thread(61483, 'Freezing casserole', 'Red\'s Kitchen', '11-20-2009', '02:26 PM'); threads[8] = new thread(61481, 'Bacon Substitute Needed', 'deladunn', '11-20-2009', '01:49 PM'); threads[9] = new thread(61480, 'Breathkillers Revisited', 'Goodweed of the North', '11-20-2009', '12:51 PM'); threads[10] = new thread(61479, 'How to cook roast that needs to travel to dinner destination', 'nosretep', '11-20-2009', '09:38 AM'); threads[11] = new thread(61478, 'ISO help/advice w/beef stock/broth', 'julesthegolfer', '11-20-2009', '09:15 AM'); threads[12] = new thread(61477, 'Turning tomato puree into sauce?', 'Julio', '11-20-2009', '08:11 AM'); threads[13] = new thread(61476, 'Trivia 11/19', 'luckytrim', '11-20-2009', '07:26 AM'); threads[14] = new thread(61475, 'Trivia 11/20', 'luckytrim', '11-20-2009', '07:25 AM');