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(6532, 'Why YOU Should Add a Blog to Your Forum!', 'Glen', 'June 23rd, 2010', '05:57 AM'); threads[1] = new thread(6282, 'Buying a used IPB license online.', 'MordyT', 'April 19th, 2010', '06:44 AM'); threads[2] = new thread(5772, 'A Newbie\'s Guide to Hosting from Free to Dedicated', 'cheat-master30', 'January 19th, 2010', '04:59 PM'); threads[3] = new thread(5741, 'Cheat-master30\'s vBulletin Forum and Profile Styling Guide', 'cheat-master30', 'January 17th, 2010', '11:38 AM'); threads[4] = new thread(5732, 'Styling vBulletin 3.8/Interactive Profiles and CSS', 'cheat-master30', 'January 17th, 2010', '10:36 AM'); threads[5] = new thread(5730, 'HTML for Modification Creators', 'cheat-master30', 'January 17th, 2010', '09:41 AM'); threads[6] = new thread(5724, 'Cheat-master30\'s Website Design Guide', 'cheat-master30', 'January 16th, 2010', '06:39 PM'); threads[7] = new thread(5655, 'How much business can you Really Handle', 'Brandon Sheley', 'January 10th, 2010', '09:21 PM'); threads[8] = new thread(5539, 'How To Get Backlinks Through Social Bookmarks', 'Brandon Sheley', 'January 1st, 2010', '12:15 PM'); threads[9] = new thread(5189, '[vBulletin] Style-Specific Rank Images', 'Mudora', 'December 1st, 2009', '04:57 PM'); threads[10] = new thread(5103, 'More Than Just a Banner Ad', 'gnatster', 'November 25th, 2009', '01:48 PM'); threads[11] = new thread(5085, 'How to link build for Bing!', 'David McHenry', 'November 24th, 2009', '01:24 PM'); threads[12] = new thread(5071, '"Bookmark us" on your vBulletin forum!', 'Michael', 'November 23rd, 2009', '04:51 PM'); threads[13] = new thread(4711, 'Measuring your community\'s strength by membership count', 'Nick', 'November 8th, 2009', '11:34 AM'); threads[14] = new thread(4698, 'Advanced DMCA Notices', 'David McHenry', 'November 7th, 2009', '08:44 PM');