 //<![CDATA[
// When the page is ready
$(document).ready(function(){
 	


								   
								   
   $("a.answerlink").click(function() {
   		$(this).parent().next(".more").show();
		$(this).remove();
	return false
				});
	
   
});
   
//]]>

