$(document).ready(function(){
	$('#book-btn-input').click(function(event) {
        if(!checkbooking()) {
            event.preventDefault();
        }
    });	
})
