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(209195, 'هل تعمل ريجسترات يامها 3000 علي جهاز يامها 2000', 'كومانش', '30-04-24', '05:59 AM');