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(106927, 'a week of number 13s by thom', 'Never to be found', '02-08-2010', '12:13 PM'); threads[1] = new thread(106908, 'Stanley Donwood Updates his Website', 'mugsy', '02-07-2010', '05:05 PM'); threads[2] = new thread(106897, 'Your favorite opening song?', 'MissYourGlow', '02-07-2010', '02:19 AM'); threads[3] = new thread(106888, 'Unreleased tracks on mp3', 'judesmith', '02-06-2010', '12:40 PM'); threads[4] = new thread(106881, 'wild Up', 'professor_plum', '02-06-2010', '12:47 AM'); threads[5] = new thread(106859, 'Thom sings on new Flying Lotus album', 'inkybrown', '02-04-2010', '05:34 PM'); threads[6] = new thread(106835, 'Hey GRT...', 'Wonder Milky Bitch', '02-03-2010', '04:51 PM'); threads[7] = new thread(106831, 'phil to tour', 'crash[and]burn', '02-03-2010', '03:10 PM'); threads[8] = new thread(106822, 'Haiti Benefit Show Download (Soundboard)', 'pulkpulldoors', '02-03-2010', '07:27 AM'); threads[9] = new thread(106808, 'friend requests', 't .', '02-02-2010', '03:50 PM'); threads[10] = new thread(106796, '06-21-2000 Florence', 'otto', '02-01-2010', '11:26 PM'); threads[11] = new thread(106795, '09-07-2000 Valby Parken Copenhagen', 'otto', '02-01-2010', '11:24 PM'); threads[12] = new thread(106794, '09-15-2000 FLAC Nijmegan', 'otto', '02-01-2010', '11:23 PM'); threads[13] = new thread(106784, 'Radiohead on Twitter', 'Strange Liberation', '02-01-2010', '03:52 PM'); threads[14] = new thread(106780, 'War Child and Radiohead', 'war_child', '02-01-2010', '01:40 PM');