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(30); threads[0] = new thread(41419, 'OMG, He\'s so cute it\'s killing me!', 'MrsK', '09-06-2010', '01:33 AM'); threads[1] = new thread(41418, 'Indiana?', 'Zoe', '09-06-2010', '12:51 AM'); threads[2] = new thread(41416, 'please tell me this gets better', 'Zoe', '09-05-2010', '06:14 PM'); threads[3] = new thread(41413, 'lightweight jacket', 'HouseofWool', '09-05-2010', '01:50 PM'); threads[4] = new thread(41410, 'Sleep schedule', 'alison', '09-04-2010', '07:52 PM'); threads[5] = new thread(41409, 'Just another teen rant...', 'peggyfromwastate', '09-04-2010', '03:07 PM'); threads[6] = new thread(41405, 'Blog Post about Med Students doing Exams', 'MarissaNicole', '09-03-2010', '08:58 PM'); threads[7] = new thread(41400, 'Winter boots', 'MarissaNicole', '09-03-2010', '03:45 PM'); threads[8] = new thread(41399, 'College Football - Week 1', 'scarlett09', '09-03-2010', '02:54 PM'); threads[9] = new thread(41398, 'Freakonomics', 'medpedspouse', '09-03-2010', '02:44 PM'); threads[10] = new thread(41397, 'New shopping haul!', 'LilySayWhat', '09-03-2010', '01:00 PM'); threads[11] = new thread(41395, 'Droid Apps', 'MarissaNicole', '09-03-2010', '02:31 AM'); threads[12] = new thread(41391, 'Shingles', 'Deebs', '09-02-2010', '09:04 PM'); threads[13] = new thread(41389, 'Dancing dog', 'MissCrabette', '09-02-2010', '07:29 PM'); threads[14] = new thread(41381, 'What\'s your favorite party game?', 'L.Jane', '09-02-2010', '02:05 PM'); threads[15] = new thread(41380, 'judged because we are in the medical profession', 'thegirlnextdoor', '09-02-2010', '12:38 PM'); threads[16] = new thread(41378, 'Books on Becoming a Big Sister', 'scarlett09', '09-02-2010', '02:34 AM'); threads[17] = new thread(41375, 'Fish Taco Question...', 'Mrs.BrainSurgeon', '09-01-2010', '07:36 PM'); threads[18] = new thread(41372, 'Fashionistas: help needed with a weird skirt.....', 'Sheherezade', '09-01-2010', '01:34 PM'); threads[19] = new thread(41371, 'Lunch Box Ideas', 'Luanne123', '08-31-2010', '10:20 PM'); threads[20] = new thread(41367, 'Ants...', 'alison', '08-31-2010', '05:26 PM'); threads[21] = new thread(41366, '3yo won\'t eat "messy" foods', 'Deb7456', '08-31-2010', '02:15 PM'); threads[22] = new thread(41365, 'and now... crayon in the dryer!', 'Deb7456', '08-31-2010', '01:30 PM'); threads[23] = new thread(41364, 'Hi there!', 'flakydaisy', '08-31-2010', '03:11 AM'); threads[24] = new thread(41362, 'Brazillian Blowout?', 'Zoe', '08-30-2010', '05:57 PM'); threads[25] = new thread(41359, 'Gym membership', 'thegirlnextdoor', '08-30-2010', '03:02 PM'); threads[26] = new thread(41358, 'Pumpkin Spice Lattes are here!', 'SoonerTexan', '08-30-2010', '02:36 PM'); threads[27] = new thread(41357, 'online shopping question', 'HouseofWool', '08-30-2010', '11:48 AM'); threads[28] = new thread(41356, 'Mercury in Retrograde', 'DCJenn', '08-30-2010', '02:42 AM'); threads[29] = new thread(41351, 'Things you MUST do in New York City? Help!', 'DrS\'sMiss', '08-28-2010', '10:51 PM');