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(20671, 'Will my friend get the job', 'Libra20', '11-20-2009', '09:07 PM'); threads[1] = new thread(20670, '*Question about Saturn Returns (?)', 'Mike H.', '11-20-2009', '08:44 PM'); threads[2] = new thread(20669, 'Ultimate battle of wills - Pluto style', 'bionda', '11-20-2009', '08:07 PM'); threads[3] = new thread(20668, 'I\'m very worried about an aspect.', 'Jenny', '11-20-2009', '07:37 PM'); threads[4] = new thread(20667, 'new temp chat room, astro weekly', 'BOOGY99', '11-20-2009', '06:59 PM'); threads[5] = new thread(20663, 'Synastry - Pluto aspects', 'AisForApplei', '11-20-2009', '06:10 PM'); threads[6] = new thread(20662, 'Synastry - Lilith & Venus', 'AisForApplei', '11-20-2009', '06:04 PM'); threads[7] = new thread(20661, 'Vertex?', 'AisForApplei', '11-20-2009', '05:54 PM'); threads[8] = new thread(20660, 'Uranus squaring my self', 'Neptune Rising', '11-20-2009', '12:31 PM'); threads[9] = new thread(20658, 'Grand cross in synastry', 'Lafayette', '11-20-2009', '08:58 AM'); threads[10] = new thread(20657, 'Hello everyone!', 'Lafayette', '11-20-2009', '06:08 AM'); threads[11] = new thread(20656, 'Is this chart telling me not to go??', 'SagiCap', '11-20-2009', '04:52 AM'); threads[12] = new thread(20655, 'Wanna chat....', 'smilingsteph', '11-20-2009', '03:24 AM'); threads[13] = new thread(20654, 'Our Composite: Packed 7th - A good sign, yes?', 'Tanya00', '11-20-2009', '12:42 AM'); threads[14] = new thread(20652, 'where do i look in my chart?', 'sublime_anime', '11-19-2009', '09:12 PM');