$(function(){
	$('#form_base').submit(function(){
		$.cookie('_autoChecker', null);
	});
});

