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(10); threads[0] = new thread(2782, 'Happy Birthday nadyata, clef_d', 'topsynergy', 'February 9th, 2010', '02:34 AM'); threads[1] = new thread(2781, 'My bff is my world', 'mommalove112', 'February 8th, 2010', '10:32 PM'); threads[2] = new thread(2780, 'Happy Birthday nisgirl, swan', 'topsynergy', 'February 8th, 2010', '02:40 AM'); threads[3] = new thread(2779, 'Coen brothers', 'jmacken', 'February 8th, 2010', '12:14 AM'); threads[4] = new thread(2778, 'Happy Birthday amiee_corigliano, roberttominaga, Donald12', 'topsynergy', 'February 7th, 2010', '02:49 AM'); threads[5] = new thread(2777, 'Happy Birthday Celtski, daguila, maartenhunting, Decius, ADITI, Pandora', 'topsynergy', 'February 6th, 2010', '02:40 AM'); threads[6] = new thread(2776, 'To Ms. Barbra Streisand', 'Guisela', 'February 5th, 2010', '07:11 PM'); threads[7] = new thread(2775, 'Got the Remix for Fireman in Spanish Version', 'ELMAGNIFICOJUNIOR', 'February 5th, 2010', '10:52 AM'); threads[8] = new thread(2774, 'Happy Birthday stardeer, LydiainRed', 'topsynergy', 'February 5th, 2010', '05:06 AM'); threads[9] = new thread(2773, 'Benicio del Toro', 'spike', 'February 4th, 2010', '11:42 PM');