
	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(2);
	threads[0] = new thread(182346, 'Western/Eastern', '68217', 'Thrash', '11-15-2009', '11:56 PM', 'I could be wrong, but it seems ot me that there is a contrast between the logic of western and eastern philosophies. Why do we attribute coherency to the western logical system and yet deem the eastern logical system as incoherent? \n \nPlease don\'t flame if I am mistaken.', '4');
	threads[1] = new thread(182270, 'Deconstruction', '68217', 'Thrash', '11-13-2009', '01:49 AM', 'Hey, I am finishing up a proposal for a two year Honor\'s Project over Deconstruction. Anyway, I think I am going to maybe put it up on here so you guys can read it and tell me what you think and maybe it can spark some discussion. I know a few of you probably know much more than I do on this subject, and most of you are more familiar with philsophy than I am, but hopefully you won\'t tear me apart too badly.\n    I am pretty excited because I have been working on this for a bit, and now I am finally almost finished! \n \nbtw, not sure if this can go here, but whatever....', '2');
