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(7774, 'To make a non-active window look like an active one', 'touticii', '2010.07.26', '09:25 AM'); threads[1] = new thread(7773, 'HTTP Live Streaming', 'DaveJ', '2010.07.25', '06:58 AM'); threads[2] = new thread(7772, 'Wait until "another" application loads completely', 'touticii', '2010.07.22', '08:04 AM'); threads[3] = new thread(7771, 'Alloc / Release rules, have they changed??', 'nism', '2010.07.22', '07:27 AM'); threads[4] = new thread(7770, 'NSTableView Problem', 'Rdyornot77', '2010.07.21', '09:46 PM'); threads[5] = new thread(7769, 'Cocoa App and window, that can process clicks, but that doesn\'t steal focus', 'touticii', '2010.07.21', '05:19 PM'); threads[6] = new thread(7768, 'How to reconcile NSRect & NSUserDefaultsController', 'TomorrowPlusX', '2010.07.21', '09:01 AM'); threads[7] = new thread(7767, 'Need help to create installer for Apache,mysql,php', 'Bhavik', '2010.07.21', '01:09 AM'); threads[8] = new thread(7764, 'C3Sound Audio Solutions', 'C3Sound', '2010.07.19', '01:29 PM'); threads[9] = new thread(7763, 'How To Close Window in safari for Mac Os', 'mohan', '2010.07.19', '07:09 AM'); threads[10] = new thread(7762, 'search bar between navigation bar and table view', 'psudheer28', '2010.07.17', '04:51 AM'); threads[11] = new thread(7760, 'Can anyone suggest a book for learning about Networking?', 'LastLine', '2010.07.15', '02:45 PM'); threads[12] = new thread(7758, 'iPhone Game Developer Needed', 'bhavinzatun', '2010.07.13', '05:06 AM'); threads[13] = new thread(7755, 'iPhone Development Team/Company', 'Du3nD', '2010.07.12', '11:52 PM'); threads[14] = new thread(7752, 'Mobile Application Developer - NCsoft - Downtown Seattle', 'cgabelein', '2010.07.12', '05:23 PM');