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(89120, 'ATA success story!!!!', 'Gorilla', '07-28-2010', '12:43 PM'); threads[1] = new thread(89103, 'How many DoJangs are out there that have no Korean Masters?', 'Fing Fang Foom', '07-27-2010', '10:37 PM'); threads[2] = new thread(89089, 'I am not getting better', 'Manny', '07-27-2010', '02:39 PM'); threads[3] = new thread(89071, 'Sometimes Smaller is better!!!', 'Gorilla', '07-26-2010', '06:38 PM'); threads[4] = new thread(89048, 'Weight Management', 'Archtkd', '07-25-2010', '10:25 PM'); threads[5] = new thread(89032, 'Does step sparring really teach proper distancing?', 'myusername', '07-24-2010', '06:07 PM'); threads[6] = new thread(88989, 'Authentic Korean Martial Arts in Los Angeles, California', 'Mider1985', '07-22-2010', '04:22 PM'); threads[7] = new thread(88983, 'So, Any Resources to Learn How to Teach to Children?', 'dancingalone', '07-22-2010', '10:58 AM'); threads[8] = new thread(88982, 'Knifehand Block or Sudo Makki', 'dancingalone', '07-22-2010', '10:27 AM'); threads[9] = new thread(88976, 'Grappling, is it needed?', 'ATC', '07-21-2010', '03:31 PM'); threads[10] = new thread(88974, 'Setting new goals', 'Manny', '07-21-2010', '01:50 PM'); threads[11] = new thread(88970, 'long range/midle range/close quarters', 'Manny', '07-21-2010', '12:02 PM'); threads[12] = new thread(88963, 'hello', 'ANGEL C', '07-21-2010', '08:19 AM'); threads[13] = new thread(88921, 'Olympic Dream is it real or just plain insanity!', 'Gorilla', '07-19-2010', '05:25 PM'); threads[14] = new thread(88915, 'Passing the lagacy', 'Manny', '07-19-2010', '11:35 AM');