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(2); threads[0] = new thread(37954, 'What payment methods can a P2P Crypto Exchange Script support?', 'peterparker', '10-12-25', '20:46'); threads[1] = new thread(37953, 'Physiotherapy and rehabilitation in Tuscany Village Victoria', 'ChunL26056', '09-12-25', '21:26');