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(13); threads[0] = new thread(7959, 'old Care Bears Live clipping from Michigan', 'Tenderheart Bear', '07-21-2010', '01:22 AM'); threads[1] = new thread(7958, 'care bears Nelvana pictures.', 'zg123', '07-16-2010', '06:08 AM'); threads[2] = new thread(7957, 'Goodluck bear BIG picture (at least 1000*1000)', 'Imoga', '07-15-2010', '07:10 AM'); threads[3] = new thread(7956, 'Need a good pic of share bear for tattoo', 'Sherri', '07-14-2010', '02:27 AM'); threads[4] = new thread(7955, 'Searching for this Good Luck Bear Bag (or another)', 'Imoga', '07-13-2010', '10:09 AM'); threads[5] = new thread(7954, 'Scuba Care Bears so far', 'The Evstar', '07-13-2010', '06:43 AM'); threads[6] = new thread(7953, 'Cable airdates for "Giving" & "Rescue" movies', 'Tenderheart Bear', '07-08-2010', '01:32 AM'); threads[7] = new thread(7952, 'Care Bear slippers from the 80\'s', 'Uys999', '07-06-2010', '06:37 PM'); threads[8] = new thread(7951, 'AiCaL Tenderheart Plush', 'Jw1shmk', '07-05-2010', '02:31 PM'); threads[9] = new thread(7950, 'Game prize sightings', 'Tenderheart Bear', '07-05-2010', '10:09 AM'); threads[10] = new thread(7949, 'To The Rescue and Giving Festival streaming on Netflix.com', 'ShaiBrooklyn', '07-03-2010', '02:33 AM'); threads[11] = new thread(7948, 'Care Bear Disasters?', 'birthdayboy', '07-01-2010', '08:44 PM'); threads[12] = new thread(7947, 'Canada Day', 'McBear', '06-30-2010', '11:13 PM');