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(3); threads[0] = new thread(73479, 'Girls From Your Town - No Selfie - Anonymous Casual Dating', 'ali.samadifard', '09-06-26', '10:22'); threads[1] = new thread(73475, 'راهنمای خرید مودم فیبر نوری', 'sinatak', '23-05-26', '10:58'); threads[2] = new thread(73474, 'نرم افزار winbox', 'omid2ss', '16-05-26', '16:28');