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(6); threads[0] = new thread(36909, 'Daily game Sep 07 : Zombie Sports: Football', 'berley', '07-09-2010', '11:04 AM'); threads[1] = new thread(36903, 'Orange and T-Mobile merge networksCustomers of Orange and T-Mobile will soon be able', 'Collider', '06-09-2010', '06:20 PM'); threads[2] = new thread(36900, '1 gig of data', 'DessertDog', '06-09-2010', '12:28 PM'); threads[3] = new thread(36899, 'Remotely locate your phone(Android/Blackbery and Smartphone only)', 'Collider', '06-09-2010', '11:46 AM'); threads[4] = new thread(36898, 'Daily game Sep 06 : Cursor Attack 4', 'berley', '06-09-2010', '11:05 AM'); threads[5] = new thread(36897, 'A Japanese rider has died after being thrown from his bike', 'Hunter', '06-09-2010', '09:39 AM');