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(10); threads[0] = new thread(3270, 'Devoted Loving Man', 'scouselad', '11-06-2009', '09:59 PM'); threads[1] = new thread(3267, 'Age no barrier to Love', 'Kamilla', '10-30-2009', '08:51 AM'); threads[2] = new thread(3266, 'Hi Y\'All', 'Daisy_Mae', '10-30-2009', '07:07 AM'); threads[3] = new thread(3262, 'Misutilization of dating', 'glenn3', '10-29-2009', '02:54 AM'); threads[4] = new thread(3260, 'fresh joining', 'glenn3', '10-28-2009', '06:40 PM'); threads[5] = new thread(3248, 'DEABBs ?', 'Kamilla', '10-28-2009', '02:36 AM'); threads[6] = new thread(3246, 'Pedophiles- and social relationship \'rights\'', 'Kamilla', '10-28-2009', '01:51 AM'); threads[7] = new thread(3245, 'Too much Trash - Not enough Treasure!', 'Kamilla', '10-28-2009', '01:36 AM'); threads[8] = new thread(3244, 'Islamic Infiltration - Prejudice and Persecution?', 'Kamilla', '10-28-2009', '12:12 AM'); threads[9] = new thread(3234, '****pit Capers? or Caught Catnapping?', 'Kamilla', '10-25-2009', '07:25 PM');