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

