
	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(182475, 'Favorite Christmas Albums', '29756', 'Leboman', '11-19-2009', '05:56 PM', 'It\'s that time of the year again. What are some of your favorite Christmas albums? \n\n\n[B]My Top Five (at this particular moment)[/B]\n\n1- Andrew Peterson - [I]Behold The Lamb Of God[/I]\n2- Third Day - [I]Christmas Offerings[/I]\n3- Jars Of Clay - [I]Drummer Boy EP[/I]\n4- Michael W. Smith - [I]Christmas[/I] (yes...it\'s good)\n5- Relient K - [I]Let It Snow Baby...Let It Reindeer[/I]', '2');
	threads[1] = new thread(182317, 'Sheet Music', '170769', 'freestate101', '11-14-2009', '06:15 PM', '[SIZE="3"][B]Hi folks, I have been trying to find free sheet music for the song "Life is like a mountain railroad", but without any success. As an alternative, Could someone tell me if it is played in 3/4 or 4/4 time?  Your help is greatly appreciated!\r\n\r\nJim[/B][/SIZE]', '0');
	threads[2] = new thread(181832, 'What kind of music is this??', '168853', 'Ak_Man4Jesus', '11-02-2009', '11:35 PM', 'Delirious? - The Happy Song', '3');
	threads[3] = new thread(181811, 'Christian Black Metal', '29756', 'Leboman', '11-02-2009', '12:56 PM', 'I recently discovered Poems Of Shadows and Impaled Baphomet...and I kind of dig them. Who are some other quality Christian black metal bands?', '1');
