
	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(182151, 'Race differences - Split from: Justice of the Peace refuses to marry mixed-race coupl', '2360', 'bobthecockroach', '11-08-2009', '02:32 AM', '[QUOTE=scarlet.starlet;3482091]I just think it\'s so absurd. Scientifically, race doesn\'t even exist. Our skins have different levels of pigmentation, but there\'s no actual DNA encoding for race. And besides, everyone is mixed in America. I\'m sure the JP was not entirely German or entirely Swedish or entirely Irish. We\'re a nation of immigrants and we are blended accordingly.[/QUOTE]\r\n\r\nYou\'ve got two options for how pigmentation levels differ: DNA and magic. ;)', '15');
