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(20); threads[0] = new thread(2218, 'painting safely by candle or oil lamp', 'AMIEN', '09-07-2010', '04:22 AM'); threads[1] = new thread(1758, 'Canvas Outdoor?', 'AMIEN', '09-07-2010', '04:14 AM'); threads[2] = new thread(2220, 'Stapling linen directly to 3/4" plywood?', 'AMIEN', '09-07-2010', '03:56 AM'); threads[3] = new thread(2221, 'Question about Fillers', 'AMIEN', '09-07-2010', '03:52 AM'); threads[4] = new thread(331, 'Mounting paper on panel', 'kellyheb', '09-07-2010', '02:03 AM'); threads[5] = new thread(2222, 'acrylic ink under oil paint', 'RawUmber', '09-06-2010', '07:36 PM'); threads[6] = new thread(2219, 'why are expensive gessos better than cheap ones?', 'RawUmber', '09-06-2010', '07:19 PM'); threads[7] = new thread(1550, 'Tacks for stretching canvas.', 'AMIEN', '09-06-2010', '01:31 PM'); threads[8] = new thread(2208, 'Panel Question', 'AMIEN', '09-06-2010', '12:47 PM'); threads[9] = new thread(2193, 'Spray Painting Styrofoam', 'AMIEN', '09-06-2010', '03:14 AM'); threads[10] = new thread(2217, 'Support for 6 x 18 foot oil painting', 'AMIEN', '09-04-2010', '06:17 PM'); threads[11] = new thread(2091, 'plywood for oil painting', 'AMIEN', '09-03-2010', '03:05 PM'); threads[12] = new thread(2216, 'Damar intermediate varnish on acryllic painting!', 'AMIEN', '09-03-2010', '09:09 AM'); threads[13] = new thread(2190, 'alternatives to RSG for tempera grounds', 'AMIEN', '09-02-2010', '05:36 PM'); threads[14] = new thread(2207, 'Why not use cheap pre-stretched linen?', 'AMIEN', '09-02-2010', '06:52 AM'); threads[15] = new thread(2215, 'adhesive for Linen on Board', 'AMIEN', '09-02-2010', '02:42 AM'); threads[16] = new thread(1770, 'summary of mounting linen to panels???', 'AMIEN', '09-02-2010', '02:23 AM'); threads[17] = new thread(2214, 'Applying oil paint and varnish to the reverse of hardboard?', 'AMIEN', '09-01-2010', '02:42 AM'); threads[18] = new thread(2212, 'Acrylic Primer too absorbent, limites access to other materials', 'AMIEN', '08-31-2010', '05:01 PM'); threads[19] = new thread(2204, 'Paint from shells and chalk', 'AMIEN', '08-31-2010', '02:30 PM');