$(document).ready(function() {
	$("#formCat option[value='42']").remove()
});
