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(12); threads[0] = new thread(60, 'I Use Php For My Website?', 'sahilsmith', '10-09-2007', '12:38 AM'); threads[1] = new thread(59, 'Looking cheap hosting company', 'ayeshas', '10-06-2007', '02:57 AM'); threads[2] = new thread(58, 'Ladies, Find Wealthy Men Around Your Area', 'Gene Stewarts', '10-01-2007', '03:41 AM'); threads[3] = new thread(57, 'Colleges For A Career In Web Design?', 'Fara', '09-24-2007', '01:32 AM'); threads[4] = new thread(56, 'Can I Get Web Design Tutorial?', 'Fara', '09-24-2007', '01:15 AM'); threads[5] = new thread(55, 'Web design!!! I need all the related answers I can get! You get 2 points?', 'Nav123', '09-22-2007', '04:48 AM'); threads[6] = new thread(54, 'A Few Web Design Questions?', 'Fara', '09-22-2007', '02:39 AM'); threads[7] = new thread(53, 'Difference Between E-Commerce And Web Design?', 'Fara', '09-22-2007', '02:31 AM'); threads[8] = new thread(52, 'When thinking about SEO what words come to mind?', 'preet', '09-20-2007', '06:59 AM'); threads[9] = new thread(51, 'which programming language is good', 'preet', '09-20-2007', '06:57 AM'); threads[10] = new thread(50, 'Macromedia?', 'preet', '09-20-2007', '06:54 AM'); threads[11] = new thread(49, 'Web Page, Help with Pictures Loading', 'robinhood', '09-17-2007', '02:59 AM');