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(1156, 'blood granulocytes', 'StephenJones011', 'Sep 10, 10', '10:19'); threads[1] = new thread(7699, 'CV, osteoporosis, disabilities, publications', 'yannis', 'Sep 10, 10', '06:50'); threads[2] = new thread(7234, 'Some Way to loose weight', 'kennymevrick', 'Sep 10, 10', '04:59'); threads[3] = new thread(5808, 'Weight loss', 'kennymevrick', 'Sep 10, 10', '04:57'); threads[4] = new thread(5884, 'yoga threapy', 'kennymevrick', 'Sep 10, 10', '04:53'); threads[5] = new thread(6729, 'Exercise and Fitness', 'kennymevrick', 'Sep 10, 10', '04:49'); threads[6] = new thread(7698, 'Increasing bioavailability of polyphenols via nanoemulsions', 'jjoven', 'Sep 9, 10', '09:57'); threads[7] = new thread(7697, 'Osteo-articular biomechanics', 'Thibault.Lemaire', 'Sep 9, 10', '09:49'); threads[8] = new thread(6558, 'Healthy Fats Of The Body', 'thomasperraz', 'Sep 9, 10', '07:22'); threads[9] = new thread(7696, 'How to open a cleaning business', 'dio_mack', 'Sep 9, 10', '00:36'); threads[10] = new thread(7421, 'Six Steps to Clear Skin', 'Alisa', 'Sep 8, 10', '13:48'); threads[11] = new thread(3454, 'Great solution for crack heel', 'Alisa', 'Sep 8, 10', '12:39'); threads[12] = new thread(445, 'Want younger, clearer, blemish free beautiful skin?', 'Alisa', 'Sep 8, 10', '12:20'); threads[13] = new thread(7685, 'Accupuncture for back pains', 'Alisa', 'Sep 8, 10', '10:17'); threads[14] = new thread(7694, 'Pulse Electric Fields for biomedical, environmental applications', 'lmredondo', 'Sep 5, 10', '10:35');