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(180923, 'Economy Improves Despite Baht Rise', 'tomcat', '17-11-2017', '06:38 AM'); threads[1] = new thread(180922, 'Traffickers Lure Vulnerable Children in UK Care With \'Web Of Lies\'', 'misskit', '17-11-2017', '05:51 AM'); threads[2] = new thread(180921, 'Free speech fears after book critical of China is pulled from publication', 'misskit', '17-11-2017', '05:44 AM'); threads[3] = new thread(180920, 'Alarm sounded over New Guinea flatworm invasion', 'misskit', '17-11-2017', '05:36 AM'); threads[4] = new thread(180919, 'Pravit Rojanaphruk, Thailand presented International Press Freedom Award', 'misskit', '17-11-2017', '05:28 AM'); threads[5] = new thread(180918, 'Cycling from England to Thailand', 'Chittychangchang', '17-11-2017', '05:27 AM'); threads[6] = new thread(180915, 'Major center against illegal call centers setup', 'misskit', '17-11-2017', '04:44 AM'); threads[7] = new thread(180914, 'Ranong seizes illegally-acquired farming plots', 'misskit', '17-11-2017', '04:42 AM'); threads[8] = new thread(180913, 'Uthai Thani ancient forest now open to tourists', 'misskit', '17-11-2017', '04:41 AM'); threads[9] = new thread(180912, 'Samut Prakan inspects working conditions on fishing boats in inner Gulf of Thailand', 'misskit', '17-11-2017', '04:34 AM'); threads[10] = new thread(180911, 'Scenic views, chilly weather at Nam Nao National Park', 'misskit', '17-11-2017', '04:30 AM'); threads[11] = new thread(180910, 'Bristol wins grant to tackle antibacterial drug resistance in Thailand', 'Chittychangchang', '17-11-2017', '01:33 AM'); threads[12] = new thread(180909, 'Ruin a first date in four words', 'Chittychangchang', '17-11-2017', '12:41 AM'); threads[13] = new thread(180907, 'Surin for a night?', 'Bogon', '16-11-2017', '09:47 PM'); threads[14] = new thread(180906, 'Cambodia top court dissolves main opposition CNRP party', 'Neo', '16-11-2017', '09:38 PM');