
	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(3);
	threads[0] = new thread(182396, 'Sunday Night RPGing?', '79337', 'Ax', '11-17-2009', '03:33 PM', 'Not sure what game we would play yet, but we could use a free voice program and the Dices program to play a game over the internet. I\'m thinking 4 to 5 players would be good.', '3');
	threads[1] = new thread(182394, 'Hitchhikers Guide RPG', '79337', 'Ax', '11-17-2009', '03:14 PM', 'Well, I had this idea. I\'m going to make one, playtest it, and then try and get Games Workshop or Wizards to pick it up. Would anybody like to help me playtest it using an online program?\n\nFeatures:\nIt\'s going to be a D% system. \nNo classes, only races, and you can select skills from a set and use experience to purchase stat upgrades and new skills.\nAnd entire Universe to explore.\n\n\nThe starting package for everybody is the same. 1 standard issue towel. 1 Hitchhikers Guide to the Galaxy, 1 electronic thumb, and 1 babel fish.', '2');
	threads[2] = new thread(182393, 'Battlestar Gallactica', '79337', 'Ax', '11-17-2009', '03:10 PM', 'If you haven\'t played it do yourself a favor. Best game ever.', '0');
