$(document).ready(function(){
    $('input[name="procedi18"]').click(function(){
	    if($('input[name="simaggiore18"]').attr("checked") == true) {
		    $.cookie('disclaimer','yes', { path: '/', domain: '.ebakeca.com', expires: 20});
		    document.location=document.location.href;
		} else {
		    return false;
		};
	});
	$('input[name="esci18"]').click(function(){
	    if($('input[name="nonsimaggiore18"]').attr("checked") == true) {
		    document.location="http://www.google.it";
		} else {
		    return false;
		};
	});
});
