$(document).ready(function(){
	$('#btnCancelar').click(function(){
		location.href = '/admin/curiosidade';
	})	
});
