
	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(181848, 'What does your musical taste say about you?', '159', 'luvinjesus', '11-03-2009', '01:30 PM', '<table width=350 align=center border=0 cellspacing=0 cellpadding=2><tr><td bgcolor="#EEEEEE" align=center>\r\n<font face="Georgia, Times New Roman, Times, serif" style=\'color:black; font-size: 14pt;\'>\r\n<strong>Your Taste in Music Says You\'re Wild</strong>\r\n</font></td></tr>\r\n<tr><td bgcolor="#FFFFFF">\r\n<center><img src="http://www.blogthingsimages.com/whatdoesyourtasteinmusicsayaboutyouquiz/music-2.png" height="100" width="100"></center>\r\n<font color="#000000">\r\nYour musical tastes are intense and rebellious.<br />\r\nYou are intelligent... but in a very unconventional way.<br />\r\n<br />\r\nYou are curious about the world. You love doing something new.<br />\r\nIn fact, you enjoy taking risks and doing things most people would shy away from.<br />\r\n<br />\r\nYou are very physical. It\'s likely that you\'re athletic, but not into team sports.<br />\r\nYou have the soul of an artist. Beauty and harmony are important to you.\r\n</font></td></tr></table>\r\n<div align="center"><a href="http://www.blogthings.com/whatdoesyourtasteinmusicsayaboutyouquiz/">What Does Your Taste in Music Say About You?</a></div>\r\n<div align="center"><a href="http://www.blogthings.com">Blogthings: Our Quizzes Weren\'t Written By Bored 12 Year Olds</a></div>\r\n\r\nCan someone move this into my journal please? I thought I was in it when I posted this. Thans.', '1');
