
	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(3);
	threads[0] = new thread(7677, 'أوقات التداول خـلال شهر رمضـــان المبارك', 'رئيس هيئة سوق المال', '11-09-2007', '11:14 AM');
	threads[1] = new thread(7614, 'إعلان من الهيئة الافتراضية بإدانة متداول مخالف (pyiiopui)', 'رئيس هيئة سوق المال', '07-09-2007', '09:46 AM');
	threads[2] = new thread(7539, 'مفاجأت شهر رمضان المبارك في عالم تداول الإفتراضي', 'jodeci', '03-09-2007', '06:45 PM');
