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(9086, 'Anyone tried Blakoe Zinger Ring?','kb33','10-26-2009','34'); threads[1] = new thread(9105, 'VacExtender HeadPiece Question','kb33','11-01-2009','19'); threads[2] = new thread(9122, 'Looking for specific gains / searching for best method','kb33','11-05-2009','18'); threads[3] = new thread(9117, 'Costumer of Phallosan is showing before and after Pics!!!','kb33','11-04-2009','15'); threads[4] = new thread(9079, 'Hey! Need help with Head Slippage','growinglad','10-24-2009','10');