
	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(181782, 'Hair Coloring Gels, and Hair Glues.', '67797', 'Demon_Hunter', '11-01-2009', '06:18 PM', 'I was wondering if anyone had experience with these, or had any particular sucess with them?\r\n\r\n[url]http://manicpanic.com/dhgels.html[/url]\r\n\r\nIm going to buy a couple tubes of that stuff (specifically, Blue, and Vampire Red) to try it out.\r\n\r\n\r\nAlso, right now im using a glue from Swartzkopf called Got2Be, but I was wondering if anyone here had a particular brand they were fond of? Im happy so far with the stuff Im using now, but im on the look out for something better, in just about the same price range (I got some stuff at the hair salon when I first got my mohawk done, but that stuff was almost 15 bucks a tube, and the Swartzkopf stuff is 5 bucks a tube for a larger tube).', '1');
	threads[1] = new thread(181558, 'Mohawk. Getting a point.', '67797', 'Demon_Hunter', '10-24-2009', '08:10 PM', 'Is there some kind of trick to getting a point on a mohawk?\r\n\r\nSeriously, Ive been trying, and I just cant get it. \r\n\r\nIm not certain if its my technique, or if its my hair (I have naturally wavy/curly super stiff hair). Basically, when I put my hair up, the tip kind of pulls away to both sides right at the top. From the side it looks cool, from the front it just looks dorky.\r\n\r\nAny ideas?', '6');
