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(983, 'bullshit! ur not engaged...', 'Pharo', '09-03-2010', '12:13 PM'); threads[1] = new thread(982, 'Paradoxes and conflicting techniques', 'State', '09-02-2010', '10:18 AM'); threads[2] = new thread(981, 'Stuff I realised this weekend', 'hxc87x', '08-31-2010', '12:05 PM'); threads[3] = new thread(980, 'Style and Fashion Advice', 'Alan', '08-30-2010', '12:57 PM'); threads[4] = new thread(979, 'Crazy horny woman chasing State...', 'State', '08-29-2010', '12:58 PM'); threads[5] = new thread(978, 'IronMan in JHB', 'IronManMMA', '08-28-2010', '08:48 PM'); threads[6] = new thread(977, 'You know yourself', 'Tempest', '08-28-2010', '12:43 PM'); threads[7] = new thread(976, 'Handling Bitch Shields', 'State', '08-27-2010', '03:13 PM'); threads[8] = new thread(975, 'The ease of the day game', 'S3cretz', '08-27-2010', '02:29 PM'); threads[9] = new thread(974, 'Being a Pua in bed', 'S3cretz', '08-27-2010', '02:14 PM'); threads[10] = new thread(973, 'The big bad bat', 'S3cretz', '08-27-2010', '02:05 PM'); threads[11] = new thread(972, 'Some of my own self tailored Openers', 'S3cretz', '08-26-2010', '10:03 PM'); threads[12] = new thread(971, 'OI!', 'S3cretz', '08-26-2010', '09:51 PM'); threads[13] = new thread(970, 'Slipping stuff into a woman\'s drink', 'State', '08-25-2010', '02:17 PM'); threads[14] = new thread(969, 'Let the game begin', 'Dape', '08-24-2010', '11:42 PM');