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(19885, 'Integrating an EAR file with WM', 'akki_84', '09-10-2010', '15:55'); threads[1] = new thread(19883, 'Inetgration Server connecting to JBoss as JMS provider', 'shariha2', '09-09-2010', '22:48'); threads[2] = new thread(19881, 'data insert', 'mursulat', '09-09-2010', '14:11'); threads[3] = new thread(19873, 'Does webmethods support all types of web services?', 'cool.aquarian', '09-08-2010', '12:46'); threads[4] = new thread(19871, 'webservice implementation', 'SM7', '09-08-2010', '08:41'); threads[5] = new thread(19870, 'How to achieve "Exit and Signal Failure" behavior in a Java Service.', 'shahzafar', '09-08-2010', '08:19'); threads[6] = new thread(19868, 'JVM Heap Size', 'rohitware', '09-08-2010', '04:45'); threads[7] = new thread(19861, 'DynamicSQL service exception', 'vannur', '09-06-2010', '09:04'); threads[8] = new thread(19857, 'Process Large Volume XML File', 'rohitgupta2476', '09-05-2010', '23:57'); threads[9] = new thread(19855, 'Problem in getting stored procedure resultset in Order', 'sushree', '09-05-2010', '13:24'); threads[10] = new thread(19853, 'SOAP Error', 'MarlonRea', '09-03-2010', '14:09'); threads[11] = new thread(19852, 'AS2 profile import error. Null Key', 'Baughmanj', '09-03-2010', '10:03'); threads[12] = new thread(19850, 'Storing system properties with TN ?', 'Francoyy', '09-03-2010', '05:45'); threads[13] = new thread(19848, 'Document/Literal Coder: decoding error; cant convert SOAP Message to IS Docume', 'MarlonRea', '09-02-2010', '09:16'); threads[14] = new thread(19844, 'Not able to send attachments by using MTOM/XOP to other application.', 'bsrajput', '09-02-2010', '00:37');