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(10); threads[0] = new thread(2732, 'انتي كالشكولاته', 'العندليب', '27 - 4 - 2024', '10:09 PM'); threads[1] = new thread(2731, 'تبسمي فلا احد يراقبنا', 'العندليب', '27 - 4 - 2024', '10:07 PM'); threads[2] = new thread(2730, 'العشق لكي', 'العندليب', '27 - 4 - 2024', '10:06 PM'); threads[3] = new thread(2729, 'يا قلبي الدهبي انتي يا حبيبتي', 'العندليب', '27 - 4 - 2024', '10:04 PM'); threads[4] = new thread(2728, 'اعشقك واموت فيك', 'العندليب', '27 - 4 - 2024', '10:00 PM'); threads[5] = new thread(2727, 'احبك', 'العندليب', '27 - 4 - 2024', '09:56 PM'); threads[6] = new thread(2726, 'قواصل 3', 'العندليب', '27 - 4 - 2024', '09:54 PM'); threads[7] = new thread(2725, 'فواصل 2', 'العندليب', '27 - 4 - 2024', '09:53 PM'); threads[8] = new thread(2724, 'ولا اروع', 'العندليب', '27 - 4 - 2024', '09:51 PM'); threads[9] = new thread(2723, 'فواصل مسطره', 'العندليب', '27 - 4 - 2024', '09:48 PM');