
	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(182310, 'Pipa', '99764', 'Sean.thomson', '11-14-2009', '09:01 AM', 'I had the pleasure of seeing [URL="http://www.youtube.com/watch?v=q-H4uMMRuKU"]Wu Man[/URL] last night, and I was just amazed by this instrument. Just all the different sounds and tones that come out of that instrument.\r\n\r\nAnybody else familiar with this instrument and/or know how they make that plinking noise?', '2');
