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(109005, 'NASA Wants To Share Great Ideas', 'NASA News Feed', '8th September 2010', '09:04 PM'); threads[1] = new thread(109004, 'NASA Opens Space Station For Biological Research From NIH Grants', 'NASA News Feed', '8th September 2010', '09:04 PM'); threads[2] = new thread(109003, 'NASA Scientists Talk About Asteroids Passing Near Earth Wednesday', 'NASA News Feed', '8th September 2010', '09:01 AM'); threads[3] = new thread(109002, 'NASA Loves A Good Challenge-Not Business As Usual', 'NASA News Feed', '7th September 2010', '09:00 PM'); threads[4] = new thread(109001, 'Mayor champions disabled artists and athletes', 'Mayor of London News', '6th September 2010', '11:05 PM'); threads[5] = new thread(109000, 'London marks 70th anniversary of the Blitz', 'Mayor of London News', '6th September 2010', '11:05 PM'); threads[6] = new thread(108999, 'RECORD NUMBER OF CYCLISTS DELIGHT IN FREEDOM TO EXPLORE AT THE MAYOR OF LONDON’S SKY ', 'Mayor of London News', '6th September 2010', '11:01 AM'); threads[7] = new thread(108997, 'NASA Sets Briefing About Assistance To Trapped Miners In Chile', 'NASA News Feed', '4th September 2010', '07:10 AM'); threads[8] = new thread(108996, 'Mayor calls for Muslim volunteers during visit to Brick Lane Mosque', 'Mayor of London News', '3rd September 2010', '07:05 PM'); threads[9] = new thread(108995, 'NASA Invites Media To Experience Future Of Human Space Exploration', 'NASA News Feed', '3rd September 2010', '07:05 PM'); threads[10] = new thread(108994, 'Space Station Crew Talks With Students At Florida Science Center', 'NASA News Feed', '3rd September 2010', '07:05 PM'); threads[11] = new thread(108993, 'New Idea High airports', 'Steve', '3rd September 2010', '03:58 PM'); threads[12] = new thread(108992, 'New Idea Voluntary taxation', 'Steve', '3rd September 2010', '03:52 PM'); threads[13] = new thread(108991, 'Invention Shirt sleeves', 'Steve', '3rd September 2010', '03:39 PM'); threads[14] = new thread(108990, 'Thoughts and comments Comment', 'Steve', '3rd September 2010', '03:35 PM');