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(91320, 'Maiken', 'youarebeautiful', '21-11-2009', '06:01 AM'); threads[1] = new thread(91311, 'Charli Elber', 'CharlottefromCA', '21-11-2009', '01:40 AM'); threads[2] = new thread(91310, 'Rowshana Jackson-Fashion Stylist', 'indiegoespop', '21-11-2009', '12:57 AM'); threads[3] = new thread(91308, 'Fashion Trend in the Making (I hope) Sunset Strip 70\'s Glam Femme Rocker/Groupie', 'OssieLover', '21-11-2009', '12:38 AM'); threads[4] = new thread(91307, 'H.P. Lovecraft (band)', 'GivenchyHomme', '21-11-2009', '12:13 AM'); threads[5] = new thread(91297, 'Fabienne Hagedorn', 'Filipe', '20-11-2009', '07:09 PM'); threads[6] = new thread(91291, 'Megan Park', 'stylishpup', '20-11-2009', '04:32 PM'); threads[7] = new thread(91285, 'Material Girl #8 Winter 2009', 'bluejeans', '20-11-2009', '03:25 PM'); threads[8] = new thread(91284, 'Delfina Delettrez', 'seahorseinstripe', '20-11-2009', '02:53 PM'); threads[9] = new thread(91283, 'The Last Song', 'plumaffair', '20-11-2009', '02:34 PM'); threads[10] = new thread(91280, 'GQ Style Italy F/W 2009/10 : Emile Hirsch by Alexei Hay', 'Fontastic', '20-11-2009', '12:46 PM'); threads[11] = new thread(91275, 'Coach Holiday 09', 'thecoveted', '20-11-2009', '11:07 AM'); threads[12] = new thread(91271, 'Elle Italia December 2009 : Heather Marks by Alexei Hay', 'Diciassette (17)', '20-11-2009', '09:39 AM'); threads[13] = new thread(91269, 'Jamie Lee Darley', 'lanvinray', '20-11-2009', '09:17 AM'); threads[14] = new thread(91268, 'Kylie Bisutti', 'lanvinray', '20-11-2009', '09:16 AM');