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(13395, 'Happy Birthday!', 'xandder', 'Sep 09 2010', '07:39 AM'); threads[1] = new thread(13393, 'Picture Slideshow :P', 'Living Tear', 'Sep 09 2010', '04:37 AM'); threads[2] = new thread(13392, '"Why" by Ayaka guitar tabs...', 'MaybeTomorrow', 'Sep 09 2010', '02:07 AM'); threads[3] = new thread(13391, 'Music video - rough edit, first attempt', 'chatua', 'Sep 08 2010', '11:28 PM'); threads[4] = new thread(13390, 'Music video', 'chatua', 'Sep 08 2010', '11:16 PM'); threads[5] = new thread(13389, 'Square-Enix Next Gen Engine "Luminous"', 'Final Twilight', 'Sep 08 2010', '11:11 PM'); threads[6] = new thread(13388, 'Backstreet boys bitching Justin Bieber', 'SilvaJoaker', 'Sep 08 2010', '08:51 PM'); threads[7] = new thread(13387, 'Yoichi Wada Gets Death Threats Over Xbox 360 FFXIII', 'Arsenic13', 'Sep 08 2010', '04:21 PM'); threads[8] = new thread(13386, 'Whats up guys! I am new here,i am from FFXIII.net', 'SilvaJoaker', 'Sep 08 2010', '03:29 PM'); threads[9] = new thread(13385, 'Arkham City Wallpapers', 'Whiplash', 'Sep 08 2010', '01:10 PM'); threads[10] = new thread(13384, 'Gundam 00 movie....I just came', 'Alextation', 'Sep 08 2010', '12:38 PM'); threads[11] = new thread(13383, 'Whats your Facebook!', 'SilvaJoaker', 'Sep 08 2010', '12:23 PM'); threads[12] = new thread(13382, 'MY amv,I am the Best in Amv!', 'SilvaJoaker', 'Sep 08 2010', '11:29 AM'); threads[13] = new thread(13381, 'Hello :) new here :>', 'lightning27', 'Sep 08 2010', '08:04 AM'); threads[14] = new thread(13380, 'Kingdom Hearts Birth By Sleep English Walkthrough', 'Aurangzeb56', 'Sep 08 2010', '07:07 AM');