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(15); threads[0] = new thread(18119, 'سراسیمه', 'ارسطو شمس', '28th August 2010', '01:11 PM'); threads[1] = new thread(18118, 'انجمن ادبی شفیقی فیلترشده است', 'motamedossadat', '26th August 2010', '01:03 PM'); threads[2] = new thread(18116, 'خدای لیلی', 'Samy', '25th August 2010', '09:54 AM'); threads[3] = new thread(18115, 'الفبای عشق', 'اشک', '22nd August 2010', '01:34 PM'); threads[4] = new thread(18114, 'آرزو', 'اشک', '22nd August 2010', '01:29 PM'); threads[5] = new thread(18113, 'غم وجود', 'اشک', '22nd August 2010', '01:24 PM'); threads[6] = new thread(18112, 'نقش حساس پدر در تربیت فرزندان .', 'Shahriar', '22nd August 2010', '04:33 AM'); threads[7] = new thread(18111, 'دیوان...', 'Siavash Baran', '17th August 2010', '11:08 AM'); threads[8] = new thread(18110, 'روح دل انگیز', 'parvaaz', '15th August 2010', '05:38 PM'); threads[9] = new thread(18109, 'کسروی خودباخته و تحریفهای او ...!', 'baygut', '13th August 2010', '10:47 AM'); threads[10] = new thread(18108, 'استفاده از کلمه ی آنا، و... ممنوع اعلام شد !', 'baygut', '1st August 2010', '10:18 AM'); threads[11] = new thread(18107, 'پاسخ شهریار به تهرانی های متمدن!!!', 'baygut', '31st July 2010', '01:48 PM'); threads[12] = new thread(18106, 'هديه فارسهاي متمدن تهران به تركان آذربايجان در ورزشگاه آزادي !', 'baygut', '31st July 2010', '01:31 PM'); threads[13] = new thread(18105, 'پیر ما وقت سحر بیدار شد', 'Samy', '27th July 2010', '07:54 PM'); threads[14] = new thread(18104, 'در عنبران بدرخشید و ماه تا لش شد . نویسنده : جواد خانلری تالشی', 'Shahriar', '26th July 2010', '11:07 PM');