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(636, 'Iphone offer! Buy2 get 1 free!', 'demo-auctions', '09-04-2010', '03:17 PM'); threads[1] = new thread(635, '(Apple I-phone Offer) Buy 2 get 1 free', 'demo-auctions', '09-03-2010', '02:52 PM'); threads[2] = new thread(634, 'Need a real good TXT message program', 'msmaron', '08-28-2010', '05:37 PM'); threads[3] = new thread(633, 'Coolest iPad Dock Never! I Bet!', 'mouxiaoran', '08-25-2010', '01:57 AM'); threads[4] = new thread(632, 'IPAD the system "pushes" a copy of the email to a deleted gmail account', 'William Ligon', '08-24-2010', '12:37 AM'); threads[5] = new thread(631, 'How do I set Separate photo albums on IPAD?', 'William Ligon', '08-24-2010', '12:33 AM'); threads[6] = new thread(630, 'New GrooveMaker for iPad Apps', 'bsapp', '08-23-2010', '01:56 PM'); threads[7] = new thread(629, 'Custom look for Apple iPad Case', 'susan b', '08-21-2010', '08:56 AM'); threads[8] = new thread(628, 'iPad -' + '- your new yoga teacher', 'mmmyyy', '08-18-2010', '02:24 AM'); threads[9] = new thread(627, 'iPad iOS 3.2.2 update arrived for fixes PDF bug', 'mmmyyy', '08-17-2010', '06:35 AM'); threads[10] = new thread(626, 'adobe photoshop express released for ipad', 'mmmyyy', '08-16-2010', '04:15 AM'); threads[11] = new thread(625, 'Credit card size EFO bluetooth keyboard for ipad & iphone', 'alex_cflam', '08-15-2010', '11:34 AM'); threads[12] = new thread(624, 'great iPad Video App new coming', 'mmmyyy', '08-12-2010', '04:31 AM'); threads[13] = new thread(623, 'iPad iOS 3.2.2 has been released', 'mmmyyy', '08-12-2010', '04:18 AM'); threads[14] = new thread(622, 'Great App for Little Ones!', 'mmspen', '08-11-2010', '12:15 AM');