
	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(3);
	threads[0] = new thread(182514, 'Battle of the Bands - Round 2', '137422', 'Pauler', '11-20-2009', '03:50 PM', 'So here is the second round of the voting.  there was a tie for 5th, so we had 6 finalists.  \r\n\r\nAlmost Enough - Days of My Youth\r\nFive Minute Plan - Never Heard a Sound\r\nHooray for Gooba - My Evil Twin Has a Moustache\r\nJordan Biel - Ive Been Redeemed\r\nThe Bloody Benders - The Undead 1\r\nThe Morning Glass - Not For Me', '5');
	threads[1] = new thread(182511, 'St. John', '170089', 'Fugli', '11-20-2009', '02:58 PM', 'I just uploaded a new video for [URL="http://connect.tangle.com/view_video?viewkey=4f688fa33f3f06ae55f3"]Baskets Full of Bread[/URL] from the new St. john CD. Any comments?\r\n\r\nI actually put it together as an [URL="http://godsworkourhands.org/"]ELCA video[/URL], but it turns out that now that the competition is over, I cannot seem to upload it there. The maximum length for those videos is 90 seconds... and this one is 87.', '0');
	threads[2] = new thread(182389, 'Battle of the Bands Round 1', '137422', 'Pauler', '11-17-2009', '01:52 PM', 'Because of the large amount of entries, we will break up the voting into 2 rounds.  The top 5 by noon on Friday (11/20) will go on to the next round.\r\n\r\nListen here: [url=http://www.christianguitar.org/battleofthebands.php]Battle of the Bands - Christian Guitar Tabs[/url]', '35');
