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(17157, 'Queries for university database', 'PSB', '11-20-2009', '02:53 PM'); threads[1] = new thread(17156, 'ORDER BY with select UNIONs - not sorting properly', 'robpet', '11-20-2009', '02:38 PM'); threads[2] = new thread(17154, 'Login Script', 'oneblueaugust', '11-20-2009', '03:36 AM'); threads[3] = new thread(17153, 'Unable to retrieve values from database', 'DivinationX', '11-20-2009', '12:50 AM'); threads[4] = new thread(17152, 'Putting <script> tag correctly', 'Vlad', '11-20-2009', '12:36 AM'); threads[5] = new thread(17150, 'Return value to method in class', 'luz', '11-19-2009', '09:37 PM'); threads[6] = new thread(17144, 'Broken Image Links', 'oneblueaugust', '11-19-2009', '04:34 PM'); threads[7] = new thread(17143, 'Background iamge doesn´t fully show up in IE', 'Vlad', '11-19-2009', '01:40 PM'); threads[8] = new thread(17142, 'compare modified timeon two file diff time zones', 'chprakashs', '11-19-2009', '11:29 AM'); threads[9] = new thread(17141, 'I want to read text file and chcek perticular word and give output', 'Vanita', '11-19-2009', '04:48 AM'); threads[10] = new thread(17140, 'Vbscript - delete locked files', 'ismail', '11-19-2009', '04:18 AM'); threads[11] = new thread(17138, ':confused: The way MySQL/PHP works on a website. :confused:', 'Optix', '11-18-2009', '11:23 PM'); threads[12] = new thread(17137, 'converting date/time of MySQL into GMT time/date', 'lauthiamkok', '11-18-2009', '09:36 PM'); threads[13] = new thread(17135, 'Using sessions to display form inputted data', 'JamLeeBar', '11-18-2009', '02:54 PM'); threads[14] = new thread(17133, 'using substr for the first time', 'lhernandez', '11-18-2009', '01:37 PM');