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(6791, 'Soldier, young child stabbed Saturday by mother on Fort Leonard Wood', 'darrellmaurina', '09-06-2010', '08:59 PM'); threads[1] = new thread(6790, 'Monday Media Day Quotes', 'Mcfly', '09-06-2010', '07:49 PM'); threads[2] = new thread(6789, 'Off-post military primary health clinic on its way soon to Saint Robert', 'darrellmaurina', '09-06-2010', '07:49 PM'); threads[3] = new thread(6788, 'Tigers Host McNeese State in 2010 Home Opener', 'Mcfly', '09-06-2010', '06:07 PM'); threads[4] = new thread(6787, 'Saturday ATV rollover injures teen', 'darrellmaurina', '09-06-2010', '01:22 PM'); threads[5] = new thread(6786, 'Hartzler says ‘Bogus’ to Skelton claim she would freeze VA Hospital funding', 'darrellmaurina', '09-06-2010', '06:00 AM'); threads[6] = new thread(6785, 'The Sheriff\'s View #37', 'Big Bad Wolf', '09-05-2010', '11:02 AM'); threads[7] = new thread(6784, 'Three Friday wrecks injure two, pickup smashed by train near Swedeborg', 'darrellmaurina', '09-04-2010', '10:08 PM'); threads[8] = new thread(6783, 'Skelton sign mystery solved', 'darrellmaurina', '09-04-2010', '05:52 PM'); threads[9] = new thread(6782, 'Mizzou Tops Illinois in Season Opener, 23-13', 'Mcfly', '09-04-2010', '04:31 PM'); threads[10] = new thread(6781, 'Tickets still available for Miranda Lambert concert tonight on post', 'darrellmaurina', '09-04-2010', '02:55 PM'); threads[11] = new thread(6780, 'Resimay,To hoom it mae cunsern,', 'whoguest', '09-04-2010', '10:52 AM'); threads[12] = new thread(6779, 'Mizzou Announces New Stats Application', 'Mcfly', '09-03-2010', '10:27 AM'); threads[13] = new thread(6778, 'Sheriffs department receives equiptment grant', 'whoguest', '09-03-2010', '09:22 AM'); threads[14] = new thread(6777, 'Billboard buyer shares why he brought \'Vote Obama?\' sign to the Ozarks', 'whoguest', '09-03-2010', '09:13 AM');