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(95925, 'middle of march " weather" in Rishikesh?', 'sonusoul', 'Nov 21st, 2009', '05:18'); threads[1] = new thread(95924, 'Kerela - 8 days - Too confused with Iternary !!', 'JaspalSawhney', 'Nov 21st, 2009', '04:53'); threads[2] = new thread(95923, 'Bringing Dried Pet Food in Carry-On Luggage', 'indiatraveler20', 'Nov 21st, 2009', '04:52'); threads[3] = new thread(95920, 'North India Itinerary help!!', 'Chiguy1984', 'Nov 21st, 2009', '03:19'); threads[4] = new thread(95919, 'Our only day in Delhi is a Monday', 'koki', 'Nov 21st, 2009', '03:03'); threads[5] = new thread(95918, 'Bike trip in the First week of december', 'jeet', 'Nov 21st, 2009', '03:02'); threads[6] = new thread(95917, 'best neighborhoods for *pet* dogs', 'sumitra000im', 'Nov 21st, 2009', '02:46'); threads[7] = new thread(95916, 'Discrete mathematics teacher', 'jeet', 'Nov 21st, 2009', '02:46'); threads[8] = new thread(95913, 'Udaipur hotels', 'Go Green', 'Nov 21st, 2009', '02:28'); threads[9] = new thread(95912, 'Dunes near Bikaner?', 'CanadianCurry', 'Nov 21st, 2009', '02:14'); threads[10] = new thread(95911, 'IXB to Gangtok Transport, Hotel Questions', 'Ford_Prefect', 'Nov 21st, 2009', '00:21'); threads[11] = new thread(95909, 'Rishikesh in December?', 'prince09', 'Nov 21st, 2009', '00:07'); threads[12] = new thread(95907, 'Any night activity beside clubbing and bar in these place', 'takbbb', 'Nov 20th, 2009', '23:23'); threads[13] = new thread(95906, 'best way to carry money on a 2 month trip', 'anamhaq', 'Nov 20th, 2009', '23:21'); threads[14] = new thread(95905, 'Hampi to Kerala to Mumbai', 'tiger07302', 'Nov 20th, 2009', '22:46');