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(15); threads[0] = new thread(4263, 'xzibit live adelaide heat wave', 'tripper69', '02-07-2010', '12:32 AM'); threads[1] = new thread(4262, 'Introduction', 'bishop', '02-06-2010', '06:12 AM'); threads[2] = new thread(4261, 'Introduction', 'jemspitter', '02-06-2010', '01:31 AM'); threads[3] = new thread(4260, 'Info\'s About XZIBIT And New Album', 'aLvin', '02-05-2010', '04:36 AM'); threads[4] = new thread(4258, 'I need heeeelp!!!!!!!', 'sLOVEnia', '02-04-2010', '08:06 AM'); threads[5] = new thread(4256, 'Mitchy Slick & Strong Arm Steady', 'QualityMC', '02-03-2010', '06:20 AM'); threads[6] = new thread(4255, 'Pimp rulez', 'tofu', '02-01-2010', '06:32 AM'); threads[7] = new thread(4254, 'Big Rat Loc - Bang Out Till I Die', 'djhoodstar', '01-31-2010', '07:08 AM'); threads[8] = new thread(4253, 'Hello :)', 'aLvin', '01-29-2010', '03:00 AM'); threads[9] = new thread(4251, 'NEW GOOD STATION hip hop', 'day', '01-22-2010', '11:44 AM'); threads[10] = new thread(4249, 'Hey guys, how are you all doing?', 'Past Light', '01-22-2010', '08:08 AM'); threads[11] = new thread(4248, 'Haiti & Us', 'nathan57', '01-21-2010', '12:44 PM'); threads[12] = new thread(4247, 'exploit the art and watch hip hop fall apart?', 'BennyBB', '01-20-2010', '11:16 AM'); threads[13] = new thread(4246, 'eltodti', 'eltodti', '01-14-2010', '12:15 PM'); threads[14] = new thread(4245, '3nvious - Blood Rush (Hosted By Qc)', 'djhoodstar', '01-13-2010', '06:39 PM');