
	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(4);
	threads[0] = new thread(182125, 'Weight lose', '138792', 'JerRocks2day', '11-09-2009', '08:33 PM', 'I\'ve been noticing I\'ve been losing weight lately this past year. My goal is to lose weight and firm up, but I wanna make sure I\'m not losing weight at a dangerous level. I\'m not sure if my eating habits are changing, but I\'ve been getting fuller at a level than I\'m normally full at[i.e. I may be eating less]. How do I know I\'m losing weight to the point I\'m getting sick?', '7');
	threads[1] = new thread(182110, 'Assessing physical fitness', '149556', 'jthomas1600', '11-09-2009', '01:35 PM', 'I\'m in my 40s and trying to get into better shape. I would like some sort of measuring stick to track my progress and set goals. I\'ve spent all day looking on the internet and am not finding what I want so I\'m hoping maybe someone here has some ideas about where to look, or maybe just some raw numbers. The kind of information I want is like this...."the average male 40-45 years old can do X amount of push ups, sit ups etc". Or "10% of men over 40 can bench press their own body weight" etc. I\'d like to be in the top 20 percentile, but am having a hard time identifying goals that will put me there. \r\n\r\nAlso, how do you assess your physical fitness? How do you determine goals that promote progress and growth and yet are not too ambitious? \r\n\r\nThanks.', '2');
	threads[2] = new thread(181678, 'NCAA Basketball 2009-2010', '128710', 'JayCarrFan', '10-29-2009', '10:16 AM', 'ESPN/USA Today poll came out today... \r\n[url=http://sports.espn.go.com/ncb/rankings?pollId=2]NCAA College Basketball Polls, College Basketball Rankings, NCAA Basketball Polls - ESPN[/url]\r\n\r\nI\'m really excited that Mississippi State is ranked 19.  There will be some great games this year between MSU and Kentucky in the SEC.\r\n\r\nAlso, it\'s sad seeing Memphis with only three votes.  I hope Josh Pastner and company can surprise some people.', '4');
	threads[3] = new thread(181618, 'NBA 09/10', '128961', 'Mr. claw', '10-27-2009', '11:38 AM', 'Starts tonight!! YAY!!\r\n\r\nFirst, Cleveland, Boston, And Orlando....are stacked.\r\n\r\nAnd on paper I wouldn\'t say Cleveland is the best of those at all.\r\n\r\nLakers look good. Again. But the real reason I\'m here is to say that the Clippers are indeed cursed or something. [URL="http://sports.yahoo.com/nba/news;_ylt=Ag7Z.nyiDeBBm6EwQNXQHR68vLYF?slug=ap-clippers-griffin&prov=ap&type=lgns"]Griffin is already hurt.[/URL]', '18');
