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(7429, 'Ben McLemore video mix', 'mascott', '09-08-2010', '04:36 PM'); threads[1] = new thread(7428, '2012 SG Archie Goodwin tidbits', 'mascott', '09-08-2010', '04:34 PM'); threads[2] = new thread(7427, 'Adonis Thomas latest', 'Falco', '09-08-2010', '02:15 PM'); threads[3] = new thread(7425, 'Bill Self 2012...You da man', 'caugust64', '09-08-2010', '01:13 PM'); threads[4] = new thread(7419, 'Kanter took Cash', 'dmoneyball3', '09-07-2010', '10:51 PM'); threads[5] = new thread(7418, 'Perry Ellis enjoys visit to KU', 'mascott', '09-07-2010', '10:40 PM'); threads[6] = new thread(7409, 'mikael hopkins', 'mascott', '09-07-2010', '11:46 AM'); threads[7] = new thread(7408, 'perry ellis', 'mascott', '09-07-2010', '11:43 AM'); threads[8] = new thread(7407, 'Hopkins visiting the 24th', 'rostarun', '09-07-2010', '11:33 AM'); threads[9] = new thread(7406, 'Great Article by Gottleib on Recruiting', 'CalHawk', '09-07-2010', '11:02 AM'); threads[10] = new thread(7405, 'Josiah Turner', 'CBaller13', '09-07-2010', '08:43 AM'); threads[11] = new thread(7404, 'L.J. Rose to choose between', 'mascott', '09-07-2010', '08:39 AM'); threads[12] = new thread(7400, 'Mascott-Josiah Turner?', 'kansasgolf91', '09-06-2010', '06:41 PM'); threads[13] = new thread(7399, 'behanen', 'sablechip', '09-06-2010', '01:57 PM'); threads[14] = new thread(7394, 'B.J. Young to Arkansas', 'mascott', '09-05-2010', '12:56 PM');