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(104372, '*VID* Suggestions for keeping a psycho pug calm :)', 'Stazz', '09-09-2010', '01:15 AM'); threads[1] = new thread(104371, 'Yoda PICS !', 'Stazz', '09-09-2010', '12:58 AM'); threads[2] = new thread(104370, 'Greetings!', 'diesels.mom', '09-09-2010', '12:25 AM'); threads[3] = new thread(104369, 'Great Resource!', 'pugpappa', '09-08-2010', '11:36 PM'); threads[4] = new thread(104368, 'Visiting pugs **photos**', 'Wally \'n\' Leto', '09-08-2010', '10:26 PM'); threads[5] = new thread(104367, 'Advice', 'twiztid_pixi', '09-08-2010', '10:12 PM'); threads[6] = new thread(104366, 'PugTug of war *video', 'Wally \'n\' Leto', '09-08-2010', '10:06 PM'); threads[7] = new thread(104365, 'Taming the starving beasts.', 'Wally \'n\' Leto', '09-08-2010', '10:03 PM'); threads[8] = new thread(104364, 'Pug toys?', 'marilyn31402', '09-08-2010', '08:34 PM'); threads[9] = new thread(104363, 'TAKING PICS OF PUGS "help"', 'andersonsrus', '09-08-2010', '07:54 PM');