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(17003, 'Milk of Magnesia for Oily Skin?', 'MRC0806', '11-20-2009', '10:29 PM'); threads[1] = new thread(17002, 'Soap & Glory Haul', 'MRC0806', '11-20-2009', '10:24 PM'); threads[2] = new thread(17001, 'Ulta mini haul', 'rayray', '11-20-2009', '04:44 PM'); threads[3] = new thread(17000, 'Friday\'s Faces', 'FiestyFemme', '11-20-2009', '01:31 PM'); threads[4] = new thread(16999, 'Nars Albatross', 'Sweetie430', '11-19-2009', '07:57 PM'); threads[5] = new thread(16998, 'EM website question', 'specialkmm81', '11-19-2009', '03:48 PM'); threads[6] = new thread(16997, 'Skin Essentials from Crystal Light', 'shoptilyoudrop06', '11-19-2009', '10:18 AM'); threads[7] = new thread(16996, 'Prescriptives Custom Blend Replenishment', 'Celestial Sky', '11-19-2009', '09:45 AM'); threads[8] = new thread(16995, 'Thursday\'s Faces', 'Cdjax', '11-19-2009', '07:11 AM'); threads[9] = new thread(16994, 'Things I learned about crusty dry skin lately', 'squirrel', '11-18-2009', '11:55 AM'); threads[10] = new thread(16993, 'Buffd is having another sale!', 'squirrel', '11-18-2009', '11:36 AM'); threads[11] = new thread(16991, 'Wednesday\'s Faces', 'Cdjax', '11-18-2009', '06:43 AM'); threads[12] = new thread(16990, 'Philopsophy 3-in-1 Shampoo', 'ScottyBabe', '11-17-2009', '05:07 PM'); threads[13] = new thread(16989, 'Kitschmas Pigment', 'Sweetie430', '11-17-2009', '03:52 PM'); threads[14] = new thread(16988, 'Organix Products', 'Sweetie430', '11-17-2009', '03:50 PM');