$(document).ready(function(){
				
	$('#butt-submit').click(function() {
  		//$('#entry').submit();
			//return false;
	});

	
});
