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(2); threads[0] = new thread(3454, 'من فوائد الصلاة على النبي صلى الله عليه وسلم', 'ارقى سنود', '09-03-2010', '10:38 PM'); threads[1] = new thread(3452, 'سلسلة نوايا المسلم في العبادة إطعام الطعام بالصور', 'ارقى سنود', '09-03-2010', '10:30 PM');