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(11670, 'creatures', 'JonMikal', '09-04-2010', '10:23 PM'); threads[1] = new thread(11669, 'Looking For The Light', 'tjdelikat', '09-04-2010', '09:17 PM'); threads[2] = new thread(11668, 'this photo is not upside down', 'JonMikal', '09-04-2010', '09:04 PM'); threads[3] = new thread(11667, 'whoooosh', 'JonMikal', '09-04-2010', '08:51 PM'); threads[4] = new thread(11666, 'small or not your typical post office', 'JonMikal', '09-04-2010', '08:48 PM'); threads[5] = new thread(11665, 'when did maryann depart', 'JonMikal', '09-04-2010', '08:37 PM'); threads[6] = new thread(11664, 'Sunkissed', 'Chiller', '09-04-2010', '12:36 PM'); threads[7] = new thread(11663, 'July at Oxbow', 'Judy', '09-04-2010', '12:34 AM'); threads[8] = new thread(11662, 'The Lonely Resident of Emerald Lake', 'Judy', '09-04-2010', '12:30 AM'); threads[9] = new thread(11661, 'One of the Clark Gardens\' Cherubs', 'Judy', '09-04-2010', '12:24 AM'); threads[10] = new thread(11660, 'Late August Sunrise', 'SnapShooter', '09-03-2010', '07:13 PM'); threads[11] = new thread(11659, 'Lions Head Fountain', 'SnapShooter', '09-03-2010', '06:24 PM'); threads[12] = new thread(11658, 'A fungus among us...', 'Dori', '09-03-2010', '11:02 AM'); threads[13] = new thread(11657, 'Dragon Cloud', 'Dori', '09-03-2010', '09:03 AM'); threads[14] = new thread(11656, 'Stretch', 'Chiller', '09-02-2010', '09:45 PM');