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(74975, 'الموسم الثاني من مسلسل Damages', 'dreamboydz', '09-05-2010', '07:30 PM'); threads[1] = new thread(74974, 'الموسم الأول من مسلسل Damages', 'dreamboydz', '09-05-2010', '07:28 PM'); threads[2] = new thread(74973, 'كل مواسم المـسـلـسل البوليسي Mr Monk', 'dreamboydz', '09-05-2010', '07:21 PM'); threads[3] = new thread(74972, 'المسلسل القصير Traveler', 'dreamboydz', '09-05-2010', '07:12 PM'); threads[4] = new thread(74971, 'الموسم الثاني من Gossip.Girl', 'dreamboydz', '09-05-2010', '07:04 PM'); threads[5] = new thread(74970, 'الموسم الأول من Gossip.Girl', 'dreamboydz', '09-05-2010', '07:01 PM'); threads[6] = new thread(74969, 'الموسم الأول من مسلسل 90210', 'dreamboydz', '09-05-2010', '06:49 PM'); threads[7] = new thread(74964, 'الموسم الثاني من مسلسل Terminator TSCC', 'dreamboydz', '09-05-2010', '05:30 PM'); threads[8] = new thread(74963, 'الموسم الأول من مسلسل Terminator TSCC', 'dreamboydz', '09-05-2010', '05:27 PM'); threads[9] = new thread(74962, 'مسلسل Twenty Four (24) RMVB المواسم السبعة', 'dreamboydz', '09-05-2010', '05:16 PM'); threads[10] = new thread(74961, 'مسلسل One Tree Hill كل المواسم', 'dreamboydz', '09-05-2010', '04:47 PM'); threads[11] = new thread(74683, 'تحميل مسلسل الأو ل Buffy The Vampire Slayer', 'dreamboydz', '09-02-2010', '06:39 PM'); threads[12] = new thread(74680, 'مسلسل Sad Love Story', 'dreamboydz', '09-02-2010', '04:39 PM'); threads[13] = new thread(74679, 'مسلسل Friend Our Legend', 'dreamboydz', '09-02-2010', '04:37 PM'); threads[14] = new thread(74676, 'مسلسل personal taste', 'dreamboydz', '09-02-2010', '04:23 PM');