
	function thread(threadid, title, postuserid, poster, threaddate, threadtime, message, replies)
	{
		this.threadid = threadid;
		this.title = title;
		this.postuserid = postuserid;
		this.poster = poster;
		this.threaddate = threaddate;
		this.threadtime = threadtime;
		this.message = message;
		this.replies = replies;
		
	}
	var threads = new Array(1);
	threads[0] = new thread(182299, 'Fleshbane', '169881', 'Fleshbane', '11-13-2009', '07:56 PM', 'With the upcoming Battle of the Bands, a thread about the band Fleshbane.  If you have any questions, feel free to ask.', '2');
