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(10); threads[0] = new thread(90378, 'Zephiris - is the real ninja here and just couldnt bare it', 'Tarias', '11-21-2009', '06:02 AM'); threads[1] = new thread(88974, 'Off to play a better MMO', 'Raijinvince', '11-21-2009', '06:02 AM'); threads[2] = new thread(90076, 'Why do Asmodians have weird feet and manes?', 'kyris?', '11-21-2009', '06:01 AM'); threads[3] = new thread(90202, 'Quests to do before 50', 'Midboss', '11-21-2009', '05:59 AM'); threads[4] = new thread(89450, 'Word of Spellstopping I vs Aetheric Field I', 'Raijinvince', '11-21-2009', '05:59 AM'); threads[5] = new thread(79332, 'The Mysterious Bolt of Lightning', 'PossumCraft', '11-21-2009', '05:59 AM'); threads[6] = new thread(90151, 'Fire Spirit - Best group pet, no competition', 'Stof', '11-21-2009', '05:58 AM'); threads[7] = new thread(89793, '[Group] To Master the Dragon (Quest Chain)', 'khamul', '11-21-2009', '05:57 AM'); threads[8] = new thread(90344, 'Tip Simple Smart Assist for attack and heals', 'Aion Bunny', '11-21-2009', '05:56 AM'); threads[9] = new thread(89935, 'Beastial Fury', 'Reikai', '11-21-2009', '05:56 AM');