
	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(181982, 'When Dogs Suddenly Don\'t Get Along...', '128710', 'JayCarrFan', '11-05-2009', '07:00 PM', 'Ok, we\'ve had our Sheltie for 14 years now, and she used to be the greatest dog on Earth.  But, recently, she\'s gotten more and more aggressive, showing teeth, biting at us occasionally, and as of today, she\'s been starting fights with our 10 year old longhair dachshund.  Honestly, I\'m scared to leave the two home alone.  To make matters worse, "Shelly" (Sheltie) is deaf now, and she can\'t/doesn\'t listen to us anymore.  \r\n\r\nAny idea how to keep her off the other dog?  Or is this just a sign that her end is near?\r\n:-/', '4');
