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(6381, 'Quick Reply Error', 'churongcon', '07-29-2010', '04:04 AM'); threads[1] = new thread(6365, 'Help me', 'A M I R', '07-24-2010', '08:08 AM'); threads[2] = new thread(6364, 'Newbie', 'A M I R', '07-24-2010', '07:47 AM'); threads[3] = new thread(6360, 'concerned', 'KID', '07-21-2010', '11:24 AM'); threads[4] = new thread(6359, 'Need urgent help', 'Sammyosborn', '07-20-2010', '04:37 AM'); threads[5] = new thread(6358, '[Forum Related] Need some urgent help', 'Sammyosborn', '07-20-2010', '04:21 AM'); threads[6] = new thread(6348, 'H/B Large Water', 'lmnobs', '07-11-2010', '09:59 PM'); threads[7] = new thread(6343, 'vBPicGallery Current Version Information', 'Greg', '07-07-2010', '09:58 PM'); threads[8] = new thread(6331, 'vBPicGallery 40.0.0 RC6', 'Greg', '06-30-2010', '02:18 PM'); threads[9] = new thread(6328, 'Win7 firewall question???', 'vantim', '06-25-2010', '10:30 AM'); threads[10] = new thread(6326, 'New Born', 'xo1', '06-24-2010', '01:17 PM'); threads[11] = new thread(6325, 'vBPicGallery 40.x Template and PHP Hooks', 'Greg', '06-23-2010', '05:25 PM'); threads[12] = new thread(6321, 'Where do I buy it?', 'sdphotoforum.com', '06-22-2010', '09:39 PM'); threads[13] = new thread(6316, 'My new website: Please review', 'Pitter Stwart', '06-22-2010', '08:00 AM'); threads[14] = new thread(6315, 'check my interesting and usefull website', 'michaelkobego', '06-22-2010', '02:58 AM');