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(152, 'How to stop smoking', 'devil999x', '09-03-2010', '12:27 PM'); threads[1] = new thread(150, '\'The Green Hornet\' Trailer HD', 'devil999x', '09-03-2010', '12:21 PM'); threads[2] = new thread(149, 'Due Date\' Trailer HD', 'devil999x', '09-03-2010', '12:17 PM'); threads[3] = new thread(147, 'Members please introduce your self', 'devil999x', '09-03-2010', '12:12 PM'); threads[4] = new thread(146, '\'Piranha 3D\' Trailer HD', 'devil999x', '09-03-2010', '12:09 PM'); threads[5] = new thread(145, 'The Switch 2010 trailer', 'devil999x', '09-03-2010', '12:06 PM'); threads[6] = new thread(144, 'Nanny McPhee Returns HD Trailer 2010', 'devil999x', '09-03-2010', '12:03 PM'); threads[7] = new thread(143, 'Inception - Official Trailer 2 [HD]', 'devil999x', '09-03-2010', '12:02 PM'); threads[8] = new thread(142, 'Vampires Suck 2010 Trailer HQ', 'devil999x', '09-03-2010', '12:00 PM'); threads[9] = new thread(141, 'fficial THE OTHER GUYS Trailer in HD 2010', 'devil999x', '09-03-2010', '11:57 AM'); threads[10] = new thread(140, '\'Eat, Pray, Love\' Trailer HD 2010', 'devil999x', '09-03-2010', '11:55 AM'); threads[11] = new thread(139, '\'The Expendables\' Trailer HD 2010', 'devil999x', '09-03-2010', '11:53 AM'); threads[12] = new thread(138, '\'The Last Exorcism\' Trailer HD 2010 Sep', 'devil999x', '09-03-2010', '11:49 AM'); threads[13] = new thread(137, '"Takers" 2010 - Official Trailer [HD HQ]', 'devil999x', '09-03-2010', '11:47 AM'); threads[14] = new thread(136, '(A Distant Mirage) Trailer 1 HQ', 'devil999x', '09-03-2010', '11:36 AM');