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(36823, 'Images: Stewart Butterfield\'s new gaming start-up', 'Dave@Bytes', '02-09-2010', '05:12 AM'); threads[1] = new thread(36822, 'Stewart Butterfield\'s Tiny Speck team', 'Dave@Bytes', '02-09-2010', '04:11 AM'); threads[2] = new thread(36821, 'Watching the birth of Flickr co-founder\'s gaming start-up', 'Dave@Bytes', '02-09-2010', '04:11 AM'); threads[3] = new thread(36820, 'A list of the most commonly used passwords which website users should avoid', 'jake1496', '02-09-2010', '03:59 AM'); threads[4] = new thread(36819, 'Google launches Nexus One phone support', 'Dave@Bytes', '02-09-2010', '01:16 AM'); threads[5] = new thread(36818, 'iPad pricing: How low can you go, Apple?', 'Dave@Bytes', '02-08-2010', '10:30 PM'); threads[6] = new thread(36817, 'Did this Metro PCS ad make the tech world cringe?', 'Dave@Bytes', '02-08-2010', '10:30 PM'); threads[7] = new thread(36816, 'Password Problems', 'mparegian', '02-08-2010', '10:27 PM'); threads[8] = new thread(36815, 'Twins learn of teen brother\'s death on Facebook', 'Dave@Bytes', '02-08-2010', '09:22 PM'); threads[9] = new thread(36814, 'University worker accused of extorting student file sharers', 'Dave@Bytes', '02-08-2010', '08:21 PM'); threads[10] = new thread(36813, 'Silicon: It\'s good for you, especially in beer', 'Dave@Bytes', '02-08-2010', '08:21 PM'); threads[11] = new thread(36812, 'Boeing\'s next-gen 747 takes air for the first time', 'Dave@Bytes', '02-08-2010', '07:20 PM'); threads[12] = new thread(36811, 'TweetDeck gets a few tweaks', 'Dave@Bytes', '02-08-2010', '07:20 PM'); threads[13] = new thread(36810, 'Microsoft denies Windows 7 battery problem', 'Dave@Bytes', '02-08-2010', '06:11 PM'); threads[14] = new thread(36809, 'Stay home, let Texas Robot attend that meeting', 'Dave@Bytes', '02-08-2010', '06:11 PM');