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(1009, 'Dean Harper - San Francisco (Alcatraz) Triathlon', 'fmrc', '09-02-2010', '08:33 AM'); threads[1] = new thread(1008, 'Brett MacDonell - Folsom Triathlon & Vineman 70.3', 'fmrc', '09-02-2010', '08:33 AM'); threads[2] = new thread(1003, 'Carrie Chavez - Silicon Valley Olympic Distance Triathlon 6/13/10', 'fmrc', '08-18-2010', '09:28 AM'); threads[3] = new thread(1002, 'Leadville 100 - August 14 - Lee Cannon', 'fmrc', '08-16-2010', '03:08 PM'); threads[4] = new thread(1001, 'Carrie Chavez 6/20/10 Pleasanton Spirit Run', 'fmrc', '08-16-2010', '08:36 AM'); threads[5] = new thread(993, 'Tri for Real, Rancho Seco- Jeff Mapes', 'jeffma', '08-09-2010', '07:17 PM'); threads[6] = new thread(991, 'Mountain Bike National Championship – Lee Cannon', 'fmrc', '08-05-2010', '03:17 PM'); threads[7] = new thread(988, 'Vineman 1/2 Ironman', 'fmrc', '08-02-2010', '02:21 PM'); threads[8] = new thread(987, '2010 Wharf to Wharf', 'fmrc', '08-02-2010', '02:21 PM'); threads[9] = new thread(985, 'Napa to Sonoma Half Marathon Larry Feigenbaum', 'fmrc', '08-01-2010', '04:49 PM'); threads[10] = new thread(984, 'Wharf to Wharf ~ Tara M. Carreira', 'fmrc', '07-29-2010', '02:56 PM'); threads[11] = new thread(982, 'Vineman- Jan Maynard', 'fmrc', '07-25-2010', '11:45 PM'); threads[12] = new thread(978, 'TODI for FMRC Comfort', 'fmrc', '07-22-2010', '11:53 AM'); threads[13] = new thread(977, 'Love My Todi\'s', 'fmrc', '07-21-2010', '09:57 PM'); threads[14] = new thread(976, 'Corinne DeLorenzo - 1st overall Jail Break 5k', 'fmrc', '07-21-2010', '09:13 AM');