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(3572, 'GunGame in CoD: Black Ops !!!', 'Ev!L ErN!E', '09-02-2010', '11:27 PM'); threads[1] = new thread(3571, 'Double XP Bonus for Labor Day Weekend!', 'Ev!L ErN!E', '09-01-2010', '12:31 AM'); threads[2] = new thread(3570, 'Happy Birthday Sparks', 'Ev!L ErN!E', '08-31-2010', '11:02 PM'); threads[3] = new thread(3569, 'VEntrilo Due', 'korn', '08-30-2010', '03:05 AM');