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(6702, 'destructed cityscape', 'holden', '09-06-2010', '09:51 AM'); threads[1] = new thread(6704, 'fantasy scene', 'AlenP', '09-06-2010', '06:20 AM'); threads[2] = new thread(6703, 'finished work', 'AlenP', '09-06-2010', '06:18 AM'); threads[3] = new thread(6694, 'Pirate Bay', 'holden', '09-06-2010', '01:33 AM'); threads[4] = new thread(6690, 'new work', 'eol', '09-04-2010', '09:06 AM'); threads[5] = new thread(6701, 'Dark church Matte', 'brujahbart', '09-04-2010', '07:49 AM'); threads[6] = new thread(5989, 'de gerardo\'s new work', 'de gerardo', '09-04-2010', '02:43 AM'); threads[7] = new thread(6179, 'Legend of Arad :: short film - looking for concept designers and matter painters', 'sepehr', '09-03-2010', '10:06 PM'); threads[8] = new thread(6697, 'First post finished work', 'Suirebit', '09-03-2010', '03:15 AM'); threads[9] = new thread(6700, 'Building the door', 'Suirebit', '09-03-2010', '03:07 AM');