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(164609, 'A tough drill', 'spanky79', '11-20-2009', '04:50 PM'); threads[1] = new thread(164603, 'sudoku', 'driven', '11-20-2009', '04:18 PM'); threads[2] = new thread(164592, 'Cool find', 'Robroy', '11-20-2009', '02:51 PM'); threads[3] = new thread(164591, 'What is your FAVORITE drill using JUST the Cue Ball?', 'Dakota Cues', '11-20-2009', '02:39 PM'); threads[4] = new thread(164589, 'Ob-1 cues', 'jackpot', '11-20-2009', '02:35 PM'); threads[5] = new thread(164586, 'Rug Under the Pool Table', 'ghost ball', '11-20-2009', '01:54 PM'); threads[6] = new thread(164585, 'Tar rules!!!!', 'poolmaster', '11-20-2009', '01:48 PM'); threads[7] = new thread(164583, 'Fellini Case, what type of leather?', 'jimmycue', '11-20-2009', '01:33 PM'); threads[8] = new thread(164581, 'What Are Your thoughts On The New "GBPA" In The UK?', 'TheWizard', '11-20-2009', '01:23 PM'); threads[9] = new thread(164574, 'The Dr. Cue Artistic Cup III has begun!!', 'JesPiddlin', '11-20-2009', '12:23 PM'); threads[10] = new thread(164573, 'Info on Kim Steel tables', 'Maxx', '11-20-2009', '12:10 PM'); threads[11] = new thread(164570, 'Triangle table', 'Cuebuddy', '11-20-2009', '11:58 AM'); threads[12] = new thread(164561, 'UPL Stream today', 'IplayBAD', '11-20-2009', '10:14 AM'); threads[13] = new thread(164545, 'the draw last 32 WC 9-ball women', 'poolie', '11-20-2009', '06:25 AM'); threads[14] = new thread(164541, 'Women\'s World 9 Ball live stream in Windows Media Player Fri AM', 'calcuttaman', '11-20-2009', '05:09 AM');