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(28974, 'Volunteer at Eid Fest!', 'SarA', '09-05-2010', '09:04 PM'); threads[1] = new thread(28969, 'Sine Qua Non / “without which not”', 'Yusuf', '09-05-2010', '12:44 PM'); threads[2] = new thread(28967, 'Ya Rabb...', 'Shahmeer Baweja', '09-04-2010', '12:34 PM'); threads[3] = new thread(28955, 'Khutbah topic for Eid?', 'ShariQ', '09-01-2010', '01:34 PM'); threads[4] = new thread(28950, 'mithai bida\'a????', 'UmairS', '09-01-2010', '12:22 AM'); threads[5] = new thread(28939, 'books', 'Sumayyah-bint-Khabbab', '08-30-2010', '08:26 AM'); threads[6] = new thread(28937, 'Understand Quran in your language', 'FQ1', '08-29-2010', '11:31 PM'); threads[7] = new thread(28935, 'Alcohol but not really', 'Saifullah786', '08-29-2010', '11:27 PM'); threads[8] = new thread(28928, 'Team Chocolate or Team Ketchup?', 'Faizan', '08-28-2010', '02:48 PM'); threads[9] = new thread(28927, 'Night of Power', 'Spana3rabia76', '08-28-2010', '12:53 PM');