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(9); threads[0] = new thread(13794, 'The Human Body on Transformation', 'Net', '09-07-2010', '03:37 AM'); threads[1] = new thread(13551, 'shadow creatures??', 'katra', '08-25-2010', '09:18 PM'); threads[2] = new thread(13539, 'velvet warm arms', 'Foesblood', '08-25-2010', '02:37 PM'); threads[3] = new thread(13496, 'lost love', 'Foesblood', '08-23-2010', '09:20 PM'); threads[4] = new thread(13472, 'I\'m Not Mad: A more modern take on Alice In Wonderland', '<\\Mutt/>', '08-22-2010', '11:05 PM'); threads[5] = new thread(13470, 'The curse!', 'Foesblood', '08-22-2010', '08:04 PM'); threads[6] = new thread(13457, 'Harvest of the beast', 'Foesblood', '08-22-2010', '01:34 AM'); threads[7] = new thread(13281, 'Real Werewolf? Here\'s $5,000!', 'GhostBat', '08-13-2010', '03:54 PM'); threads[8] = new thread(13245, 'I\'d TAP that!', 'Vendetta', '08-12-2010', '04:34 PM');