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(51232, 'does anyone get a warning like this while downloading library content?', 'Pat1217', '09-08-2010', '09:32 PM'); threads[1] = new thread(51231, 'Can X3 do colored viewports in layouts', 'CARMELHILL', '09-08-2010', '05:53 PM'); threads[2] = new thread(51230, 'Whats the best way to do a brick veneer', 'Emc downunder', '09-08-2010', '05:23 PM'); threads[3] = new thread(51229, 'X3 Printed Line Weights', 'Bflosab', '09-08-2010', '04:41 PM'); threads[4] = new thread(51228, 'Sloped ceilings above stairway for floor above', 'luckyudesign', '09-08-2010', '02:35 PM'); threads[5] = new thread(51227, 'Top of stem wall location', 'dmead', '09-08-2010', '01:10 PM'); threads[6] = new thread(51225, 'L shaped shower curtain with rod', 'dgavin', '09-08-2010', '12:09 PM'); threads[7] = new thread(51224, 'Skylight Shaft Limitations', 'Joe Carrick', '09-08-2010', '11:37 AM'); threads[8] = new thread(51223, 'Shop Design', 'fantasyprints', '09-08-2010', '11:36 AM'); threads[9] = new thread(51222, 'Foundation vents and crawlspace vents', 'CARMELHILL', '09-08-2010', '11:16 AM'); threads[10] = new thread(51221, 'Material Painter vs Wall Defaults', 'Joe Carrick', '09-08-2010', '10:54 AM'); threads[11] = new thread(51219, 'Force truss to move - X3', 'Gene Davis', '09-08-2010', '09:15 AM'); threads[12] = new thread(51218, 'More Snap Issues', 'Rhodes Drafting', '09-08-2010', '09:09 AM'); threads[13] = new thread(51217, 'CA-X3 Crash on Zoom/Rotate', 'Joe Carrick', '09-08-2010', '08:44 AM'); threads[14] = new thread(51215, 'Large Format Printing Servce', 'joey3032', '09-08-2010', '07:49 AM');