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(173467, 'شعر الزهد والحكمة لابي العتاهية ...الحمين', 'السليماني', '19 / 04 / 2025', '48 : 09 PM');
threads[1] = new thread(173464, 'منظومة فاز من قام الليالي بصوت عبد الرحمن الحمين ...', 'السليماني', '16 / 04 / 2025', '53 : 10 PM');