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(5728, 'Hello All', 'sneakerchick', '11-20-2009', '02:45 AM'); threads[1] = new thread(5727, 'Chesapeake Bay Retriever Owner Help', 'PetStew', '11-18-2009', '02:22 PM'); threads[2] = new thread(5726, 'New commercials Video for dog grooming', 'Roi', '11-18-2009', '07:23 AM'); threads[3] = new thread(5725, 'New Product: Natural dog shampoo', 'Roi', '11-18-2009', '07:23 AM'); threads[4] = new thread(5724, 'snapper/biter', 'dragonlady', '11-17-2009', '06:45 PM'); threads[5] = new thread(5723, 'Photo contest for dog lovers', 'webghost', '11-15-2009', '01:39 AM'); threads[6] = new thread(5722, 'Hello everyone!', 'webghost', '11-15-2009', '01:32 AM'); threads[7] = new thread(5721, 'Could something be wrong with my dog that the vets are missing?', 'ADogsloveis4ever', '11-10-2009', '10:40 AM'); threads[8] = new thread(5720, 'newbie', 'helen333', '11-09-2009', '06:08 AM'); threads[9] = new thread(5719, 'Obedience & Protection Work Video!', 'Vonderstadt', '11-08-2009', '02:56 PM'); threads[10] = new thread(5718, 'New Member', 'Haggis', '11-07-2009', '08:55 AM'); threads[11] = new thread(5717, 'help im worried', 'kayleigh.ross@hotmai.co.u', '11-04-2009', '03:32 PM'); threads[12] = new thread(5716, 'hi, am new and looking for advice,', 'lisab9969', '11-04-2009', '08:48 AM'); threads[13] = new thread(5715, 'Any ideas!', 'imbat', '11-04-2009', '12:17 AM'); threads[14] = new thread(5714, 'New to Dogs', 'imbat', '11-03-2009', '06:53 AM');