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(4143, 'Windows 8 Motion Sensor Support Detailed', 'Windows 8 Forums', '01-25-2012', '09:28 PM'); threads[1] = new thread(4142, '5 Important Implications of the Windows 8 Pre-Beta', 'Windows 8 Forums', '01-25-2012', '08:24 PM'); threads[2] = new thread(4141, 'Microsoft touts Windows 8 sensor support', 'Windows 8 Forums', '01-25-2012', '01:51 PM'); threads[3] = new thread(4140, 'ARM-based Windows 8 tablets: Signs point to vaporware', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[4] = new thread(4139, 'Microsoft develops 9-axis sensor fusion system for Windows 8 tablets', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[5] = new thread(4138, 'Apple iPad Cannibalization Hints at Microsoft Need for Windows 8', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[6] = new thread(4137, 'I've redone the Windows 8 architecture slide (so you won't have to)', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[7] = new thread(4136, 'Windows 8 adds sensor support, will be the PC to turn, turn, turn', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[8] = new thread(4135, 'I\'ve redone the Windows 8 architecture slide (so you won\'t have to)', 'Windows 8 Forums', '01-25-2012', '01:00 PM'); threads[9] = new thread(4134, 'Windows 8's New Ways to Manage Wireless, Bandwidth', 'Windows 8 Forums', '01-25-2012', '10:32 AM'); threads[10] = new thread(4133, 'Will Windows 8 Really Matter?', 'Windows 8 Forums', '01-24-2012', '08:18 PM'); threads[11] = new thread(4132, 'Microsoft details Windows 8 sensor support', 'Windows 8 Forums', '01-24-2012', '06:34 PM'); threads[12] = new thread(4131, 'Five Important Ways Windows 8 Will Embrace Mobile Broadband', 'Windows 8 Forums', '01-24-2012', '04:58 PM'); threads[13] = new thread(4130, 'Five Important Ways Windows 8 Will Embrace Mobile Broadband', 'Windows 8 Forums', '01-24-2012', '03:19 PM'); threads[14] = new thread(4129, 'Microsoft Talks Up Windows 8 "Sensor Fusion"', 'Windows 8 Forums', '01-24-2012', '03:19 PM');