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(4); threads[0] = new thread(206104, 'هل خلقتنى لاعبدك', 'وجدى القس', '09-08-2010', '05:17 PM'); threads[1] = new thread(205162, '6- مقالات قصيرة عن الروح القدس - ابونا متى المسكين - إعلان الروح', 'sallymessiha', '09-06-2010', '09:09 PM'); threads[2] = new thread(200773, 'كيف ينمو المسيح في الحكمة وهو الاله الكامل ؟ للمتنيح‏ ‏الأنبا‏ ‏غريغوريوس', 'tito227', '08-29-2010', '04:56 AM'); threads[3] = new thread(198952, 'معجزة الكفن المقدس', 'ميري جورج', '08-25-2010', '05:09 AM');