
	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(1);
	threads[0] = new thread(182158, 'Befreien Sie Telefone!', '154246', 'puppetman350', '11-10-2009', '06:46 PM', 'Hello there my fellow CGRers. I\'ve made this journal in an attempt to actually get to know some of you here at Christian Guitar. Here\'s some info about me. :drink:\r\n\r\nMy name is Ivan and I would prefer to be referred to as Ivan and not as my retched username. I\'ve played guitar for 3 years, have a Squier Stratocaster and a Kustom 12 Gauge amp. I\'ve been homeschool with my 6 brothers (3 older, 3 younger) and would never willingly be public schooled. My favorite bands are As Cities Burn, mewithoutYou, Five Iron Frenzy, Underoath, Emery, and Streetlight Manifesto. If you have any questions please ask.', '8');
