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(22938, 'Mr. Cage: Assuério x Zuluzinho valendo cinturão', 'Dias', '09-09-10', '00:06'); threads[1] = new thread(22937, 'StrikeForce Josh Thomson vs. Gesias Cavalcante', 'Lefontes', '09-09-10', '00:01'); threads[2] = new thread(22936, 'Dream Bibiano finalmente recebe a bolsa no Dream', 'Dias', '08-09-10', '23:42'); threads[3] = new thread(22930, 'UFC 123 George Sotiropoulos vs. Joe Lauzon', 'Dias', '08-09-10', '17:39'); threads[4] = new thread(22929, 'Luta do Anderson Silva foi teste para "cardíaco"', '2Fast', '08-09-10', '17:05'); threads[5] = new thread(22928, 'UFN 22 Poster UFC Fight Night 22', 'Lefontes', '08-09-10', '14:07'); threads[6] = new thread(22927, 'UFC 123 Gabe Ruediger x Paul Kelly em Detroit', 'Dias', '08-09-10', '12:24'); threads[7] = new thread(22926, 'Dream Poster Dream 16', 'Lefontes', '08-09-10', '11:58'); threads[8] = new thread(22925, 'Todd Duffee liberado pelo UFC', 'Dias', '08-09-10', '11:50'); threads[9] = new thread(22924, 'TUF 12 Kendall Grove x Demian Maia no TUF 12 Finale', 'Dias', '08-09-10', '11:40'); threads[10] = new thread(22918, 'Brandon Vera vs Thiago Silva UFC 125', 'rober', '07-09-10', '23:54'); threads[11] = new thread(22912, 'WEC WEC 52: Bart Palaszewski x Kamal Shalorus', 'Dias', '07-09-10', '21:08'); threads[12] = new thread(22910, 'UFC Bolão Fight2Live - UFN 22', 'Yassuo', '07-09-10', '12:19'); threads[13] = new thread(22905, 'UFC 123 Lyoto confirma: acabaram as férias para Rampage', 'Dias', '06-09-10', '16:23'); threads[14] = new thread(22903, 'UFN 22 UFN 22: Marquardt vs. Palhares trailer', 'Dias', '05-09-10', '20:32');