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(7942, 'Nationwide Virginia 529 College Savings 250 I Richmond Intl, Raceway I Race 27 of 35', 'Racefan181086', '08.09.2010', '21:42'); threads[1] = new thread(7941, 'Sprint Cup Air Guard 400 / Richmond International Raceway Race 26 of 36', 'janvi', '07.09.2010', '22:35'); threads[2] = new thread(7940, 'TSF 2010 - Rennen 26/36, Richmond', 'Chris', '07.09.2010', '17:37'); threads[3] = new thread(7938, 'Tony Stewart kommt in Fahrt', 'Stockcar-News.de', '06.09.2010', '10:20'); threads[4] = new thread(7937, 'Ekström-Einsatz in Richmond fix', 'Stockcar-News.de', '05.09.2010', '23:41'); threads[5] = new thread(7936, 'Tippspiel 2010 - Labor Day Classic 500 (25/36)', 'Tommy', '05.09.2010', '21:21'); threads[6] = new thread(7934, 'Jamie McMurray stoppt Kyle Busch', 'Stockcar-News.de', '05.09.2010', '12:00'); threads[7] = new thread(7932, 'Hamlin und Newman in Reihe eins', 'Stockcar-News.de', '05.09.2010', '00:20'); threads[8] = new thread(7931, 'Unaufhaltsam Richtung Titel', 'Stockcar-News.de', '04.09.2010', '12:40'); threads[9] = new thread(7929, 'Trucks Built Ford Tough 225', 'Racefan181086', '03.09.2010', '03:56'); threads[10] = new thread(7928, 'Nationwide Great Clips 300 I Atlanta Motor Speedway I Race 26 of 35', 'Racefan181086', '03.09.2010', '03:47'); threads[11] = new thread(7925, 'TSF 2010 - Rennen 25/36, Atlanta', 'Chris', '01.09.2010', '15:30'); threads[12] = new thread(7924, 'Sprint Cup Emory Healthcare 500 / Atlanta Motor Speedway Race 25 of 36', 'janvi', '31.08.2010', '14:32'); threads[13] = new thread(7923, 'Boris Said gewinnt dramatisches Fotofinish in Montreal', 'Stockcar-News.de', '30.08.2010', '11:43'); threads[14] = new thread(7918, 'Kyle Busch setzt seine Serie fort', 'Stockcar-News.de', '28.08.2010', '13:22');