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(5); threads[0] = new thread(98184, 'اذا (هجر)شاب فتاة تقول(في قلبها)', 'jakk', '22-11-2009', '03:48 AM'); threads[1] = new thread(98163, 'بــسألك يــادنيــا ؟؟ بس سؤال وصارحينـي؟؟', 'miss. دماار', '21-11-2009', '06:20 AM'); threads[2] = new thread(98162, 'أسالك بالله يابنتي لا تبكيني', 'miss. دماار', '21-11-2009', '06:16 AM'); threads[3] = new thread(98136, 'قصه قصره ذات معاني كثيره', 'its_mylife_77', '20-11-2009', '12:10 PM'); threads[4] = new thread(98135, 'الاحتضآر ] مآ قبل { الأخير ..||', 'needlove', '20-11-2009', '11:42 AM');