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(12767, 'WANTED!! Radio presenter/dj [voice tracked] [unpaid]', 'DJ-Wheels', '12-17-2013', '02:59 PM'); threads[1] = new thread(12766, 'Requesting a Xmas voice-over for Radio Kestrel.', 'radiokestrel', '12-17-2013', '09:31 AM'); threads[2] = new thread(12765, 'Hello To Everyone.', 'radiokestrel', '12-17-2013', '09:13 AM'); threads[3] = new thread(12763, 'My Friend and Fellow Broadcaster Needs Help', 'Lmarrie', '12-14-2013', '07:30 PM'); threads[4] = new thread(12762, 'Voice-overs', 'JimmyW64', '12-14-2013', '01:02 PM'); threads[5] = new thread(12761, 'Question : Tell Me more about Lavf54.29.101', 'GKIye', '12-12-2013', '03:14 PM'); threads[6] = new thread(12760, 'I moved my internet stations to the new Sam vibe cloud based automation', 'terrysmith16844', '12-12-2013', '04:28 AM'); threads[7] = new thread(12757, 'Bloopers: Homos, Aryans, and Hi-Undies...', 'JeffM', '12-11-2013', '03:10 PM'); threads[8] = new thread(12756, 'Howdy, I\'m a stranger here myself...', 'JeffM', '12-11-2013', '04:57 AM'); threads[9] = new thread(12755, 'When did the rules change?', 'JeffM', '12-11-2013', '04:54 AM'); threads[10] = new thread(12754, 'This guy is amazing for voiceovers', 'wutzthedeal', '12-09-2013', '04:03 AM'); threads[11] = new thread(12752, 'Would like full 45 second intro song', 'wutzthedeal', '12-08-2013', '07:06 AM'); threads[12] = new thread(12751, 'Questioning whether or not to continue broadcasting...', 'wutzthedeal', '12-08-2013', '06:46 AM'); threads[13] = new thread(12750, 'New Here', 'eddas', '12-07-2013', '03:28 AM'); threads[14] = new thread(12749, 'Record while streaming?', 'eddas', '12-06-2013', '11:38 PM');