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(7); threads[0] = new thread(414673, 'Best Poker Website?', 'NH_Spartan', '11-20-2009', '05:57 PM'); threads[1] = new thread(414672, 'Kill the Nitty Kitties', 'Spartan_Will', '11-20-2009', '05:45 PM'); threads[2] = new thread(414671, 'Anyone buy a electric scooter/bike for their kid?', 'SpartanGA', '11-20-2009', '05:31 PM'); threads[3] = new thread(414670, 'Putting FDB chant in perspective', 'SpartanGator', '11-20-2009', '05:24 PM'); threads[4] = new thread(414669, 'ESPN - Big Ten Blog: Big Ten preview notes', 'The Server', '11-20-2009', '05:20 PM'); threads[5] = new thread(414668, 'Freep - Jamie Samuelsen\'s blog: MSU doesn\'t have to beat PSU to have a good season, but it\'d help', 'The Server', '11-20-2009', '05:20 PM'); threads[6] = new thread(414667, 'Tim Doyle Hates MSU', 'Prince Delight', '11-20-2009', '05:18 PM');