
	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(182483, 'A rose given to the girl dressed in black...', '169913', 'ShannonD.', '11-19-2009', '11:50 PM', 'Now don\'t get the wrong idea.  I\'m not goth.  I just like wearing dark colors.  Goes well with my tan look.  And can anyone guess what the rose is?\r\n\r\nMy wait has been over three weeks now.  Something tells me that I won\'t see my rose until after Thanksgiving.  Thank God He\'s taught me how to have patients.  Good things really do come to people who wait on God.\r\n\r\n:rolleyes:', '2');
