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(57555, 'Slots - what annoys you?', 'oghuman', '07-29-2010', '10:43 AM'); threads[1] = new thread(57554, 'I had a Vegas nightmare!', 'Retinyl', '07-29-2010', '10:10 AM'); threads[2] = new thread(57552, 'Seeking Only Orleans MP\'s', 'letsgotovegas', '07-29-2010', '09:12 AM'); threads[3] = new thread(57551, 'New Year\'s - First trip to LV', 'WhiskeyBent', '07-29-2010', '07:49 AM'); threads[4] = new thread(57550, 'Ventano Italian Grill and Seafood', 'westie', '07-29-2010', '07:19 AM'); threads[5] = new thread(57549, 'Carry Cash or Travellers Checks?', 'Goldlot', '07-29-2010', '06:54 AM'); threads[6] = new thread(57548, 'How much can you bench press? 300 lbs?', 'Tapout23', '07-29-2010', '06:07 AM'); threads[7] = new thread(57547, 'Total Rewards Credits at Munchbar@Caesars', 'macker69', '07-29-2010', '03:01 AM'); threads[8] = new thread(57546, 'Finally Its set', 'VegasBound77', '07-28-2010', '11:49 PM'); threads[9] = new thread(57545, 'Las Vegas to Santa Barbara from $303 roundtrip.', 'Sonya', '07-28-2010', '09:40 PM'); threads[10] = new thread(57544, 'First Fridays', 'LuvThatChaChing', '07-28-2010', '09:34 PM'); threads[11] = new thread(57542, 'Quick HET Comp Room Question', 'gb1021', '07-28-2010', '08:42 PM'); threads[12] = new thread(57541, 'Trip Report July 24th - July 28th', 'hkings01', '07-28-2010', '08:28 PM'); threads[13] = new thread(57540, 'Southwest vacations...columbus, oh to las', 'GOLF CADDY 1', '07-28-2010', '07:54 PM'); threads[14] = new thread(57539, 'What Type of Slots Do You Play: Reel or Video?', 'EmmaBem', '07-28-2010', '07:37 PM');