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(89073, 'American Kenpo or just Kenpo in MMA.', 'Mider1985', '07-27-2010', '02:17 AM'); threads[1] = new thread(88674, 'I\'ve got my second dan black belt', 'Manny', '07-13-2010', '02:50 PM'); threads[2] = new thread(88585, 'Mark the date for the 6th Annual Bob White Invitational!', 'vishalshukla', '07-09-2010', '04:51 PM'); threads[3] = new thread(88565, '"It\'s in there!"', 'Hand Sword', '07-09-2010', '01:40 AM'); threads[4] = new thread(88445, 'How much do you practice chokes and strangulations?', 'Thesemindz', '07-03-2010', '10:25 PM'); threads[5] = new thread(88394, 'Dream come true!!', 'yorkshirelad', '07-01-2010', '03:38 PM'); threads[6] = new thread(88377, 'Kenpo in Nashville', 'jfarnsworth', '06-30-2010', '06:31 AM'); threads[7] = new thread(88290, 'Putting On Your Personal Touch', 'MJS', '06-25-2010', '08:08 PM'); threads[8] = new thread(88279, 'What is that?', 'Hand Sword', '06-25-2010', '03:42 AM'); threads[9] = new thread(88274, 'Free styling Ke(m/n)po?', 'Hand Sword', '06-24-2010', '11:33 PM'); threads[10] = new thread(88240, 'Class Plan for this Saturday', 'Thesemindz', '06-23-2010', '03:10 AM'); threads[11] = new thread(88170, 'Kenpo and Boxing', 'MJS', '06-19-2010', '08:25 PM'); threads[12] = new thread(88149, 'Sad News', 'SenseiKeith', '06-18-2010', '12:08 PM'); threads[13] = new thread(88008, 'Training after surgery? I\'M BACK!!!', 'KempoShaun', '06-12-2010', '03:17 AM'); threads[14] = new thread(87975, 'The way to ensure what I\'m doing', 'Eshwar', '06-10-2010', '05:34 AM');