function thread(threadid, title, category, place) { this.threadid = threadid; this.title = title; this.category = category; this.place = place; } var threads = new Array(); threads[0] = new thread(19, 'Trading Systems Engineer: C++ Unix/Linux, STL', 'Financial Jobs', 'UK' ); threads[1] = new thread(27, 'C++/C Programmer - Blackbox', 'Financial Jobs', 'New York' ); threads[2] = new thread(20, 'Quant Strategist: High Frequency Volatility Arb. T...', 'Financial Jobs', 'New York' ); threads[3] = new thread(15, 'Securities Trader', 'Financial Jobs', 'Illinois' );