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(59094, 'Digital darkroom What JPG version should be better?', 'PrairieSailor', '07-30-2010', '07:13 AM'); threads[1] = new thread(59093, 'Wildlife The Gold Bug', 'JimUSNY', '07-30-2010', '04:44 AM'); threads[2] = new thread(59092, 'Weddings Alex & Elli\'s Wedding', 'nickthetasmaniac', '07-30-2010', '12:06 AM'); threads[3] = new thread(59090, 'Action Dawn Ride', 'Don Baldwinson', '07-29-2010', '10:09 PM'); threads[4] = new thread(59089, 'High Speed Those darned terns again', 'Lowa2', '07-29-2010', '09:24 PM'); threads[5] = new thread(59088, 'Wildlife Another Bigma\'ed Eagle', 'PdO', '07-29-2010', '09:12 PM'); threads[6] = new thread(59087, 'Landscape/Outdoors Some panoramas', 'nickthetasmaniac', '07-29-2010', '07:45 PM'); threads[7] = new thread(59086, 'Wildlife Critters of Echo Lake, CA...', 'Stetr24', '07-29-2010', '07:07 PM'); threads[8] = new thread(59085, 'Chit Chat How to judge a photo show & competition?', 'elbows2', '07-29-2010', '07:00 PM'); threads[9] = new thread(59084, 'Wildlife Test', 'Lowa2', '07-29-2010', '05:23 PM'); threads[10] = new thread(59083, 'Wildlife Eagle in Flight', 'PdO', '07-29-2010', '03:15 PM'); threads[11] = new thread(59082, 'Macro Few more Dragon fly s from today', 'Petephoto1', '07-29-2010', '02:36 PM'); threads[12] = new thread(59081, 'Lens Topics Olympus 14-150 vs 40-150 AF/IQ Question', 'Swandy', '07-29-2010', '02:06 PM'); threads[13] = new thread(59080, 'Other Techniques Photo distortion', 'ericrhu', '07-29-2010', '12:44 PM'); threads[14] = new thread(59079, 'Candid Kilroy was here', 'tomsi42', '07-29-2010', '12:35 PM');