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(9149, 'Advanced Banned Product Question','1ndone','11-09-2009','29'); threads[1] = new thread(9160, 'DIY ADS Help','MoreSize','11-11-2009','20'); threads[2] = new thread(9162, 'Increase growth and speed up recovery','Soulu','11-12-2009','17'); threads[3] = new thread(9187, 'One of the Smallest guys trying to get to where you guys started!','skeptical1','11-16-2009','17'); threads[4] = new thread(9182, 'stretch with a/s cap','skeptical1','11-15-2009','17');