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(14138, 'Mustang 5.0 Stars In New Hawaii Five O', 'Administrator', '08-31-2010', '07:22 AM'); threads[1] = new thread(14093, 'Ford Racing Supercharger For 2011 Mustang 5.0', 'Administrator', '08-25-2010', '07:57 AM'); threads[2] = new thread(14036, '2011 Roush Mustang Pricing', 'Administrator', '08-19-2010', '08:56 AM'); threads[3] = new thread(13991, 'Ford Mustang Boss 302 is back for 2012', 'jslatts', '08-13-2010', '11:31 AM'); threads[4] = new thread(13928, 'July 2010 Ford Mustang Sales Figures', 'Administrator', '08-06-2010', '12:44 PM'); threads[5] = new thread(13846, '2011 Ford Explorer Revealed', 'Administrator', '07-26-2010', '08:53 PM'); threads[6] = new thread(13782, 'Ford to limit 2011 Shelby GT500 Production to 5,500 units', 'Administrator', '07-19-2010', '07:22 AM'); threads[7] = new thread(13735, 'Roush, Shelby and Ford team up to build 2011 SR-71', 'Administrator', '07-13-2010', '07:32 AM'); threads[8] = new thread(13734, 'Classic Recreations under Investigation for VIN Fraud', 'Administrator', '07-13-2010', '07:22 AM'); threads[9] = new thread(13733, 'Carroll Shelby and Garth Brooks Teaming up to Auction 2011 GT350', 'Administrator', '07-13-2010', '07:17 AM'); threads[10] = new thread(13710, 'Michael Irvine Studios Release New \'Boss Building\' Mustang Print', 'Administrator', '07-09-2010', '03:08 PM'); threads[11] = new thread(13708, 'Vaughn Gittin Jr. and Rob Dyrdek debut their Ford Mustang \'Skateboard Car\'', 'Administrator', '07-09-2010', '09:00 AM'); threads[12] = new thread(13653, 'HotWheels Builds Full Size Color Changing Mustang', 'Administrator', '07-04-2010', '11:34 AM'); threads[13] = new thread(13652, 'Ford Mustang SVO Certificates Of Authenticity', 'Administrator', '07-04-2010', '11:29 AM'); threads[14] = new thread(13640, 'June 2010 Ford Mustang Sales Figures', 'Administrator', '07-03-2010', '08:28 AM');