// <![CDATA[

/* Functions to perform comments feature on artists page - Appear on the header. */

	function showAddComment() {
		$.blockUI( { message: $('#showAddComment') , css: {height: '130px', width: '200px', border: '0px solid #a00', backgroundColor: '#000'  }} );
	}


	function doAddComment() {
		document.formComments.submit();
		
	}



// ]]>
