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(1); threads[0] = new thread(3180, 'https://docs.google.com/document/d/1NMENc0KuoR4MO1yOlLpqAJdErdzxNzSP1t9rcW3pN7I/edit', 'داليان', '21-04-2024', '08:54 PM');