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(1047, 'Enter FREE October 2010 OTS Photo Contest', 'Marc', '08-31-2010', '02:41 PM'); threads[1] = new thread(1046, 'September OTS Photo Contest Winners', 'Marc', '08-31-2010', '02:23 PM'); threads[2] = new thread(1045, 'September Photo Contest We have a tie!! Please Help Break the Tie.', 'Marc', '08-31-2010', '02:12 PM'); threads[3] = new thread(1044, 'Model Call set for Sept. 8 in Sugar Land TX', 'Robin', '08-29-2010', '09:09 PM'); threads[4] = new thread(1043, 'September - Manipulated and Altered', 'Marc', '08-23-2010', '10:05 PM'); threads[5] = new thread(1042, 'September - Black and white', 'Marc', '08-23-2010', '09:54 PM'); threads[6] = new thread(1041, 'September - 18 & Up only', 'Marc', '08-23-2010', '09:50 PM'); threads[7] = new thread(1040, 'September - Teens Only', 'Marc', '08-23-2010', '09:44 PM'); threads[8] = new thread(1039, 'September - Kids Only', 'Marc', '08-23-2010', '09:30 PM'); threads[9] = new thread(1038, 'September - Infants & Toddlers', 'Marc', '08-23-2010', '09:22 PM'); threads[10] = new thread(1037, 'After a month I am a newB on the forum', 'mixtiomedia', '08-21-2010', '12:57 AM'); threads[11] = new thread(1036, 'SOS-6 (Sunset / Sunrise) Photography/Modeling Workshop', 'Marc', '08-14-2010', '07:46 PM'); threads[12] = new thread(1035, 'Galveston,TX; SPU Model/Photographer Workshop Sunday 10/17', 'Marc', '08-11-2010', '03:48 PM'); threads[13] = new thread(1034, 'Houston,TX; TKO-3 Model/Photographer Workshop Saturday 9/11', 'Marc', '08-05-2010', '11:46 PM'); threads[14] = new thread(1032, 'Sugar Land,TX; WnW-3 (Last Wet n Wild 3 ) Makeup and Water Workshop 8/21', 'Marc', '08-04-2010', '11:48 PM');