function thread(threadid, title, poster, threaddate, threadcount) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadcount = threadcount; } var threads = new Array(5); threads[0] = new thread(9593, 'x4 labs 1 inch comfort straps','KingD','01-30-2010','33'); threads[1] = new thread(9570, 'Hard Gainers gain slower, but never stop gaining?','Soulu','01-25-2010','24'); threads[2] = new thread(9585, 'If money and time wasnt a problem what would you do?','techblonde69','01-28-2010','21'); threads[3] = new thread(9599, 'Gain girth with with penis pump?','Soulu','02-01-2010','19'); threads[4] = new thread(9590, 'round blood blister after stretching','EXXX','01-29-2010','19');