
	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(182507, 'Random jokes.', '148043', 'Guitarman121319', '11-20-2009', '12:53 PM', '[B]Muffin in the oven[/B]:\n\nThere are two muffins in the oven. One says "Man it is hot in here." The other one screams "Ahhhhhh, a talking muffin."\n\nI will have more I just can\'t remember them. :p', '1');
	threads[1] = new thread(182504, 'Humor Forum Rules', '123366', 'The wirerat', '11-20-2009', '11:43 AM', 'Hi all, I just want to outline a few of the basic forum rules of not only CGR as a whole, but also the Humor forum.\nFirst of all, thread resurrection, or posting in old threads is not allowed. If you do so, your post will be deleted and the thread closed. An old thread in here is usually three or four months old. Constant thread resurrections can possibly result in an infraction.\n\nHere are some specific Humor Forum rules as can be found on the FAQ page:\n1. Be careful not to repost the same jokes others have posted over and over. Nobody will be perfect on this, and that\'s understood, because who has the time to look back on all of the old posts... but if you have seen a joke inside a thread, don\'t make a new thread to repost it, and don\'t repost it just so more people will see it.\n\n2. As a reminder, keep the cheap posting within threads to a minimum.\n\n3. Use thread titles that are somewhat original. By this, what I mean is that "Funny!" or "Read this!" is not an acceptable title for a humor post. Please include something about the actual post in the title. This makes all of our lives easier.\n\n4. Keep posts within their specified threads. This means that if you hear a new blond joke, put it in the blond joke thread. If you come across a funny website, and want to post the URL, put it in the funny websites thread.\n\n5. Absolutely no scrolling jokes. Please do not put that annoying thing in where you ask the question, leave a bunch of empty lines, one line that says *scroll*, more empty lines, then the answer. Very annoying.\n\n6. We welcome and often laugh at religious jokes (providing that they are not blasphemous), but if it turns into a theology discussion, it will be split and moved to theology.\n\nTo clarify cheap posting, posts such as "funny", "I laughed", "haha", or :rofl: will be deleted as they are cheap. Other posts may be deemed cheap and deleted at moderator\'s discretion.\n\nJayCarrFan and I moderate this forum. If you have an questions, please PM us.', '0');
