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(1);
threads[0] = new thread(2199, 'Nâng cao hiệu quả mua hàng: Tối ưu quy trình tìm kiếm và lựa chọn Nhà cung cấp', 'Ngocttk', '20-02-2025', '10:58 AM');