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(27716, 'Long distance breakup and retrieval of belongings.', 'tatata', '09-02-2010', '04:35 PM'); threads[1] = new thread(27711, 'Sharing him with another woman', 'Ladyin50s', '09-02-2010', '01:47 AM'); threads[2] = new thread(27710, 'What does it mean when...', 'Toby', '09-02-2010', '01:36 AM'); threads[3] = new thread(27707, 'was I wrong?', 'molly', '09-01-2010', '10:48 PM'); threads[4] = new thread(27706, 'How Do I Best Reply to This Text?', 'Seeker', '09-01-2010', '09:10 PM'); threads[5] = new thread(27705, 'dating an international girl', 'superunknown', '09-01-2010', '02:52 PM'); threads[6] = new thread(27704, 'This girl says she just wants to be friends but I don\'t know', 'Kain Highwind', '09-01-2010', '01:59 PM'); threads[7] = new thread(27703, 'Two Women, Who/How do I choose?', 'toomuchlove', '09-01-2010', '01:57 PM'); threads[8] = new thread(27702, 'fem opinions wanted please', 'xboxgamer', '09-01-2010', '12:15 PM'); threads[9] = new thread(27700, 'Guy accidentally texting me?', 'jennapurr', '09-01-2010', '11:40 AM'); threads[10] = new thread(27699, 'How do you know if your really in love with someone or it\'s something else?', 'dendarkness', '09-01-2010', '06:56 AM'); threads[11] = new thread(27695, 'dont know what to do anymore...', 'Bubbles bri', '09-01-2010', '12:12 AM'); threads[12] = new thread(27694, 'Big deal or not?', 'tennisbabe2', '08-31-2010', '04:42 PM'); threads[13] = new thread(27693, 'Girl I met kisses ME first, and now after our first date I\'m not sure what\'s going on', 'roflcopter', '08-31-2010', '03:58 PM'); threads[14] = new thread(27692, 'when a man is "jealous"...', 'likenatural', '08-31-2010', '01:28 PM');