
	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(15);
	threads[0] = new thread(182522, 'hey guys hey', '109668', 'Shift', '11-20-2009', '08:11 PM', 'how r u party peeple', '2');
	threads[1] = new thread(182503, 'The &quot;Sean.thomson complains to much and I am going to complain about that&quot; Thread.', '148043', 'Guitarman121319', '11-20-2009', '09:54 AM', 'Sean keeps complaining. :mad:', '73');
	threads[2] = new thread(182502, 'The &quot;Sean.thomson complains about how much he wants his TCV LP&amp;T-shirt&quot; thread', '99764', 'Sean.thomson', '11-20-2009', '09:19 AM', 'Shipped out from L.A. Monday. USPS. Probably gonna be 3 months....', '4');
	threads[3] = new thread(182500, 'Subterranean Homesick Kitten Blues...', '99764', 'Sean.thomson', '11-20-2009', '08:05 AM', '[IMG]http://www.christianguitar.org/forums/attachments/91452d1258725907-1252074937_subterranean_homesick_kitten.gif[/IMG]', '0');
	threads[4] = new thread(182484, 'Mr. Stoops has a question...', '97314', 'SoapbarII', '11-20-2009', '12:20 AM', '[IMG]http://www.utexasclan.com/photos/albums/userpics/10001/complete3.jpg[/IMG]', '1');
	threads[5] = new thread(182470, 'I want phone books to make a thread advertising me.', '115577', 'relient nelson', '11-19-2009', '04:25 PM', '*waits*', '6');
	threads[6] = new thread(182465, 'Christmas Gag Gifts', '140356', 'MountainDew', '11-19-2009', '01:35 PM', 'Hello one and all!  My youth group is having a Christmas party in a few weeks, and they want people to bring some gag gifts for a gift exchange.  I was wondering if anybody had some ideas for a good gift.  Nothing crude please, and preferably under $10.  To give you something to go by, one guy brought a hammer, a pair of pliers, and a bottle of aspirin and called it the Marine\'s tooth removal kit.  Another person found a large chunk of coal and labeled it as a home diamond making kit.  Hope I can get some good ideas.  Thanks!', '7');
	threads[7] = new thread(182456, 'Guitarman121319', '160784', 'Kentl', '11-19-2009', '10:42 AM', 'you still have the sign of  kentl may i ask why?', '3');
	threads[8] = new thread(182440, 'I was late for CATS today', '154246', 'puppetman350', '11-18-2009', '07:31 PM', 'Now all my base belongs to them.', '1');
	threads[9] = new thread(182438, 'I rate cats today.', '29756', 'Leboman', '11-18-2009', '07:24 PM', '3.5 out of 5 stars\n\n[IMG]http://www.motherjones.com/files/legacy/mojoblog/funny-cats-a10.jpg[/IMG]', '0');
	threads[10] = new thread(182437, 'I ate cats today', '154246', 'puppetman350', '11-18-2009', '07:09 PM', 'They were delicious.\r\n\r\nDiscuss.', '1');
	threads[11] = new thread(182433, 'I hate cats today', '112510', 'alexanderthegr8', '11-18-2009', '04:51 PM', 'I woke up at 4:30 this morning, punched my alarm clock, and then proceeded to stick my hand into a pile of cat vomit. On my white feather comforter. I just about flipped a pancake. I told my roommate (cause it\'s her stupid cat) and she just laughed. I hate cats today.', '5');
	threads[12] = new thread(182429, 'Pictures Of Phone Books', '45312', 'Phone Books', '11-18-2009', '02:58 PM', 'Post them here.', '13');
	threads[13] = new thread(182428, 'Guess my high-rise welder\'s name, give me a prize!', '45312', 'Phone Books', '11-18-2009', '02:53 PM', 'If you guess correctly, you get to give me a prize!\n \n \n[IMG]http://www.public-domain-image.com/people/slides/highrise-welder.jpg[/IMG]', '7');
	threads[14] = new thread(182425, 'Guess my friend\'s name, win a prize!', '15226', 'Ted Logan', '11-18-2009', '12:31 PM', 'Here\'s one of my best friends, asleep in the library. Guess his name and win a prize!\n\n<img src="http://www.christianguitar.org/forums/attachments/91437d1258569058-photo0323.jpg" width="800" height="600" />', '74');
