$(document).ready(function(){
	$('a.help').tooltip({
		position: ['top', 'right'],
		offset: [10, 0]
	});
	
	$a = $('#reaction_type-1').parent().append($('#react_type_help1'));
	$a = $('#reaction_type-2').parent().append($('#react_type_help2'));
	
});
