
	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(182149, 'seated on his porcelain throne, Mister Dominator watches from on high', '21662', 'MisterDominator', '11-10-2009', '01:40 PM', 'what do you want to know?', '15');
