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(42510, 'Gateway DX4640 will not boot', 'haemonic', '09-02-2010', '07:37 PM'); threads[1] = new thread(42509, 'Here come \'Hurt Locker\' file-sharing subpoenas', 'Dave@Bytes', '09-02-2010', '07:21 PM'); threads[2] = new thread(42508, 'IETF: AT&T\'s Net neutrality claim is \'misleading\'', 'Dave@Bytes', '09-02-2010', '07:21 PM'); threads[3] = new thread(42507, 'Google\'s Schmidt mocked in Times Square ads', 'Dave@Bytes', '09-02-2010', '06:15 PM'); threads[4] = new thread(42506, 'Facebook adds new remote log-out security feature', 'Dave@Bytes', '09-02-2010', '05:06 PM'); threads[5] = new thread(42505, 'Audit finds PG&E smart meters accurate, faults customer service', 'Dave@Bytes', '09-02-2010', '05:06 PM'); threads[6] = new thread(42504, 'Apple\'s Ping seems half-baked at launch', 'Dave@Bytes', '09-02-2010', '04:05 PM'); threads[7] = new thread(42503, 'Toshiba recalls 41,000 laptops for overheating', 'Dave@Bytes', '09-02-2010', '04:05 PM'); threads[8] = new thread(42502, 'Survey: E-mail eats up your time off', 'Dave@Bytes', '09-02-2010', '02:42 PM'); threads[9] = new thread(42501, 'The mystery of the disappearing Facebook-Ping integration', 'Dave@Bytes', '09-02-2010', '02:42 PM'); threads[10] = new thread(42500, 'instalation', 'systel', '09-02-2010', '02:21 PM'); threads[11] = new thread(42499, 'help', 'blazin4ch', '09-02-2010', '01:45 PM'); threads[12] = new thread(42498, 'India wants local servers from RIM, Google, Skype', 'Dave@Bytes', '09-02-2010', '01:40 PM'); threads[13] = new thread(42497, 'Nigerian scam tops list of decade\'s online cons', 'Dave@Bytes', '09-02-2010', '01:40 PM'); threads[14] = new thread(42496, 'Navteq tries to make GPS directions more \'human\'', 'Dave@Bytes', '09-02-2010', '12:23 PM');