if ($("#saudacao_cliente").is(":contains('[/c]')"))
	$("#saudacao_cliente_off").show();
else
	$("#saudacao_cliente").show();
