$j('document').ready(function() {
	$j("#aIndicacao").click(function() {
		$j("#dv_indique_amigo").toggle();
	});
});
