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(4); threads[0] = new thread(4921, '**Tomasz Adamek vs Michael Grant**', 'Primetime', '08-18-2010', '11:44 AM'); threads[1] = new thread(4918, 'Sweetboxing Boxin Forum', 'SB Dot Com', '08-17-2010', '09:47 PM'); threads[2] = new thread(4917, 'don britton australian boxing', 'chase', '08-13-2010', '11:26 PM'); threads[3] = new thread(4916, 'Boxing Writers/Journalists Needed for New Online Boxing Project.', 'Round12', '08-08-2010', '09:17 AM');