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(12296, 'Police Collar Insignia ??', 'NewJersey', '06-09-10', '10:50 PM'); threads[1] = new thread(12295, 'Infantry Insignia ?', 'NewJersey', '06-09-10', '10:46 PM'); threads[2] = new thread(12294, 'Possible Dutch cloth badge', 'Badger44', '06-09-10', '09:02 PM'); threads[3] = new thread(12293, 'Unknown cloth', 'fearnaught', '06-09-10', '08:45 PM'); threads[4] = new thread(12292, 'Lord Strathconan\'s Horse', 'fearnaught', '06-09-10', '08:18 PM'); threads[5] = new thread(12291, 'Indian Overseas Service badge', 'Tinto', '06-09-10', '08:16 PM'); threads[6] = new thread(12290, 'Insignia of the Ulster Defence Regiment', 'ulsterman', '06-09-10', '08:06 PM'); threads[7] = new thread(12289, 'Help valueing a 1915/15 star kia 1st day of somme', 'biffrocks', '06-09-10', '07:51 PM'); threads[8] = new thread(12288, 'Pairs or singles???', 'Bill A', '06-09-10', '07:39 PM'); threads[9] = new thread(12287, 'SAS wing', 'marc b', '06-09-10', '07:03 PM'); threads[10] = new thread(12286, 'Ox & Bucks LI titles', 'ravrick', '06-09-10', '06:07 PM'); threads[11] = new thread(12285, 'Cloth tank badge', 'ravrick', '06-09-10', '06:01 PM'); threads[12] = new thread(12284, 'Northamptonshire AA T&S', 'James G', '06-09-10', '04:25 PM'); threads[13] = new thread(12283, 'Canadian Nursing Badge repost', 'Milmed', '06-09-10', '04:04 PM'); threads[14] = new thread(12282, 'Military odyssey', 'Unknownsoldier', '06-09-10', '03:28 PM');