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(270138, 'Btc', 'miningworldworld', '05-08-2021', '10:26 AM'); threads[1] = new thread(270137, 'OFFICIAL Mini Camp Roster', 'jetsrule128', '05-07-2021', '04:11 PM'); threads[2] = new thread(270135, 'The Road II: The Landing Strip', 'Traitor Jay & the Woodies', '02-18-2021', '02:48 PM'); threads[3] = new thread(270134, 'NJ Jets 2021 - what\'s to come?', 'btdugan', '02-17-2021', '03:38 PM'); threads[4] = new thread(270132, 'Super Bowl Inactives', 'jetsrule128', '02-07-2021', '05:20 PM'); threads[5] = new thread(270128, 'OL Cameron Clark IS ACTIVE Today-Jets Inactives Today', 'jetsrule128', '01-03-2021', '11:39 AM'); threads[6] = new thread(270127, 'Browns Steal OL From Jets Practice Squad', 'jetsrule128', '01-02-2021', '02:36 PM'); threads[7] = new thread(270125, 'OL Cameron Clark IS ACTIVE Today-Jets Inactives Today', 'jetsrule128', '12-27-2020', '11:39 AM'); threads[8] = new thread(270124, 'Jets Inactives Today', 'jetsrule128', '12-20-2020', '02:55 PM'); threads[9] = new thread(270123, 'Jets Inactives Today', 'jetsrule128', '12-13-2020', '02:43 PM'); threads[10] = new thread(270121, 'Jets Inactives Today', 'jetsrule128', '12-06-2020', '11:36 AM'); threads[11] = new thread(270120, 'Jets Inactives Today', 'jetsrule128', '11-29-2020', '11:42 AM'); threads[12] = new thread(270118, 'Jets Inactives Today', 'jetsrule128', '11-22-2020', '02:45 PM'); threads[13] = new thread(270117, 'Jets Inactives Today', 'jetsrule128', '11-09-2020', '07:04 PM'); threads[14] = new thread(270116, 'Jets Inactives Today', 'jetsrule128', '11-01-2020', '11:40 AM');