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(42381, 'Spencer Bohren with the Iguanas, Rotary Downs and more music for July 30 to Aug. 5', 'adminv', '07-31-2010', '03:33 AM'); threads[1] = new thread(42380, 'Take Five With Katsuko Tanaka', 'adminv', '07-31-2010', '03:33 AM'); threads[2] = new thread(42379, 'Neil Young: Long May You Run - The Illustrated History', 'adminv', '07-31-2010', '03:33 AM'); threads[3] = new thread(42378, 'The Rolling Stones: Stones in Exile', 'adminv', '07-31-2010', '03:33 AM'); threads[4] = new thread(42377, 'Peter Bernstein: Live at Smalls', 'adminv', '07-31-2010', '03:33 AM'); threads[5] = new thread(42376, 'Dave Wilson Quartet: Spiral', 'adminv', '07-31-2010', '03:33 AM'); threads[6] = new thread(42375, 'Vijay Iyer: Solo', 'adminv', '07-31-2010', '03:33 AM'); threads[7] = new thread(42374, 'Homegrown Jazz in 3 Flavors at New Haven Festival', 'adminv', '07-31-2010', '03:33 AM'); threads[8] = new thread(42373, 'Artists\' co-ops are a cool alternative while outdoor markets take a break', 'adminv', '07-30-2010', '07:08 PM'); threads[9] = new thread(42372, 'Better busy than doing nothing, scientist proves', 'adminv', '07-30-2010', '03:09 PM'); threads[10] = new thread(42371, 'PERFORMANCE/TOUR: Ted Nash Quartet Performing at the Kitano New York', 'adminv', '07-30-2010', '03:09 PM'); threads[11] = new thread(42370, 'PERFORMANCE/TOUR: A Night of Big Band at the Hollywood Bowl', 'adminv', '07-30-2010', '03:09 PM'); threads[12] = new thread(42369, 'TV/FILM: Hans Zimmer Extracts the Secrets of the a€~inceptiona€(TM) Score', 'adminv', '07-30-2010', '03:09 PM'); threads[13] = new thread(42368, 'WEB/TECH: Ipad Popular with Aviation Crowd in Oshkosh', 'adminv', '07-30-2010', '03:09 PM'); threads[14] = new thread(42367, 'WEB/TECH: Death of the Phone Call', 'adminv', '07-30-2010', '03:09 PM');