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(49125, 'Stewie is doing great!', 'Deena', '02-08-2010', '08:04 PM'); threads[1] = new thread(49124, '2010 AKC/Eukanuba National Championship Information and Qualifying Lists Now Availabl', 'admin', '02-08-2010', '05:50 PM'); threads[2] = new thread(49123, 'IABCA - International All Breed Canine Association', 'angeldane', '02-08-2010', '05:42 PM'); threads[3] = new thread(49122, 'Which of these would you choose?', 'horus', '02-08-2010', '05:35 PM'); threads[4] = new thread(49121, 'Hello from SC', 'horus', '02-08-2010', '05:09 PM'); threads[5] = new thread(49120, 'HELP Broken Toe !', 'Xzander', '02-08-2010', '05:03 PM'); threads[6] = new thread(49119, 'Sadly Vincent is at the Bridge', 'kmoore24', '02-08-2010', '04:15 PM'); threads[7] = new thread(49118, 'Long Live the Danes', 'SusRob0674', '02-08-2010', '04:06 PM'); threads[8] = new thread(49117, 'Food Change', 'whitewlf00', '02-08-2010', '03:30 PM'); threads[9] = new thread(49116, 'Mantle breeding', 'SZZZL', '02-08-2010', '02:08 PM'); threads[10] = new thread(49115, 'Snowzilla', 'dolmod', '02-08-2010', '01:50 PM'); threads[11] = new thread(49114, 'Hello from Knoxville, TN - not an owner but very interested', 'rachelanne820', '02-08-2010', '12:23 PM'); threads[12] = new thread(49113, 'New Blue choices!', 'gr8danlvr1', '02-08-2010', '11:31 AM'); threads[13] = new thread(49112, 'Shat Shat Everywhere', 'dgrewatz', '02-08-2010', '11:05 AM'); threads[14] = new thread(49111, 'The dreaded Nudge….', 'reynosa_k9\'s', '02-08-2010', '10:01 AM');