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(20); threads[0] = new thread(13998, 'Hotchkis Expands to New, Larger Facility!', 'Hotchkis', 'Sep 2nd, 10', '05:34 PM'); threads[1] = new thread(13997, 'wtb 70 Nova rear seat', 'stuper01', 'Sep 2nd, 10', '05:06 PM'); threads[2] = new thread(13996, '78 nova project whats it worth', 'zachary', 'Sep 2nd, 10', '04:59 PM'); threads[3] = new thread(13995, '20% off and free shipping through Sept 7th', 'Kris@TheHoffmanGroup', 'Sep 2nd, 10', '04:51 PM'); threads[4] = new thread(13994, 'interior carpet for a fourth gen nova', 'drewc', 'Sep 2nd, 10', '12:19 PM'); threads[5] = new thread(13993, 'Welcome MemberCalendars.com!', 'admin', 'Sep 2nd, 10', '12:16 PM'); threads[6] = new thread(13992, '1971 Nova TT Need Help', 'fuzzyhall', 'Sep 2nd, 10', '10:21 AM'); threads[7] = new thread(13991, 'Why aren\'t you rich?', 'earthquake77', 'Sep 2nd, 10', '08:15 AM'); threads[8] = new thread(13990, 'Hurricane EARL!', 'armentrout', 'Sep 2nd, 10', '06:10 AM'); threads[9] = new thread(13989, 'Vacuum Pumps', 'Blown73', 'Sep 2nd, 10', '01:01 AM'); threads[10] = new thread(13988, 'Mono Leif', 'CANSO EH', 'Sep 2nd, 10', '12:40 AM'); threads[11] = new thread(13987, '2nd vin # location', 'autox', 'Sep 1st, 10', '10:20 PM'); threads[12] = new thread(13986, 'Newbie Needs Help', 'jwesleyc3', 'Sep 1st, 10', '08:06 PM'); threads[13] = new thread(13985, '1971 nova hot', 'chevychuck', 'Sep 1st, 10', '03:59 PM'); threads[14] = new thread(13984, 'Suspension Upgrade', 'mbowling6', 'Sep 1st, 10', '02:44 PM'); threads[15] = new thread(13983, 'Look what i found!!!', 'tx71nova', 'Aug 31st, 10', '11:41 PM'); threads[16] = new thread(13982, 'Rear seat to Trunk partition.', 'novaboy', 'Aug 31st, 10', '07:13 PM'); threads[17] = new thread(13981, 'Stock or solid body mounts', 'Cruisin69', 'Aug 31st, 10', '04:24 PM'); threads[18] = new thread(13980, '1970 Nova door jamb vent', 'bracketchev1221', 'Aug 31st, 10', '01:05 PM'); threads[19] = new thread(13979, 'What carb would you choose?', 'Logan', 'Aug 31st, 10', '10:28 AM');