$(document).ready(function(){
	$('#aavbutton').click(function(event){
		event.preventDefault();
		$('#aavform').submit();
	});
});


