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(3883, 'من ليبيا ياتى الجديد', 'انور', '09-03-2010', '05:31 PM'); threads[1] = new thread(3882, 'عاجل تسجيل الطلاب الجدد جامعة الفاتح', 'bravo', '08-27-2010', '11:43 AM'); threads[2] = new thread(3881, 'ضو ربيع', 'mohamed', '08-18-2010', '05:54 PM');