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(97967, 'سياسة الخصوصية', 'الهامورة', '13-11-2009', '04:04 PM'); threads[1] = new thread(97966, 'سياسة المملكة لا تسمح لأي جهة بتعكير صفو الحج', 'الهامورة', '13-11-2009', '03:59 PM'); threads[2] = new thread(97933, 'قصة الحوثيين من الألف إلى الياء!!‏', 'طرطعه 001', '11-11-2009', '09:04 PM');