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(547, 'Your FAVORITE Video Game', 'antares', '11-19-2009', '01:36 PM'); threads[1] = new thread(739, 'How to change the key signature in FinaleNotepad', 'The-Real-Link', '11-18-2009', '01:43 PM'); threads[2] = new thread(621, 'JrvUnleashed\'s Compositions and Arrangements', 'JrvUnleashed', '11-17-2009', '04:04 PM'); threads[3] = new thread(753, 'hello', 'The-Real-Link', '11-16-2009', '07:26 PM'); threads[4] = new thread(751, 'Hello', 'The-Real-Link', '11-15-2009', '04:27 PM'); threads[5] = new thread(728, 'Video Game/Anime character name game', 'The-Real-Link', '11-15-2009', '04:26 PM'); threads[6] = new thread(696, 'Arrangement Competition - Shimomura ~ Links to entries posted', 'The-Real-Link', '11-15-2009', '04:18 PM'); threads[7] = new thread(550, 'Squaresound Membership Committee (SMC)', 'CarloCrizaldo', '11-14-2009', '11:12 AM'); threads[8] = new thread(662, 'Kingdom Hearts Piano Collections CD Available Now!', 'Harriet', '11-14-2009', '12:39 AM'); threads[9] = new thread(14, 'Competition Ideas', 'Shrikkanth', '11-09-2009', '06:14 PM'); threads[10] = new thread(749, 'cowboy bebop', 'Olarin', '11-08-2009', '08:20 PM'); threads[11] = new thread(4, 'Kingdom Hearts Piano Collection', 'respox', '11-08-2009', '02:32 PM'); threads[12] = new thread(734, 'Getting a .sib file printed', 'respox', '11-08-2009', '02:28 PM'); threads[13] = new thread(21, 'Nicol Armarfi\'s... Stuff.', 'Nicol Armarfi', '11-07-2009', '06:57 PM'); threads[14] = new thread(748, 'Question...', 'Nicol Armarfi', '11-07-2009', '02:52 PM');