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(95920, 'North India Itinerary help!!', 'Chiguy1984', 'Nov 21st, 2009', '03:19'); threads[1] = new thread(95919, 'Our only day in Delhi is a Monday', 'koki', 'Nov 21st, 2009', '03:03'); threads[2] = new thread(95918, 'Bike trip in the First week of december', 'jeet', 'Nov 21st, 2009', '03:02'); threads[3] = new thread(95917, 'best neighborhoods for *pet* dogs', 'sumitra000im', 'Nov 21st, 2009', '02:46'); threads[4] = new thread(95916, 'Discrete mathematics teacher', 'jeet', 'Nov 21st, 2009', '02:46'); threads[5] = new thread(95913, 'Udaipur hotels', 'Go Green', 'Nov 21st, 2009', '02:28'); threads[6] = new thread(95912, 'Dunes near Bikaner?', 'CanadianCurry', 'Nov 21st, 2009', '02:14'); threads[7] = new thread(95911, 'IXB to Gangtok Transport, Hotel Questions', 'Ford_Prefect', 'Nov 21st, 2009', '00:21'); threads[8] = new thread(95909, 'Rishikesh in December?', 'prince09', 'Nov 21st, 2009', '00:07'); threads[9] = new thread(95907, 'Any night activity beside clubbing and bar in these place', 'takbbb', 'Nov 20th, 2009', '23:23'); threads[10] = new thread(95906, 'best way to carry money on a 2 month trip', 'anamhaq', 'Nov 20th, 2009', '23:21'); threads[11] = new thread(95905, 'Hampi to Kerala to Mumbai', 'tiger07302', 'Nov 20th, 2009', '22:46'); threads[12] = new thread(95904, 'going to the rat temple at deshnoke soon', 'che23', 'Nov 20th, 2009', '22:44'); threads[13] = new thread(95903, 'resident in India', 'Hmm', 'Nov 20th, 2009', '21:23'); threads[14] = new thread(95902, '1 Month stay - Apartment?', 'letaprimas', 'Nov 20th, 2009', '21:16');