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(2);
threads[0] = new thread(173514, 'لأول مرة نلتقى مع فضيلة القارئ الشيخ / محمد عبدالوهاب الطنطاوى - القصص + الانسان - السنبلاوين 18-5-2007', 'رفعـت', '09 / 06 / 2025', '16 : 04 PM');
threads[1] = new thread(173506, 'تلاوة نادرة جدا تذاع لأول مرة لفضيلة الشيخ / محمد عبدالوهاب الطنطاوى - القصص - الزريقى 24-8-2006.', 'رفعـت', '30 / 05 / 2025', '04 : 09 PM');