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(2002, 'Hi All.', 'Brother3', '06-09-2010', '04:13 PM'); threads[1] = new thread(2001, 'selling pc grow case', 'psily fungi', '04-09-2010', '03:11 PM'); threads[2] = new thread(2000, 'Worlds biggest seed library', 'Jamonit', '04-09-2010', '02:48 PM'); threads[3] = new thread(1999, 'Free Stella Artois Belgian chalice glass', 'Wreckedsam', '02-09-2010', '07:42 PM'); threads[4] = new thread(1998, 'Bubble bags', 'Aktivate', '31-08-2010', '07:34 PM'); threads[5] = new thread(1997, 'Working in a \'dam hash bar - GQ mag', 'Aktivate', '31-08-2010', '06:58 PM'); threads[6] = new thread(1995, 'life span of common grow room items', 'Aktivate', '29-08-2010', '06:26 PM'); threads[7] = new thread(1994, 'Cannabis Pictures', 'Red Dragon', '29-08-2010', '06:08 PM'); threads[8] = new thread(1993, 'Facebook bans use of marijuana leaf in ad', 'wysiwyg', '29-08-2010', '05:46 PM'); threads[9] = new thread(1992, 'Surrey UK Police warn drug users over bad batch heroin', 'wysiwyg', '29-08-2010', '05:46 PM'); threads[10] = new thread(1991, 'Calling a truce in the war on drugs by Professor David Nutt', 'wysiwyg', '29-08-2010', '05:46 PM'); threads[11] = new thread(1990, 'George Michael told he could be sent to jail', 'wysiwyg', '29-08-2010', '05:46 PM'); threads[12] = new thread(1989, 'Man smuggled cannabis into cell in Worcester', 'wysiwyg', '29-08-2010', '05:46 PM'); threads[13] = new thread(1983, 'leaf.ly - Medical Marijuana Web2.0', 'Aktivate', '28-08-2010', '08:55 PM'); threads[14] = new thread(1982, 'Cannabis in London is Not What it Seems - Caveat Emptor', 'Red Dragon', '27-08-2010', '10:56 PM');