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(9); threads[0] = new thread(47473, '[Aranıyor] 27mm dvd kutusu', 'hazerfen', '13/10/17', '13:44'); threads[1] = new thread(45803, 'Bluray Film Takas', 'samara', '31/01/17', '13:18'); threads[2] = new thread(43227, '[Satılık] Elite 7\'li Blu-ray Kutusu 25mm', 'Gorke07', '20/11/15', '14:14'); threads[3] = new thread(40926, '[Satıldı] Orjinal Blu-ray ve Dvdler', 'Lecter', '25/07/15', '20:17'); threads[4] = new thread(40691, '[Satılık] Bluray Medya 50GB Çift Katmanlı', 'CoPHiL', '01/06/15', '14:12'); threads[5] = new thread(40232, '[Satılık] Tekli Standart Boy Dvd Kutusu 0,35 TL', 'paradox1453', '13/03/15', '16:16'); threads[6] = new thread(40085, '[Satılık] 12\'li Siyah DVD Kutusu 10Tl', 'eyp555', '28/02/15', '20:15'); threads[7] = new thread(40084, '[Satılık] Blu-ray Kutu Orjinal Boyut (11 mm) AMARAY Marka 2TL', 'eyp555', '28/02/15', '20:07'); threads[8] = new thread(39883, '[Satılık] The Big Bang Theory (Seasons 1-5)', 'eyp555', '20/02/15', '22:32');