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(10); threads[0] = new thread(104369, 'Great Resource!', 'pugpappa', '09-08-2010', '11:36 PM'); threads[1] = new thread(104305, 'So Many Seniors!!!', '6 Beautiful Pugs', '09-05-2010', '06:13 PM'); threads[2] = new thread(104206, 'Driving Miss Daisy', '6 Beautiful Pugs', '08-29-2010', '12:43 PM'); threads[3] = new thread(104195, 'Pug on Craigs List New Hampshire', 'bosley\'s mom', '08-28-2010', '12:24 PM'); threads[4] = new thread(104193, 'Sneaky Little Chug', '6 Beautiful Pugs', '08-28-2010', '09:45 AM'); threads[5] = new thread(104191, 'Quilt', 'chichamommy', '08-28-2010', '07:44 AM'); threads[6] = new thread(104165, 'What A Day!!', '6 Beautiful Pugs', '08-26-2010', '11:03 AM'); threads[7] = new thread(104146, 'Congratulations Green Mountain!!!!', 'Lynxa', '08-25-2010', '10:33 AM'); threads[8] = new thread(104139, 'Pug Rescue Western PA for 3 yr old pug?', 'Tina F', '08-25-2010', '05:28 AM'); threads[9] = new thread(104073, 'I can\'t keep my 12 year old pug!', 'lizbeth', '08-21-2010', '01:56 PM');