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(639447, 'Manchester Homecoming Parade', 'RX VIPER', '09-02-2010', '08:07 PM'); threads[1] = new thread(639446, 'any guys running drag radials all the time?', 'whts-nxt?', '09-02-2010', '07:52 PM'); threads[2] = new thread(639445, '\'99 ACR for sale', 'Catwood', '09-02-2010', '07:32 PM'); threads[3] = new thread(639444, 'A picture of myself and g-friend', 'wikkid', '09-02-2010', '07:05 PM'); threads[4] = new thread(639442, 'PA FALL FOLIAGE CRUISE/POKER RUN - October 9th', 'yellowvipergts', '09-02-2010', '06:35 PM'); threads[5] = new thread(639441, 'PA FALL FOLIAGE CRUISE/POKER RUN - October 9th', 'yellowvipergts', '09-02-2010', '06:33 PM'); threads[6] = new thread(639440, 'PA FALL FOLIAGE CRUISE/POKER RUN - October 9th', 'yellowvipergts', '09-02-2010', '06:32 PM'); threads[7] = new thread(639439, 'Viper Wizard Please Help :)', '98viperGTS', '09-02-2010', '05:09 PM'); threads[8] = new thread(639438, 'New Viper club in town?', 'Lee', '09-02-2010', '04:32 PM'); threads[9] = new thread(639437, 'Gonna get a little VOI fun anyways..', 'Crompton', '09-02-2010', '04:24 PM'); threads[10] = new thread(639436, 'Sept 5th Viper Cup on versus', 'okloneranger', '09-02-2010', '03:18 PM'); threads[11] = new thread(639435, 'PA FALL FOLIAGE CRUISE/POKER RUN - October 9', 'yellowvipergts', '09-02-2010', '02:37 PM'); threads[12] = new thread(639434, 'What\'s up?? New guy!', 'SnIpEz', '09-02-2010', '01:51 PM'); threads[13] = new thread(639433, 'Hurricane prepping the GTS', 'dodgefever', '09-02-2010', '01:45 PM'); threads[14] = new thread(639432, 'Would someone check a car for me in Texas', 'WAM', '09-02-2010', '01:43 PM');