
	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(181845, 'History questions', '138792', 'JerRocks2day', '11-03-2009', '12:05 PM', 'Here some more history questions I have to make up for a test:\r\n\r\n-What were the key requirements that applicants had to meet to receive land under the Homestead Act?\r\n\r\n-As American settlers moved west in search of land, what happened to many Native Americans nations?\r\n\r\n-Many land agreements between Native Americans and settlers fell apart because of different ideas about what?\r\n\r\n-Many white reformers believed that Native Americans shoudl become what?\r\n-Why did farmers favor inflation?\r\n-Reforms pushed by the Populists included...\r\n-Why did the Populist Party want a silver standard?', '3');
	threads[1] = new thread(181745, 'Home schoolers rock', '149556', 'jthomas1600', '10-31-2009', '07:05 AM', 'I hope there\'s not a similar thread to this that\'s a few months old where this should have gone. Anyway I just thought advocates of home schooling would find this pretty cool. Popular Science magazine identified 8 students who they believe to be the cream of the crop in the arena of innovation and invention. Three of eight are home schooled, which I find very cool. Also note that only one state had two representatives...that would be TEXAS!!!!!!!\r\n\r\n[url=http://www.popsci.com/scitech/gallery/2009-08/gallery-scouting-guide-top-high-school-inventors]Gallery: A Scouting Guide to the Top High School Inventors | Popular Science[/url]', '0');
